@@ -340,12 +340,12 @@ limitations under the License.
340
340
<plugin >
341
341
<groupId >org.apache.maven.plugins</groupId >
342
342
<artifactId >maven-clean-plugin</artifactId >
343
- <version >2.6.1 </version >
343
+ <version >3.0.0 </version >
344
344
</plugin >
345
345
<plugin >
346
346
<groupId >org.apache.maven.plugins</groupId >
347
347
<artifactId >maven-compiler-plugin</artifactId >
348
- <version >3.3 </version >
348
+ <version >3.5.1 </version >
349
349
<configuration >
350
350
<source >${maven.compiler.source} </source >
351
351
<target >${maven.compiler.target} </target >
@@ -369,27 +369,27 @@ limitations under the License.
369
369
<plugin >
370
370
<groupId >org.apache.maven.plugins</groupId >
371
371
<artifactId >maven-jar-plugin</artifactId >
372
- <version >2.5 </version >
372
+ <version >3.0.2 </version >
373
373
</plugin >
374
374
<plugin >
375
375
<groupId >org.apache.maven.plugins</groupId >
376
376
<artifactId >maven-javadoc-plugin</artifactId >
377
- <version >2.10.1 </version >
377
+ <version >2.10.4 </version >
378
378
</plugin >
379
379
<plugin >
380
380
<groupId >org.apache.maven.plugins</groupId >
381
381
<artifactId >maven-plugin-plugin</artifactId >
382
- <version >3.4 </version >
382
+ <version >3.5 </version >
383
383
</plugin >
384
384
<plugin >
385
385
<groupId >org.apache.maven.plugins</groupId >
386
386
<artifactId >maven-project-info-reports-plugin</artifactId >
387
- <version >2.8.1 </version >
387
+ <version >2.9 </version >
388
388
</plugin >
389
389
<plugin >
390
390
<groupId >org.apache.maven.plugins</groupId >
391
391
<artifactId >maven-release-plugin</artifactId >
392
- <version >2.5.1 </version >
392
+ <version >2.5.3 </version >
393
393
<configuration >
394
394
<goals >deploy</goals >
395
395
<mavenExecutorId >forked-path</mavenExecutorId >
@@ -400,7 +400,7 @@ limitations under the License.
400
400
<plugin >
401
401
<groupId >org.apache.maven.plugins</groupId >
402
402
<artifactId >maven-resources-plugin</artifactId >
403
- <version >2.7 </version >
403
+ <version >3.0.2 </version >
404
404
</plugin >
405
405
<plugin >
406
406
<groupId >org.apache.maven.plugins</groupId >
@@ -415,25 +415,25 @@ limitations under the License.
415
415
<plugin >
416
416
<groupId >org.apache.maven.plugins</groupId >
417
417
<artifactId >maven-site-plugin</artifactId >
418
- <version >3.4 </version >
418
+ <version >3.6 </version >
419
419
<configuration >
420
420
<skipDeploy >true</skipDeploy ><!-- don't deploy site with maven-site-plugin -->
421
421
</configuration >
422
422
</plugin >
423
423
<plugin >
424
424
<groupId >org.apache.maven.plugins</groupId >
425
425
<artifactId >maven-source-plugin</artifactId >
426
- <version >2.4 </version >
426
+ <version >3.0.1 </version >
427
427
</plugin >
428
428
<plugin >
429
429
<groupId >org.apache.maven.plugins</groupId >
430
430
<artifactId >maven-surefire-plugin</artifactId >
431
- <version >2.18.1 </version >
431
+ <version >2.20 </version >
432
432
</plugin >
433
433
<plugin >
434
434
<groupId >org.codehaus.plexus</groupId >
435
435
<artifactId >plexus-component-metadata</artifactId >
436
- <version >1.6 </version >
436
+ <version >1.7.1 </version >
437
437
<executions >
438
438
<execution >
439
439
<id >process-classes</id >
@@ -454,6 +454,7 @@ limitations under the License.
454
454
<plugins >
455
455
<plugin >
456
456
<artifactId >maven-enforcer-plugin</artifactId >
457
+ <version >1.4.1</version >
457
458
<executions >
458
459
<execution >
459
460
<id >enforce-maven</id >
@@ -490,7 +491,7 @@ limitations under the License.
490
491
<plugin >
491
492
<groupId >org.apache.maven.plugins</groupId >
492
493
<artifactId >maven-project-info-reports-plugin</artifactId >
493
- <version >2.8.1 </version ><!-- TODO remove version once parent does not hardcode it -->
494
+ <version >2.9 </version ><!-- TODO remove version once parent does not hardcode it -->
494
495
<reportSets >
495
496
<reportSet >
496
497
<reports >
@@ -529,12 +530,12 @@ limitations under the License.
529
530
<plugin >
530
531
<groupId >org.apache.maven.plugins</groupId >
531
532
<artifactId >maven-surefire-report-plugin</artifactId >
532
- <version >2.18.1 </version >
533
+ <version >2.20 </version >
533
534
</plugin >
534
535
<plugin >
535
536
<groupId >org.apache.maven.plugins</groupId >
536
537
<artifactId >maven-checkstyle-plugin</artifactId >
537
- <version >2.13 </version >
538
+ <version >2.17 </version >
538
539
<configuration >
539
540
<configLocation >config/maven_checks.xml</configLocation >
540
541
<headerLocation >https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt</headerLocation >
@@ -551,7 +552,7 @@ limitations under the License.
551
552
<plugin >
552
553
<groupId >org.apache.maven.plugins</groupId >
553
554
<artifactId >maven-pmd-plugin</artifactId >
554
- <version >3.2 </version >
555
+ <version >3.8 </version >
555
556
<configuration >
556
557
<targetJdk >${maven.compiler.source} </targetJdk >
557
558
<rulesets >
@@ -566,7 +567,7 @@ limitations under the License.
566
567
<plugin >
567
568
<groupId >org.codehaus.mojo</groupId >
568
569
<artifactId >findbugs-maven-plugin</artifactId >
569
- <version >3.0.2 </version >
570
+ <version >3.0.4 </version >
570
571
</plugin >
571
572
<plugin >
572
573
<groupId >org.codehaus.mojo</groupId >
@@ -609,7 +610,7 @@ limitations under the License.
609
610
<plugin >
610
611
<groupId >org.codehaus.mojo</groupId >
611
612
<artifactId >cobertura-maven-plugin</artifactId >
612
- <version >2.6 </version >
613
+ <version >2.7 </version >
613
614
</plugin >
614
615
</plugins >
615
616
</reporting >
@@ -621,6 +622,7 @@ limitations under the License.
621
622
<plugin >
622
623
<groupId >org.apache.maven.plugins</groupId >
623
624
<artifactId >maven-gpg-plugin</artifactId >
625
+ <version >1.6</version >
624
626
<configuration >
625
627
<passphrase >${gpg.passphrase} </passphrase >
626
628
</configuration >
0 commit comments