This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-common.git
commit a72db5af586018e7582e2eeae3f7ff5ca17caae3 Author: Stefan Bodewig <[email protected]> AuthorDate: Fri Jun 19 13:47:05 2026 +0200 more tweaks --- ReleaseInstructions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReleaseInstructions b/ReleaseInstructions index 1fd3112..f5b4a99 100644 --- a/ReleaseInstructions +++ b/ReleaseInstructions @@ -141,7 +141,7 @@ Note: this document is based on Ant core's ReleaseInstructions file Tag the last RC created with the final tag - $ git tag -s -m "Tagging version 1.5 of Compress Antlib" rel/1.5 HASH_OF_LAST_RC + $ git tag -s -m "Tagging version 1.5 of Compress Antlib" rel/1.5 TAG_OF_LAST_RC^{} $ git push --tags release the maven artifacts using the web interface of nexus under @@ -152,7 +152,7 @@ Note: this document is based on Ant core's ReleaseInstructions file - expand org.apache.ant - select the checkbox next to the upload that you just did - and click the button "Release". - About 4 hours later, the artifacts will be in the maven central repository. + About 2 hours later, the artifacts will be in the maven central repository. 14. Update the Apache Reporter System
