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 eb19207 Refer to index.html directly.
eb19207 is described below
commit eb19207d67471ee48eb005bddf33cef982eb75d4
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 1 20:27:47 2019 -0400
Refer to index.html directly.
---
src/main/scripts/generate-xdocs.build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/scripts/generate-xdocs.build.xml
b/src/main/scripts/generate-xdocs.build.xml
index 371e32e..31ecfd9 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"
/>
+ <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"
/>
<echo level="${level}" message="-----[ commons-release:vote-txt -
Expectations - START ]-----" />
<echo level="${level}" message="The SVN RC URL must be
'${svn.dist.url}'" />