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 fce5b33  Fix regression in URL generation in the vote template.
fce5b33 is described below

commit fce5b331212308b742fba3687cc3b70ef777dc67
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Thu Jul 25 11:02:49 2019 -0400

    Fix regression in URL generation in the vote template.
---
 src/main/resources/commons-xdoc-templates/vote-txt-template.txt | 2 +-
 src/main/scripts/generate-xdocs.build.xml                       | 2 +-
 2 files changed, 2 insertions(+), 2 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 f359499..20b9dcc 100755
--- a/src/main/resources/commons-xdoc-templates/vote-txt-template.txt
+++ b/src/main/resources/commons-xdoc-templates/vote-txt-template.txt
@@ -47,7 +47,7 @@ Details of changes since @BC@ are in the release notes:
     @SITEURL@/changes-report.html
 
 Site:
-    @SITEURL@
+    @SITEURL@/index.html
     (note some *relative* links are broken and the @VERSION@ directories are 
not yet created - these will be OK once the site is deployed.)
 
 CLIRR Report (compared to @BC@):
diff --git a/src/main/scripts/generate-xdocs.build.xml 
b/src/main/scripts/generate-xdocs.build.xml
index 31ecfd9..371e32e 100755
--- a/src/main/scripts/generate-xdocs.build.xml
+++ b/src/main/scripts/generate-xdocs.build.xml
@@ -30,7 +30,7 @@
 
         <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-${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/index.html";
 />
+        <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   ]-----" />
        <echo level="${level}" message="The SVN RC URL must be 
'${svn.dist.url}'" />

Reply via email to