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 3872644 Use GitBox instead of GutHub for source reference. 3872644 is described below commit 38726445b59cc078a776981b220ad6c95fec7177 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue Feb 26 09:09:43 2019 -0500 Use GitBox instead of GutHub for source reference. --- src/main/resources/commons-xdoc-templates/vote-txt-template.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 c9ede7a..8f9a6ae 100755 --- a/src/main/resources/commons-xdoc-templates/vote-txt-template.txt +++ b/src/main/resources/commons-xdoc-templates/vote-txt-template.txt @@ -32,9 +32,7 @@ The Subversion tag for this RC is here: 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 using: - git clone https://gitbox.apache.org/repos/asf/commons-@ID@.git - cd commons-@ID@ - git checkout tags/@TAGNAME@ + git clone https://gitbox.apache.org/repos/asf/commons-@ID@.git --branch @TAGNAME@ Maven artifacts are here: https://repository.apache.org/content/repositories/orgapachecommons-@NEXUS_REPO_ID@/org/apache/commons/@ARTIFACTID@/@VERSION@/