File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments