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-05 15:45:42 +0100 |
commit | 526e3b9053582e4921d705c35a4b24d3cd9d0d60 (patch) | |
tree | 346e6d749389c50b74f0dcb038c46956ec453a98 | |
parent | 70b1e1b1539913ff0e5ee8085736419e54eebade (diff) | |
download | sonarqube-526e3b9053582e4921d705c35a4b24d3cd9d0d60.tar.gz sonarqube-526e3b9053582e4921d705c35a4b24d3cd9d0d60.zip |
SONAR-6916 Use Orchestrator 3.7
-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> |