aboutsummaryrefslogtreecommitdiffstats
path: root/it/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2017-10-25 09:29:22 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2017-10-25 17:44:55 +1000
commita5b4d0f634d0078cf2175efca4649f5a1bc98f7c (patch)
treea9e065acc48b8a3743f3386ca58cf5a8fa7aeafa /it/pom.xml
parenta73dabeeab77beb8dd7780bcfd58dd2053c3f0a7 (diff)
downloadsonar-scanner-cli-a5b4d0f634d0078cf2175efca4649f5a1bc98f7c.tar.gz
sonar-scanner-cli-a5b4d0f634d0078cf2175efca4649f5a1bc98f7c.zip
Update Orchestrator
Diffstat (limited to 'it/pom.xml')
-rw-r--r--it/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/it/pom.xml b/it/pom.xml
index 39779dc..d678438 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -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>