diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2017-07-01 19:53:47 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2017-07-01 19:53:47 +0000 |
commit | ad3f9786018fc948248bc2feba4f79ab9d36e9bf (patch) | |
tree | 62e65e13bf1a481dc1eb2693a11f3c8f18da015a /build.xml | |
parent | 6e6136ba89111a11cceb064ee71df5345072adcb (diff) | |
download | poi-ad3f9786018fc948248bc2feba4f79ab9d36e9bf.tar.gz poi-ad3f9786018fc948248bc2feba4f79ab9d36e9bf.zip |
add version.id to release notes in update-download template
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800529 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2752,7 +2752,7 @@ under the License. <p>The Apache POI team is pleased to announce the release of ${version.id}. Featured are a handful of new areas of functionality and numerous bug fixes.</p> <p>A summary of changes is available in the - <link href="https://www.apache.org/dyn/closer.lua/poi/${reltype}/RELEASE-NOTES.txt">Release Notes</link>. + <link href="https://www.apache.org/dyn/closer.lua/poi/${reltype}/RELEASE-NOTES-${version.id}.txt">Release Notes</link>. A full list of changes is available in the <link href="changes.html">change log</link>. People interested should also follow the <link href="mailinglists.html">dev list</link> to track progress.</p> |