diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2017-04-16 20:40:47 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2017-04-16 20:40:47 +0000 |
commit | 179fbb134e9d66ee7b3e549d87576d932d693dc3 (patch) | |
tree | ae696fe074be794755e9286f849a60842253e861 /build.xml | |
parent | b0043776a42948950ae746b8a80a68bce06dd2ba (diff) | |
download | poi-179fbb134e9d66ee7b3e549d87576d932d693dc3.tar.gz poi-179fbb134e9d66ee7b3e549d87576d932d693dc3.zip |
Website update / release guide fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791631 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2712,11 +2712,11 @@ under the License. to track progress.</p> <p> The POI source release as well as the pre-built binary deployment packages are listed below. - Pre-built versions of all <link href="index.html#components">POI components</link> + Pre-built versions of all <link href="overview.html#components">POI components</link> are available in the central Maven repository under Group ID "org.apache.poi" and Version "${version.id}". </p> - <section><title>Binary Distribution</title> + <section id="POI-${version.id}-bin"><title>Binary Distribution</title> <ul> <li><link href="https://www.apache.org/dyn/closer.lua/poi/${reltype}/bin/poi-bin-${version.id}-${file_date}.tar.gz">poi-bin-${version.id}-${file_date}.tar.gz</link> (${bin-tar-size} MB, <link href="https://www.apache.org/dist/poi/${reltype}/bin/poi-bin-${version.id}-${file_date}.tar.gz.asc">signature (.asc)</link>) @@ -2738,7 +2738,7 @@ under the License. </li> </ul> </section> - <section><title>Source Distribution</title> + <section id="POI-${version.id}-src"><title>Source Distribution</title> <ul> <li><link href="https://www.apache.org/dyn/closer.lua/poi/${reltype}/src/poi-src-${version.id}-${file_date}.tar.gz">poi-src-${version.id}-${file_date}.tar.gz</link> (${src-tar-size} MB, <link href="https://www.apache.org/dist/poi/${reltype}/src/poi-src-${version.id}-${file_date}.tar.gz.asc">signature (.asc)</link>) |