You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/06/09 17:43:36 UTC

commons-release-plugin git commit: Use "commons-" as the tag prefix.

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 806cbe9f1 -> 92eb2abd3


Use "commons-" as the tag prefix.

Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/92eb2abd
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/92eb2abd
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/92eb2abd

Branch: refs/heads/master
Commit: 92eb2abd3ee2a1dc87de3082d952f48ef1c9223c
Parents: 806cbe9
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Jun 9 11:43:14 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Jun 9 11:43:14 2018 -0600

----------------------------------------------------------------------
 src/main/scripts/generate-xdocs.build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/92eb2abd/src/main/scripts/generate-xdocs.build.xml
----------------------------------------------------------------------
diff --git a/src/main/scripts/generate-xdocs.build.xml b/src/main/scripts/generate-xdocs.build.xml
index deb0fbe..eac4e15 100755
--- a/src/main/scripts/generate-xdocs.build.xml
+++ b/src/main/scripts/generate-xdocs.build.xml
@@ -29,7 +29,7 @@
     <target name="vote-txt" description="Generates VOTE.txt">
 
         <property name="svn.dist.url" value="https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}/${commons.release.version}-${commons.rc.version}" />
-        <property name="git.tag.name" value="${commons.componentid}-${commons.release.version}-${commons.rc.version}" />
+        <property name="git.tag.name" value="commons-${commons.componentid}-${commons.release.version}-${commons.rc.version}" />
         <property name="svn.site.url" value="https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}/${commons.release.version}-${commons.rc.version}/site" />
 
     	<echo level="${level}" message="-----[ commons-release:vote-txt - Expectations - START   ]-----" />