Skip to content

Commit bd559ce

Browse files
committed
test fixes
1 parent c48dcb9 commit bd559ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

driver/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
<description>ArangoDB Java Driver</description>
1616

1717
<properties>
18-
<sonar.organization>arangodb-1</sonar.organization>
19-
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
2018
<maven.deploy.skip>false</maven.deploy.skip>
2119
<SslTest>false</SslTest>
2220
</properties>

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
<maven.compiler.source>1.8</maven.compiler.source>
3333
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3434
<maven.deploy.skip>true</maven.deploy.skip>
35+
<sonar.organization>arangodb-1</sonar.organization>
36+
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
3537
<adb.jackson.version>2.14.1</adb.jackson.version>
3638
</properties>
3739

0 commit comments

Comments
 (0)