|
78 | 78 | </distributionManagement>
|
79 | 79 |
|
80 | 80 | <properties>
|
81 |
| - <mojo.java.target>1.7</mojo.java.target> |
82 | 81 | <mavenVersion>3.9.4</mavenVersion>
|
83 |
| - <maven.compiler.release>8</maven.compiler.release> |
| 82 | + <mojo.java.target>11</mojo.java.target> |
| 83 | + <maven.compiler.release>11</maven.compiler.release> |
84 | 84 | <sonar.exclusions>src/main/java/org/apache/maven/shared/dependency/tree/DependencyTreeResolutionListener.java,target/generated-sources/**/*</sonar.exclusions>
|
85 | 85 | <gitRepositoryName>sonar-scanner-maven</gitRepositoryName>
|
86 | 86 | </properties>
|
|
200 | 200 | <groupId>org.apache.maven.plugins</groupId>
|
201 | 201 | <artifactId>maven-javadoc-plugin</artifactId>
|
202 | 202 | <configuration>
|
203 |
| - <source>8</source> |
| 203 | + <source>11</source> |
204 | 204 | </configuration>
|
205 | 205 | </plugin>
|
206 | 206 | </plugins>
|
|
232 | 232 | <plugin>
|
233 | 233 | <groupId>org.codehaus.plexus</groupId>
|
234 | 234 | <artifactId>plexus-component-metadata</artifactId>
|
235 |
| - <version>1.7</version> |
| 235 | + <version>2.2.0</version> |
236 | 236 | <executions>
|
237 | 237 | <execution>
|
238 | 238 | <goals>
|
|
244 | 244 | <plugin>
|
245 | 245 | <groupId>org.apache.maven.plugins</groupId>
|
246 | 246 | <artifactId>maven-release-plugin</artifactId>
|
247 |
| - <version>2.5.3</version> |
| 247 | + <version>3.0.1</version> |
248 | 248 | <configuration>
|
249 | 249 | <goals>deploy site site:stage</goals>
|
250 | 250 | </configuration>
|
251 | 251 | </plugin>
|
252 | 252 | <plugin>
|
253 | 253 | <groupId>org.apache.maven.plugins</groupId>
|
254 | 254 | <artifactId>maven-site-plugin</artifactId>
|
255 |
| - <version>3.4</version> |
| 255 | + <version>4.0.0-M14</version> |
256 | 256 | <executions>
|
257 | 257 | <execution>
|
258 | 258 | <id>stage-for-scm-publish</id>
|
|
269 | 269 | <plugin>
|
270 | 270 | <groupId>org.apache.maven.plugins</groupId>
|
271 | 271 | <artifactId>maven-scm-publish-plugin</artifactId>
|
272 |
| - <version>1.1</version> |
| 272 | + <version>3.2.1</version> |
273 | 273 | <configuration>
|
274 | 274 | <scmBranch>gh-pages</scmBranch>
|
275 | 275 | </configuration>
|
|
328 | 328 | <plugin>
|
329 | 329 | <groupId>org.apache.maven.plugins</groupId>
|
330 | 330 | <artifactId>maven-invoker-plugin</artifactId>
|
331 |
| - <version>3.6.0</version> |
| 331 | + <version>3.6.1</version> |
332 | 332 | <configuration>
|
333 | 333 | <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
|
334 | 334 | <settingsFile>src/it/settings.xml</settingsFile>
|
|
365 | 365 | <plugin>
|
366 | 366 | <groupId>org.apache.maven.plugins</groupId>
|
367 | 367 | <artifactId>maven-plugin-plugin</artifactId>
|
368 |
| - <version>3.4</version> |
| 368 | + <version>3.13.0</version> |
369 | 369 | <configuration>
|
370 | 370 | <requirements>
|
371 | 371 | <jdk>${mojo.java.target}</jdk>
|
|
375 | 375 | <plugin>
|
376 | 376 | <groupId>org.apache.maven.plugins</groupId>
|
377 | 377 | <artifactId>maven-project-info-reports-plugin</artifactId>
|
378 |
| - <version>2.8.1</version> |
| 378 | + <version>3.5.0</version> |
379 | 379 | <reportSets>
|
380 | 380 | <reportSet>
|
381 | 381 | <reports>
|
|
0 commit comments