Skip to content

Commit

Permalink
Fixed release properties
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarhernandezgt committed Mar 7, 2023
1 parent 5e57ed8 commit e85680f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions res/maven/mvn-pub.xml
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,7 @@
</antcall>
</target>

<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>
<target name="deploy-release">
<antcall target="generic-deploy">
<param name="maven.repo.repositoryId"
value="${maven.asf.release.repo.repositoryId}"/>
Expand Down

0 comments on commit e85680f

Please sign in to comment.