aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--it/pom.xml3
-rw-r--r--pom.xml3
2 files changed, 4 insertions, 2 deletions
diff --git a/it/pom.xml b/it/pom.xml
index 5252b2d..8e6574e 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
- <version>77.0.0.2082</version>
+ <version>82.0.0.2314</version>
<relativePath />
</parent>
@@ -22,6 +22,7 @@
</organization>
<properties>
+ <license.name>GNU LGPL v3</license.name>
<sonar.buildVersion>7.9.1</sonar.buildVersion>
<!-- following properties must be set in command-line : sonar.runtimeVersion and sonarRunner.version -->
diff --git a/pom.xml b/pom.xml
index d3eea17..914d092 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
- <version>77.0.0.2082</version>
+ <version>82.0.0.2314</version>
</parent>
<groupId>org.sonarsource.scanner.cli</groupId>
@@ -46,6 +46,7 @@
</ciManagement>
<properties>
+ <license.name>GNU LGPL v3</license.name>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<!-- used for deployment to SonarSource Artifactory -->