Skip to content

Commit

Permalink
Bump maven-release-plugin to 3.1.1 (#537)
Browse files Browse the repository at this point in the history
This is needed to properly support reproducible builds. Only the newer
versions will update project.build.outputTimestamp.
  • Loading branch information
adangel authored Dec 19, 2024
1 parent 8a28ef3 commit b89d098
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@
<artifactId>maven-pmd-plugin</artifactId>
<version>3.26.0</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.1.1</version> <!-- for reproducible builds: >= 3.0.0-M1 -->
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
Expand Down

0 comments on commit b89d098

Please sign in to comment.