]> source.dussan.org Git - sonar-scanner-cli.git/commitdiff
Update to orchestrator 3.3
authorDavid Gageot <david@gageot.net>
Fri, 24 Jul 2015 07:09:10 +0000 (09:09 +0200)
committerDavid Gageot <david@gageot.net>
Fri, 24 Jul 2015 07:09:10 +0000 (09:09 +0200)
it/pom.xml
travis.sh

index 4ed6ea7a45e4ebd5614682e1652ca580af853a09..1f2bbdd4046de856068d66e13ea1ee591ab614b7 100644 (file)
@@ -31,7 +31,7 @@
     <dependency>
       <groupId>com.sonarsource.orchestrator</groupId>
       <artifactId>sonar-orchestrator</artifactId>
-      <version>3.3-SNAPSHOT</version>
+      <version>3.3</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -52,7 +52,7 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-  
+
   <build>
     <pluginManagement>
       <plugins>
index dea7fd5d08ebeec65dea350ffaa347e1c8cf769b..22409ea3d68f56ba6f661deb74093efc39923e0c 100755 (executable)
--- a/travis.sh
+++ b/travis.sh
@@ -3,27 +3,24 @@
 set -euo pipefail
 
 function installTravisTools {
-  curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v13/install.sh | bash
+  curl -sSL https://raw.githubusercontent.com/sonarsource/travis-utils/v14/install.sh | bash
   source /tmp/travis-utils/env.sh
 }
 
-function buildSnapshotDependencies {
-  travis_build "SonarSource/sonar-orchestrator" "0fe60edd0978300334ecc9101e4c10bcb05516d0"
-  travis_build_green "SonarSource/sonarqube" "master"
-}
-
 case "$TESTS" in
 
 CI)
   installTravisTools
-  buildSnapshotDependencies
+
+  travis_build_green "SonarSource/sonarqube" "master"
 
   mvn verify -B -e -V
   ;;
 
 IT-DEV)
   installTravisTools
-  buildSnapshotDependencies
+
+  travis_build_green "SonarSource/sonarqube" "master"
 
   mvn install -Dsource.skip=true -Denforcer.skip=true -Danimal.sniffer.skip=true -Dmaven.test.skip=true