aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rwxr-xr-xtravis.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a8c73ce..36b70fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.sonarsource.scanner.api</groupId>
<artifactId>sonar-scanner-api</artifactId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.6</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
diff --git a/travis.sh b/travis.sh
index 1c860bc..4c6ceac 100755
--- a/travis.sh
+++ b/travis.sh
@@ -9,7 +9,7 @@ function configureTravis {
}
configureTravis
-build_snapshot SonarSource/sonar-scanner-api
+#build_snapshot SonarSource/sonar-scanner-api
build_snapshot SonarSource/orchestrator
case "$TARGET" in