diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2017-07-31 09:56:32 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2017-07-31 09:56:32 +0200 |
commit | 867751ce3d7f36550bb4c59de3f3e78daa45afd6 (patch) | |
tree | fc0031ff5b0fbc3e6127b12aeb20e72afe39f5bd | |
parent | b0583c0fbddafdd013bd9289d0385beb1c299a17 (diff) | |
download | sonar-scanner-cli-867751ce3d7f36550bb4c59de3f3e78daa45afd6.tar.gz sonar-scanner-cli-867751ce3d7f36550bb4c59de3f3e78daa45afd6.zip |
Update version of scanner-api
-rw-r--r-- | it/pom.xml | 1 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -23,7 +23,6 @@ <properties> <sonar.buildVersion>5.0</sonar.buildVersion> - <surefire.argLine>-server</surefire.argLine> <!-- following properties must be set in command-line : sonar.runtimeVersion and sonarRunner.version --> </properties> @@ -61,7 +61,7 @@ <dependency> <groupId>org.sonarsource.scanner.api</groupId> <artifactId>sonar-scanner-api</artifactId> - <version>2.10.0.1049</version> + <version>2.10.0.1053</version> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> |