Skip to content

Commit a59b921

Browse files
committed
update plugins and activate Reproducible Builds
1 parent e53b22d commit a59b921

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

pom.xml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -311,14 +311,15 @@ limitations under the License.
311311
<maven.compiler.target>1.${javaVersion}</maven.compiler.target>
312312
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
313313
<plexusDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/plexus-snapshots</plexusDistMgmtSnapshotsUrl>
314+
<project.build.outputTimestamp>2019-12-03T20:01:02Z</project.build.outputTimestamp>
314315
</properties>
315316

316317
<dependencyManagement>
317318
<dependencies>
318319
<dependency>
319320
<groupId>org.codehaus.plexus</groupId>
320321
<artifactId>plexus-component-annotations</artifactId>
321-
<version>1.6</version>
322+
<version>2.1.0</version>
322323
<scope>compile</scope>
323324
</dependency>
324325
</dependencies>
@@ -340,7 +341,7 @@ limitations under the License.
340341
<plugin>
341342
<groupId>org.apache.maven.plugins</groupId>
342343
<artifactId>maven-checkstyle-plugin</artifactId>
343-
<version>3.0.0</version>
344+
<version>3.1.0</version>
344345
<configuration>
345346
<configLocation>config/maven_checks.xml</configLocation>
346347
<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.
357358
<plugin>
358359
<groupId>org.apache.maven.plugins</groupId>
359360
<artifactId>maven-clean-plugin</artifactId>
360-
<version>3.0.0</version>
361+
<version>3.1.0</version>
361362
</plugin>
362363
<plugin>
363364
<groupId>org.apache.maven.plugins</groupId>
364365
<artifactId>maven-compiler-plugin</artifactId>
365-
<version>3.5.1</version>
366+
<version>3.8.1</version>
366367
</plugin>
367368
<plugin>
368369
<groupId>org.apache.maven.plugins</groupId>
@@ -387,27 +388,27 @@ limitations under the License.
387388
<plugin>
388389
<groupId>org.apache.maven.plugins</groupId>
389390
<artifactId>maven-jar-plugin</artifactId>
390-
<version>3.0.2</version>
391+
<version>3.2.0</version>
391392
</plugin>
392393
<plugin>
393394
<groupId>org.apache.maven.plugins</groupId>
394395
<artifactId>maven-javadoc-plugin</artifactId>
395-
<version>2.10.4</version>
396+
<version>3.1.1</version>
396397
</plugin>
397398
<plugin>
398399
<groupId>org.apache.maven.plugins</groupId>
399400
<artifactId>maven-jxr-plugin</artifactId>
400-
<version>2.5</version>
401+
<version>3.0.0</version>
401402
</plugin>
402403
<plugin>
403404
<groupId>org.apache.maven.plugins</groupId>
404405
<artifactId>maven-plugin-plugin</artifactId>
405-
<version>3.5.1</version>
406+
<version>3.6.0</version>
406407
</plugin>
407408
<plugin>
408409
<groupId>org.apache.maven.plugins</groupId>
409410
<artifactId>maven-pmd-plugin</artifactId>
410-
<version>3.8</version>
411+
<version>3.12.0</version>
411412
<configuration>
412413
<targetJdk>${maven.compiler.source}</targetJdk>
413414
<rulesets>
@@ -453,15 +454,15 @@ limitations under the License.
453454
<plugin>
454455
<groupId>org.apache.maven.plugins</groupId>
455456
<artifactId>maven-site-plugin</artifactId>
456-
<version>3.7.1</version>
457+
<version>3.8.2</version>
457458
<configuration>
458459
<skipDeploy>true</skipDeploy><!-- don't deploy site with maven-site-plugin -->
459460
</configuration>
460461
</plugin>
461462
<plugin>
462463
<groupId>org.apache.maven.plugins</groupId>
463464
<artifactId>maven-source-plugin</artifactId>
464-
<version>3.0.1</version>
465+
<version>3.2.0</version>
465466
</plugin>
466467
<plugin>
467468
<groupId>org.apache.maven.plugins</groupId>
@@ -481,7 +482,7 @@ limitations under the License.
481482
<plugin>
482483
<groupId>org.codehaus.mojo</groupId>
483484
<artifactId>findbugs-maven-plugin</artifactId>
484-
<version>3.0.4</version>
485+
<version>3.0.5</version>
485486
</plugin>
486487
<plugin>
487488
<groupId>org.codehaus.mojo</groupId>
@@ -491,7 +492,7 @@ limitations under the License.
491492
<plugin>
492493
<groupId>org.codehaus.plexus</groupId>
493494
<artifactId>plexus-component-metadata</artifactId>
494-
<version>1.7.1</version>
495+
<version>2.1.0</version>
495496
<executions>
496497
<execution>
497498
<id>process-classes</id>

0 commit comments

Comments
 (0)