Skip to content

Commit c04d7b9

Browse files
committed
SCANJLIB-238 Update parent pom
1 parent b71e9d9 commit c04d7b9

1 file changed

Lines changed: 2 additions & 24 deletions

File tree

pom.xml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.sonarsource.parent</groupId>
66
<artifactId>parent</artifactId>
7-
<version>77.0.0.2082</version>
7+
<version>82.0.0.2314</version>
88
</parent>
99

1010
<groupId>org.sonarsource.scanner.lib</groupId>
@@ -49,6 +49,7 @@
4949

5050
<properties>
5151
<maven.compiler.release>11</maven.compiler.release>
52+
<license.name>GNU LGPL v3</license.name>
5253

5354
<!-- used for deployment to SonarSource Artifactory -->
5455
<gitRepositoryName>sonar-scanner-java-library</gitRepositoryName>
@@ -129,29 +130,6 @@
129130
</dependencyManagement>
130131

131132
<profiles>
132-
<profile>
133-
<id>release</id>
134-
<build>
135-
<plugins>
136-
<plugin>
137-
<groupId>org.apache.maven.plugins</groupId>
138-
<artifactId>maven-javadoc-plugin</artifactId>
139-
<version>3.1.0</version>
140-
<configuration>
141-
<source>8</source>
142-
</configuration>
143-
<executions>
144-
<execution>
145-
<id>attach-javadocs</id>
146-
<goals>
147-
<goal>jar</goal>
148-
</goals>
149-
</execution>
150-
</executions>
151-
</plugin>
152-
</plugins>
153-
</build>
154-
</profile>
155133
<profile>
156134
<id>its</id>
157135
<modules>

0 commit comments

Comments
 (0)