diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-03 13:24:46 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-03 13:24:58 +0100 |
commit | 0d6a493f0db7bc1ccf88c09c30cbcb9e4417383c (patch) | |
tree | 203675f94da4e7440c08cd5d1942bb4428590bbb /it/it-tests/pom.xml | |
parent | 694a04647ca6b64e1d39f01400168a7a5d0595e1 (diff) | |
download | sonarqube-0d6a493f0db7bc1ccf88c09c30cbcb9e4417383c.tar.gz sonarqube-0d6a493f0db7bc1ccf88c09c30cbcb9e4417383c.zip |
Upgrade to orchestrator 3.10.1 to fix installation conflicts
Diffstat (limited to 'it/it-tests/pom.xml')
-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 25a62f80ab6..ffc129051b9 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.11-build302</version> + <version>3.10.1</version> <scope>test</scope> </dependency> <dependency> |