This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 648a8fa402ba10242fe53efcc5b25a500099feb8 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Dec 2 13:54:38 2021 +0000 Fix the deploy-release target --- res/maven/mvn-pub.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/maven/mvn-pub.xml b/res/maven/mvn-pub.xml index ea67316..f959e58 100644 --- a/res/maven/mvn-pub.xml +++ b/res/maven/mvn-pub.xml @@ -395,7 +395,7 @@ </antcall> </target> - <target name="deploy-release"> + <target name="deploy-release" depends="init-gpg-1,init-gpg-2"> <fail unless="gpg.exec.available">GPG is required, but was not found at ${gpg.exec}</fail> <antcall target="generic-deploy"> <param name="maven.repo.repositoryId" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org