diff options
author | David Gageot <david@gageot.net> | 2015-09-11 08:45:51 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2015-09-11 08:45:51 +0200 |
commit | 8a834639a6e31864103875a551b1728bf36485fe (patch) | |
tree | 60e117f25c5c49dbeef67bf78b8b053101f8799e /it/it-tests | |
parent | eeabf702f9c06d5177f5b8e24b1183e3867063fd (diff) | |
download | sonarqube-8a834639a6e31864103875a551b1728bf36485fe.tar.gz sonarqube-8a834639a6e31864103875a551b1728bf36485fe.zip |
Use latest orchestrator
Diffstat (limited to 'it/it-tests')
-rw-r--r-- | it/it-tests/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/it/it-tests/pom.xml b/it/it-tests/pom.xml index 9b26c22f28a..6aab2199197 100644 --- a/it/it-tests/pom.xml +++ b/it/it-tests/pom.xml @@ -21,9 +21,9 @@ <dependencies> <!-- must be declared first --> <dependency> - <groupId>com.sonarsource.orchestrator</groupId> + <groupId>org.sonarsource.orchestrator</groupId> <artifactId>sonar-orchestrator</artifactId> - <version>3.3</version> + <version>3.4.1</version> <scope>test</scope> </dependency> <dependency> |