aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorbelen-pruvost-sonarsource <belen.pruvost@sonarsource.com>2022-01-27 07:16:41 -0300
committerGitHub <noreply@github.com>2022-01-27 07:16:41 -0300
commit9f0166cea8160797d7d05895c087c5cb75d41368 (patch)
tree1b35720a00d2144ecfe0f6fbaf6a9a8a6b9f58f9 /pom.xml
parentb395fd8875c28b9efc2edf43a5dd334c00add4f5 (diff)
downloadsonar-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.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2b1aab6..d07e453 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>