Skip to content

Commit ab56242

Browse files
committed
update plugins
1 parent b9f35f5 commit ab56242

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ limitations under the License.
386386
<plugin>
387387
<groupId>org.apache.maven.plugins</groupId>
388388
<artifactId>maven-gpg-plugin</artifactId>
389-
<version>1.6</version>
389+
<version>3.0.0</version>
390390
</plugin>
391391
<plugin>
392392
<groupId>org.apache.maven.plugins</groupId>
@@ -406,7 +406,7 @@ limitations under the License.
406406
<plugin>
407407
<groupId>org.apache.maven.plugins</groupId>
408408
<artifactId>maven-jxr-plugin</artifactId>
409-
<version>3.0.0</version>
409+
<version>3.1.0</version>
410410
</plugin>
411411
<plugin>
412412
<groupId>org.apache.maven.plugins</groupId>
@@ -431,7 +431,7 @@ limitations under the License.
431431
<plugin>
432432
<groupId>org.apache.maven.plugins</groupId>
433433
<artifactId>maven-project-info-reports-plugin</artifactId>
434-
<version>2.9</version>
434+
<version>3.1.0</version>
435435
</plugin>
436436
<plugin>
437437
<groupId>org.apache.maven.plugins</groupId>
@@ -447,7 +447,7 @@ limitations under the License.
447447
<plugin>
448448
<groupId>org.apache.maven.plugins</groupId>
449449
<artifactId>maven-resources-plugin</artifactId>
450-
<version>3.0.2</version>
450+
<version>3.1.0</version>
451451
</plugin>
452452
<plugin>
453453
<groupId>org.apache.maven.plugins</groupId>
@@ -462,7 +462,7 @@ limitations under the License.
462462
<plugin>
463463
<groupId>org.apache.maven.plugins</groupId>
464464
<artifactId>maven-site-plugin</artifactId>
465-
<version>3.8.2</version>
465+
<version>3.9.1</version>
466466
<configuration>
467467
<skipDeploy>true</skipDeploy><!-- don't deploy site with maven-site-plugin -->
468468
</configuration>
@@ -475,12 +475,12 @@ limitations under the License.
475475
<plugin>
476476
<groupId>org.apache.maven.plugins</groupId>
477477
<artifactId>maven-surefire-plugin</artifactId>
478-
<version>2.20</version>
478+
<version>2.22.2</version>
479479
</plugin>
480480
<plugin>
481481
<groupId>org.apache.maven.plugins</groupId>
482482
<artifactId>maven-surefire-report-plugin</artifactId>
483-
<version>2.20</version>
483+
<version>2.22.2</version>
484484
</plugin>
485485
<plugin>
486486
<groupId>org.codehaus.mojo</groupId>
@@ -565,15 +565,15 @@ limitations under the License.
565565
<report>summary</report>
566566
<report>dependency-info</report>
567567
<report>modules</report>
568-
<report>license</report>
569-
<report>project-team</report>
568+
<report>licenses</report>
569+
<report>team</report>
570570
<report>scm</report>
571-
<report>issue-tracking</report>
572-
<report>mailing-list</report>
571+
<report>issue-management</report>
572+
<report>mailing-lists</report>
573573
<report>dependency-management</report>
574574
<report>dependencies</report>
575575
<report>dependency-convergence</report>
576-
<report>cim</report>
576+
<report>ci-management</report>
577577
<report>plugin-management</report>
578578
<report>plugins</report>
579579
<report>distribution-management</report>

0 commit comments

Comments
 (0)