Skip to content

Commit

Permalink
Use released version of SQ Scanner API 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Apr 14, 2016
1 parent ea7aefe commit 3265b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3265b87

Please sign in to comment.