Skip to content

Commit

Permalink
Diagnose #601: Try older version of sign-and-deploy-file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed May 2, 2022
1 parent 6ea613e commit 0455576
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 @@ -42,7 +42,7 @@ case $BRANCH_NAME in
# If centos changes we may need to add the gpg arguments to some pom.xml
# somewhere
mvn -X \
gpg:sign-and-deploy-file \
org.apache.maven.plugins:maven-gpg-plugin:1.4:sign-and-deploy-file \
-DpomFile=${base}.pom \
-Dfile=${base}.jar \
-Dfiles=${base}-sources.jar,${base}-javadoc.jar \
Expand Down

0 comments on commit 0455576

Please sign in to comment.