This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 7974e712feb6551e1ab75a6c621e94a363ff9621
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 0c4cf5f..150e8b6 100644
--- a/res/maven/mvn-pub.xml
+++ b/res/maven/mvn-pub.xml
@@ -501,7 +501,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

Reply via email to