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 2929de0 Use GitBox instead of GutHub for source reference. 2929de0 is described below commit 2929de09e7ab18daa3a3bf65f02ea4ac72fae466 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue Feb 26 09:03:46 2019 -0500 Use GitBox instead of GutHub for source reference. --- src/main/resources/commons-xdoc-templates/vote-txt-template.txt | 2 +- 1 file changed, 1 insertion(+), 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 a6da79a..c9ede7a 100755 --- a/src/main/resources/commons-xdoc-templates/vote-txt-template.txt +++ b/src/main/resources/commons-xdoc-templates/vote-txt-template.txt @@ -31,7 +31,7 @@ The Subversion tag for this RC is here: *** Git: *** The Git tag @TAGNAME@ commit for this RC is @TAGCOMMIT@ which you can browse here: https://gitbox.apache.org/repos/asf?p=commons-@ID@.git;a=commit;h=@TAGCOMMIT@ -You may checkout this tag like this: +You may checkout this tag using: git clone https://gitbox.apache.org/repos/asf/commons-@ID@.git cd commons-@ID@ git checkout tags/@TAGNAME@