This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new fcca5f0 Use GitBox instead of GutHub for source reference. fcca5f0 is described below commit fcca5f016924ce6e7fe6d8da47420d16346a1d4b Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue Feb 26 09:03:17 2019 -0500 Use GitBox instead of GutHub for source reference. --- src/main/resources/commons-xdoc-templates/vote-txt-template.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/commons-xdoc-templates/vote-txt-template.txt b/src/main/resources/commons-xdoc-templates/vote-txt-template.txt index 452d154..a6da79a 100755 --- a/src/main/resources/commons-xdoc-templates/vote-txt-template.txt +++ b/src/main/resources/commons-xdoc-templates/vote-txt-template.txt @@ -30,7 +30,11 @@ The Subversion tag for this RC is here: N.B. the SVN revision is required because SVN tags are not immutable. *** Git: *** The Git tag @TAGNAME@ commit for this RC is @TAGCOMMIT@ which you can browse here: - https://github.com/apache/commons-@ID@/releases/tag/@TAGNAME@ + https://gitbox.apache.org/repos/asf?p=commons-@ID@.git;a=commit;h=@TAGCOMMIT@ +You may checkout this tag like this: + git clone https://gitbox.apache.org/repos/asf/commons-@ID@.git + cd commons-@ID@ + git checkout tags/@TAGNAME@ Maven artifacts are here: https://repository.apache.org/content/repositories/orgapachecommons-@NEXUS_REPO_ID@/org/apache/commons/@ARTIFACTID@/@VERSION@/