diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2015-11-05 13:54:43 +0100 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2015-11-09 10:12:58 +0100 |
commit | 7468edbba7fb240c503b25925abad43d4906ec16 (patch) | |
tree | e9371fb545cae31561378e7a2ff4c108c422d5e0 /it/it-tests/pom.xml | |
parent | 032e589b40c0cbfd4a6cdf7211d79ef298501256 (diff) | |
download | sonarqube-7468edbba7fb240c503b25925abad43d4906ec16.tar.gz sonarqube-7468edbba7fb240c503b25925abad43d4906ec16.zip |
SONAR-6916 Use Orchestrator 3.7
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 dcfa3781898..f6c16fc5731 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.6</version> + <version>3.7</version> <scope>test</scope> </dependency> <dependency> |