aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2016-08-24 17:03:33 +0200
committerDuarte Meneses <duarte.meneses@sonarsource.com>2016-08-24 17:03:33 +0200
commit93bb4b0eb77cb2532d6c6e7ade9d9619bf88d60b (patch)
treee1d0559f0e3a63dea591d2ec8a6e5666288e9e02 /pom.xml
parent1a6e5d814b671a123916226d1025a328f4e9da25 (diff)
downloadsonar-scanner-cli-93bb4b0eb77cb2532d6c6e7ade9d9619bf88d60b.tar.gz
sonar-scanner-cli-93bb4b0eb77cb2532d6c6e7ade9d9619bf88d60b.zip
Use released scanner API
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 b168375..dd648fe 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-build645</version>
+ <version>2.7</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>