</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>
<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>
<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>