diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2016-05-27 08:52:38 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2016-05-27 08:52:38 +0200 |
commit | a990a8ef590c55fcc1593f783a08f6d264e4c0f8 (patch) | |
tree | d9d58a882ef62a1baf40bc704aa7ccb22bc4d41f | |
parent | 52fe3f5e3f1e413994b126139499d2ec8bcdf6f7 (diff) | |
download | sonar-scanner-cli-a990a8ef590c55fcc1593f783a08f6d264e4c0f8.tar.gz sonar-scanner-cli-a990a8ef590c55fcc1593f783a08f6d264e4c0f8.zip |
Use Orchestrator release 3.11
-rw-r--r-- | it/pom.xml | 2 | ||||
-rwxr-xr-x | travis.sh | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -31,7 +31,7 @@ <dependency> <groupId>org.sonarsource.orchestrator</groupId> <artifactId>sonar-orchestrator</artifactId> - <version>3.11-SNAPSHOT</version> + <version>3.11</version> </dependency> <dependency> <groupId>junit</groupId> @@ -10,7 +10,6 @@ function configureTravis { configureTravis #build_snapshot SonarSource/sonar-scanner-api -build_snapshot SonarSource/orchestrator case "$TARGET" in |