Skip to content

Commit

Permalink
Merge pull request #532 from s4u/use-maven-gpg-plugin
Browse files Browse the repository at this point in the history
Use maven-gpg-plugin with new parent
  • Loading branch information
slawekjaranowski authored Apr 2, 2024
2 parents a8be9ba + 5f8d1ff commit 3990ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@
</executions>
</plugin>
<plugin>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>sign-maven-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<!-- signature can be used in IT test, so must be executed early -->
Expand Down

0 comments on commit 3990ca5

Please sign in to comment.