diff options
author | mickael-caro-sonarsource <mickael.caro@sonarsource.com> | 2020-02-20 09:13:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-20 09:13:51 +0100 |
commit | c2c04854c72c3027e3926cd3e03842e6d9dee90d (patch) | |
tree | b2b93880ab1ed9be0388967e9b4494fa7d734004 /pom.xml | |
parent | b526146d2a7af21e6f7feb02e35f1a63a33d09c1 (diff) | |
download | sonar-scanner-cli-c2c04854c72c3027e3926cd3e03842e6d9dee90d.tar.gz sonar-scanner-cli-c2c04854c72c3027e3926cd3e03842e6d9dee90d.zip |
SQSCANNER-66 - Update parent pom, license headers and Scanner API version. (#80)4.3.0.2102
* SQSCANNER-66 - Update parent pom and license headers.
* SQCANNER-66 - Update parent pom of IT project
* SQSCANNER-66 Updated Scanner API Version in pom.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ <parent> <groupId>org.sonarsource.parent</groupId> <artifactId>parent</artifactId> - <version>52</version> + <version>54</version> </parent> <groupId>org.sonarsource.scanner.cli</groupId> @@ -60,7 +60,7 @@ <dependency> <groupId>org.sonarsource.scanner.api</groupId> <artifactId>sonar-scanner-api</artifactId> - <version>2.14.0.2002</version> + <version>2.15.0.2182</version> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> |