aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2016-09-12 17:13:21 +0200
committerDuarte Meneses <duarte.meneses@sonarsource.com>2016-09-13 13:27:18 +0200
commit516ba9b922f4dab9f72077ee5ebf6eebda6c0d3a (patch)
treea393440f15a5a956997fff8a8641a7a5ef647aa9 /pom.xml
parentec22be60678b5ff5138e5ba6d3bba2fe7a5a5fc1 (diff)
downloadsonar-scanner-cli-516ba9b922f4dab9f72077ee5ebf6eebda6c0d3a.tar.gz
sonar-scanner-cli-516ba9b922f4dab9f72077ee5ebf6eebda6c0d3a.zip
SQSCANNER-28 Support sonar.scanner.skip without connecting to server
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 104817b..74a5a12 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.7</version>
+ <version>2.8-build684</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>