]> source.dussan.org Git - sonar-scanner-cli.git/commitdiff
Update Orchestrator
authorJulien HENRY <julien.henry@sonarsource.com>
Wed, 25 Oct 2017 07:29:22 +0000 (09:29 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Wed, 25 Oct 2017 07:44:55 +0000 (17:44 +1000)
it/pom.xml

index 39779dc390f4ffa5b64df5c06fdc537d983fbb1d..d678438d9bc640aff7ff96d632bb4f8235e24c02 100644 (file)
@@ -22,7 +22,7 @@
   </organization>
 
   <properties>
-    <sonar.buildVersion>5.0</sonar.buildVersion>
+    <sonar.buildVersion>5.6</sonar.buildVersion>
     <!-- following properties must be set in command-line : sonar.runtimeVersion and sonarRunner.version -->
   </properties>
 
@@ -36,7 +36,7 @@
     <dependency>
       <groupId>org.sonarsource.orchestrator</groupId>
       <artifactId>sonar-orchestrator</artifactId>
-      <version>3.15.0.1256</version>
+      <version>3.15.1.1274</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -45,8 +45,8 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.sonar</groupId>
-      <artifactId>sonar-ws-client</artifactId>
+      <groupId>org.sonarsource.sonarqube</groupId>
+      <artifactId>sonar-ws</artifactId>
       <version>${sonar.buildVersion}</version>
       <scope>test</scope>
     </dependency>