Browse Source

Update version of scanner-api

tags/3.1.0.1141
Julien HENRY 6 years ago
parent
commit
867751ce3d
2 changed files with 1 additions and 2 deletions
  1. 0
    1
      it/pom.xml
  2. 1
    1
      pom.xml

+ 0
- 1
it/pom.xml View File

@@ -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>


+ 1
- 1
pom.xml View File

@@ -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>

Loading…
Cancel
Save