Skip to content

Commit

Permalink
GPG plugin pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cfkoehler committed Feb 13, 2024
1 parent 4126157 commit 6d8e238
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 @@ -1371,14 +1371,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
<goals>
<goal>sign</goal>
</goals>
<phase>verify</phase>
<phase>deploy</phase>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 6d8e238

Please sign in to comment.