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

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


The following commit(s) were added to refs/heads/main by this push:
     new a58d8cd  Fix the deploy-release target
a58d8cd is described below

commit a58d8cd5e8c585d5b0386c97d97bdb1cfe5f25ac
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 308421b..0fbde1b 100644
--- a/res/maven/mvn-pub.xml
+++ b/res/maven/mvn-pub.xml
@@ -509,7 +509,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