diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-03 09:04:49 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-03 09:04:49 +0100 |
commit | 88c4b503b5afec963d606d9b7f5c994f021e84f8 (patch) | |
tree | f41584c966f8b6b4a9c6896b9c594924843d6c2f /it | |
parent | a210c65f91fab1542d11f11a4156734a08deebc2 (diff) | |
download | sonarqube-88c4b503b5afec963d606d9b7f5c994f021e84f8.tar.gz sonarqube-88c4b503b5afec963d606d9b7f5c994f021e84f8.zip |
Upgrade to orchestrator 3.10 to fix downloads from Bintray
Diffstat (limited to 'it')
-rw-r--r-- | it/it-tests/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it/it-tests/pom.xml b/it/it-tests/pom.xml index 25b1a8b2ac1..de2de89b5ea 100644 --- a/it/it-tests/pom.xml +++ b/it/it-tests/pom.xml @@ -21,7 +21,7 @@ <dependency> <groupId>org.sonarsource.orchestrator</groupId> <artifactId>sonar-orchestrator</artifactId> - <version>3.9</version> + <version>3.10</version> <scope>test</scope> </dependency> <dependency> |