diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-03 10:27:39 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-03 10:27:39 +0100 |
commit | 4697cba0a16eefc950b2a66215ed8c4910f5a94b (patch) | |
tree | 72fda7a3549d1b5245028fb63b833d2d78fe592b /it/it-tests/pom.xml | |
parent | c86c93bd38858e74d52ad6b4b18102e566c023bf (diff) | |
download | sonarqube-4697cba0a16eefc950b2a66215ed8c4910f5a94b.tar.gz sonarqube-4697cba0a16eefc950b2a66215ed8c4910f5a94b.zip |
Fix conflict of SQ installations in ITs
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 de2de89b5ea..25a62f80ab6 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.10</version> + <version>3.11-build302</version> <scope>test</scope> </dependency> <dependency> |