aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2016-04-14 09:29:47 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2016-04-14 09:30:18 +0200
commit3265b87e56bd787ee6edece0ef8857961e71e119 (patch)
tree610329ed175e8f17b77bca3cede15abb8a937fa8
parentea7aefed7960719825584238ce311d4db71d0cae (diff)
downloadsonar-scanner-cli-3265b87e56bd787ee6edece0ef8857961e71e119.tar.gz
sonar-scanner-cli-3265b87e56bd787ee6edece0ef8857961e71e119.zip
Use released version of SQ Scanner API 2.62.6-rc1
-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