diff options
author | Jacek <52388493+jacek-poreda-sonarsource@users.noreply.github.com> | 2019-10-01 08:09:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-01 08:09:09 +0200 |
commit | b1884daf731fde33075b4fecce6ff85be40e13b2 (patch) | |
tree | 3ffdb8ceed51bd219b97e78da309981c878c42fc /pom.xml | |
parent | 70da1689e80a7afd3f107e9ae9d3deac94f6c9b9 (diff) | |
download | sonar-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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |