We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48dcb9 commit bd559ceCopy full SHA for bd559ce
driver/pom.xml
@@ -15,8 +15,6 @@
15
<description>ArangoDB Java Driver</description>
16
17
<properties>
18
- <sonar.organization>arangodb-1</sonar.organization>
19
- <sonar.host.url>https://sonarcloud.io</sonar.host.url>
20
<maven.deploy.skip>false</maven.deploy.skip>
21
<SslTest>false</SslTest>
22
</properties>
pom.xml
@@ -32,6 +32,8 @@
32
<maven.compiler.source>1.8</maven.compiler.source>
33
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
34
<maven.deploy.skip>true</maven.deploy.skip>
35
+ <sonar.organization>arangodb-1</sonar.organization>
36
+ <sonar.host.url>https://sonarcloud.io</sonar.host.url>
37
<adb.jackson.version>2.14.1</adb.jackson.version>
38
39
0 commit comments