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/05/17 16:12:17 UTC

commons-release-plugin git commit: Put VOTE.txt file in the target folder.

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 80ba103c6 -> 68d28229b


Put VOTE.txt file in the target folder.

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/68d28229
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/68d28229
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/68d28229

Branch: refs/heads/master
Commit: 68d28229b103a24f94ccac50fe610bea8fae027b
Parents: 80ba103
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu May 17 10:12:14 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu May 17 10:12: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/68d28229/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 7a435b9..64dd555 100644
--- a/src/main/scripts/generate-xdocs.build.xml
+++ b/src/main/scripts/generate-xdocs.build.xml
@@ -87,7 +87,7 @@
         <echo level="${level}" message="git.tag.commit              : ${git.tag.commit}" />
 
         <!-- Copy the vote-txt template filtering to replace properties. -->
-        <copy file="${commonsMojoTempDir}/vote-txt-template.txt" tofile="VOTE.txt" overwrite="true">
+        <copy file="${commonsMojoTempDir}/vote-txt-template.txt" tofile="target/VOTE.txt" overwrite="true">
             <filterset>
              <filter token="NAME"           value="${project.name}"/>
              <filter token="ARTIFACTID"     value="${project.artifactId}"/>