@@ -311,14 +311,15 @@ limitations under the License.
311
311
<maven .compiler.target>1.${javaVersion} </maven .compiler.target>
312
312
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
313
313
<plexusDistMgmtSnapshotsUrl >https://oss.sonatype.org/content/repositories/plexus-snapshots</plexusDistMgmtSnapshotsUrl >
314
+ <project .build.outputTimestamp>2019-12-03T20:01:02Z</project .build.outputTimestamp>
314
315
</properties >
315
316
316
317
<dependencyManagement >
317
318
<dependencies >
318
319
<dependency >
319
320
<groupId >org.codehaus.plexus</groupId >
320
321
<artifactId >plexus-component-annotations</artifactId >
321
- <version >1.6 </version >
322
+ <version >2.1.0 </version >
322
323
<scope >compile</scope >
323
324
</dependency >
324
325
</dependencies >
@@ -340,7 +341,7 @@ limitations under the License.
340
341
<plugin >
341
342
<groupId >org.apache.maven.plugins</groupId >
342
343
<artifactId >maven-checkstyle-plugin</artifactId >
343
- <version >3.0 .0</version >
344
+ <version >3.1 .0</version >
344
345
<configuration >
345
346
<configLocation >config/maven_checks.xml</configLocation >
346
347
<headerLocation >https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt</headerLocation >
@@ -357,12 +358,12 @@ limitations under the License.
357
358
<plugin >
358
359
<groupId >org.apache.maven.plugins</groupId >
359
360
<artifactId >maven-clean-plugin</artifactId >
360
- <version >3.0 .0</version >
361
+ <version >3.1 .0</version >
361
362
</plugin >
362
363
<plugin >
363
364
<groupId >org.apache.maven.plugins</groupId >
364
365
<artifactId >maven-compiler-plugin</artifactId >
365
- <version >3.5 .1</version >
366
+ <version >3.8 .1</version >
366
367
</plugin >
367
368
<plugin >
368
369
<groupId >org.apache.maven.plugins</groupId >
@@ -387,27 +388,27 @@ limitations under the License.
387
388
<plugin >
388
389
<groupId >org.apache.maven.plugins</groupId >
389
390
<artifactId >maven-jar-plugin</artifactId >
390
- <version >3.0.2 </version >
391
+ <version >3.2.0 </version >
391
392
</plugin >
392
393
<plugin >
393
394
<groupId >org.apache.maven.plugins</groupId >
394
395
<artifactId >maven-javadoc-plugin</artifactId >
395
- <version >2.10.4 </version >
396
+ <version >3.1.1 </version >
396
397
</plugin >
397
398
<plugin >
398
399
<groupId >org.apache.maven.plugins</groupId >
399
400
<artifactId >maven-jxr-plugin</artifactId >
400
- <version >2.5 </version >
401
+ <version >3.0.0 </version >
401
402
</plugin >
402
403
<plugin >
403
404
<groupId >org.apache.maven.plugins</groupId >
404
405
<artifactId >maven-plugin-plugin</artifactId >
405
- <version >3.5.1 </version >
406
+ <version >3.6.0 </version >
406
407
</plugin >
407
408
<plugin >
408
409
<groupId >org.apache.maven.plugins</groupId >
409
410
<artifactId >maven-pmd-plugin</artifactId >
410
- <version >3.8 </version >
411
+ <version >3.12.0 </version >
411
412
<configuration >
412
413
<targetJdk >${maven.compiler.source} </targetJdk >
413
414
<rulesets >
@@ -453,15 +454,15 @@ limitations under the License.
453
454
<plugin >
454
455
<groupId >org.apache.maven.plugins</groupId >
455
456
<artifactId >maven-site-plugin</artifactId >
456
- <version >3.7.1 </version >
457
+ <version >3.8.2 </version >
457
458
<configuration >
458
459
<skipDeploy >true</skipDeploy ><!-- don't deploy site with maven-site-plugin -->
459
460
</configuration >
460
461
</plugin >
461
462
<plugin >
462
463
<groupId >org.apache.maven.plugins</groupId >
463
464
<artifactId >maven-source-plugin</artifactId >
464
- <version >3.0.1 </version >
465
+ <version >3.2.0 </version >
465
466
</plugin >
466
467
<plugin >
467
468
<groupId >org.apache.maven.plugins</groupId >
@@ -481,7 +482,7 @@ limitations under the License.
481
482
<plugin >
482
483
<groupId >org.codehaus.mojo</groupId >
483
484
<artifactId >findbugs-maven-plugin</artifactId >
484
- <version >3.0.4 </version >
485
+ <version >3.0.5 </version >
485
486
</plugin >
486
487
<plugin >
487
488
<groupId >org.codehaus.mojo</groupId >
@@ -491,7 +492,7 @@ limitations under the License.
491
492
<plugin >
492
493
<groupId >org.codehaus.plexus</groupId >
493
494
<artifactId >plexus-component-metadata</artifactId >
494
- <version >1.7.1 </version >
495
+ <version >2.1.0 </version >
495
496
<executions >
496
497
<execution >
497
498
<id >process-classes</id >
0 commit comments