Skip to content

Commit

Permalink
Update maven-gpg-plugin to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Dec 5, 2024
1 parent 5a6978b commit 54b0fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releng/deploy-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ case $BRANCH_NAME in
# See https://wiki.eclipse.org/Jenkins#How_can_artifacts_be_deployed_to_OSSRH_.2F_Maven_Central.3F for more info
# on the Eclipse Foundation specific settings.
mvn -X \
org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file \
org.apache.maven.plugins:maven-gpg-plugin:3.2.7:sign-and-deploy-file \
-DpomFile=${base}.pom \
-Dfile=${base}.jar \
-Dfiles=${base}-sources.jar,${base}-javadoc.jar \
Expand Down

0 comments on commit 54b0fc5

Please sign in to comment.