Skip to content

Commit

Permalink
[build] Upgrade to Maven GPG plugin 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Sep 13, 2024
1 parent 73b203b commit e33e957
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,12 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>3.2.4</version>
<configuration>
<gpgArguments>
<arg>--digest-algo=SHA512</arg>
</gpgArguments>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit e33e957

Please sign in to comment.