aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2017-02-22 14:08:20 +0100
committerDuarte Meneses <duarte.meneses@sonarsource.com>2017-02-22 15:48:05 +0100
commit1db29b0e5d8b76adc0a90eaf670877c0ccc80401 (patch)
treec6e5babf28a9706dd1a116b0b7a8469c7822ccf7
parent0c5295ed0ed729f84acd0df6971593d30056af1e (diff)
downloadsonar-scanner-cli-1db29b0e5d8b76adc0a90eaf670877c0ccc80401.tar.gz
sonar-scanner-cli-1db29b0e5d8b76adc0a90eaf670877c0ccc80401.zip
Update parent pom and sonar-scanner-api
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 98a2a82..47e4b26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
- <version>37</version>
+ <version>39</version>
</parent>
<groupId>org.sonarsource.scanner.cli</groupId>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.sonarsource.scanner.api</groupId>
<artifactId>sonar-scanner-api</artifactId>
- <version>2.8</version>
+ <version>2.9.0.861</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>