diff options
-rw-r--r-- | it/pom.xml | 3 | ||||
-rw-r--r-- | pom.xml | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -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 --> @@ -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 --> |