Skip to content

Commit

Permalink
Fix the Maven GPG Plugin version which got accidently changed during …
Browse files Browse the repository at this point in the history
…release (#1238)
  • Loading branch information
arunkumarchacko authored Aug 6, 2024
1 parent 1d289cc commit c0f0c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.1</version>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
Expand Down

0 comments on commit c0f0c7e

Please sign in to comment.