diff options
author | belen-pruvost-sonarsource <belen.pruvost@sonarsource.com> | 2022-01-27 07:16:41 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-27 07:16:41 -0300 |
commit | 9f0166cea8160797d7d05895c087c5cb75d41368 (patch) | |
tree | 1b35720a00d2144ecfe0f6fbaf6a9a8a6b9f58f9 /pom.xml | |
parent | b395fd8875c28b9efc2edf43a5dd334c00add4f5 (diff) | |
download | sonar-scanner-cli-9f0166cea8160797d7d05895c087c5cb75d41368.tar.gz sonar-scanner-cli-9f0166cea8160797d7d05895c087c5cb75d41368.zip |
SQSCANNER-95 - Update license headers (#120)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,7 @@ <parent> <groupId>org.sonarsource.parent</groupId> <artifactId>parent</artifactId> - <version>59.0.29</version> + <version>60.0.52</version> </parent> <groupId>org.sonarsource.scanner.cli</groupId> @@ -54,6 +54,8 @@ <!-- Release: enable publication to Bintray --> <artifactsToPublish>${project.groupId}:${project.artifactId}:zip,${project.groupId}:${project.artifactId}:zip:linux,${project.groupId}:${project.artifactId}:zip:windows,${project.groupId}:${project.artifactId}:zip:macosx</artifactsToPublish> + + <maven.compiler.release>8</maven.compiler.release> </properties> <dependencies> |