aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2017-07-31 09:56:32 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2017-07-31 09:56:32 +0200
commit867751ce3d7f36550bb4c59de3f3e78daa45afd6 (patch)
treefc0031ff5b0fbc3e6127b12aeb20e72afe39f5bd
parentb0583c0fbddafdd013bd9289d0385beb1c299a17 (diff)
downloadsonar-scanner-cli-867751ce3d7f36550bb4c59de3f3e78daa45afd6.tar.gz
sonar-scanner-cli-867751ce3d7f36550bb4c59de3f3e78daa45afd6.zip
Update version of scanner-api
-rw-r--r--it/pom.xml1
-rw-r--r--pom.xml2
2 files changed, 1 insertions, 2 deletions
diff --git a/it/pom.xml b/it/pom.xml
index 0eefad7..b50ebdb 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 0f2dcfd..cb3e66c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>