Skip to content

Commit

Permalink
locks maven-jar-plugin version for reproducible builds (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy authored Sep 22, 2024
1 parent 98bb599 commit 60f63a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
<release>11</release>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 60f63a3

Please sign in to comment.