aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJacek <52388493+jacek-poreda-sonarsource@users.noreply.github.com>2019-10-01 08:09:09 +0200
committerGitHub <noreply@github.com>2019-10-01 08:09:09 +0200
commitb1884daf731fde33075b4fecce6ff85be40e13b2 (patch)
tree3ffdb8ceed51bd219b97e78da309981c878c42fc /pom.xml
parent70da1689e80a7afd3f107e9ae9d3deac94f6c9b9 (diff)
downloadsonar-scanner-cli-b1884daf731fde33075b4fecce6ff85be40e13b2.tar.gz
sonar-scanner-cli-b1884daf731fde33075b4fecce6ff85be40e13b2.zip
SQSCANNER-63 Make SONAR_HOST_URL environment variable available (#74)4.2.0.1873
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index cd9a97a..3b18e59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
<dependency>
<groupId>org.sonarsource.scanner.api</groupId>
<artifactId>sonar-scanner-api</artifactId>
- <version>2.13.0.1871</version>
+ <version>2.14.0.2002</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
@@ -189,7 +189,7 @@
<configuration>
<source>8</source>
</configuration>
- </plugin>
+ </plugin>
</plugins>
</build>