You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2017/09/16 21:38:43 UTC

svn commit: r1808594 - in /poi: site/src/documentation/content/xdocs/download.xml trunk/build.xml

Author: kiwiwings
Date: Sat Sep 16 21:38:43 2017
New Revision: 1808594

URL: http://svn.apache.org/viewvc?rev=1808594&view=rev
Log:
wrong release-notes link

Modified:
    poi/site/src/documentation/content/xdocs/download.xml
    poi/trunk/build.xml

Modified: poi/site/src/documentation/content/xdocs/download.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/download.xml?rev=1808594&r1=1808593&r2=1808594&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/download.xml (original)
+++ poi/site/src/documentation/content/xdocs/download.xml Sat Sep 16 21:38:43 2017
@@ -32,8 +32,8 @@
         how stable your code should be.
       </p>
       <ul>
-          <li><link href="download.html#POI-3.17-beta1">The latest beta release is Apache POI 3.17-beta1</link></li>
-          <li><link href="download.html#POI-3.16">The latest stable release is Apache POI 3.16</link></li>
+          <!-- li><link href="download.html#POI-3.17-beta1">The latest beta release is Apache POI 3.17-beta1</link></li -->
+          <li><link href="download.html#POI-3.17">The latest stable release is Apache POI 3.17</link></li>
           <li><link href="download.html#nightly">Nightly/CI builds are available as well</link></li>
           <li><link href="download.html#archive">Archives of all prior releases</link></li>
       </ul>
@@ -118,7 +118,7 @@
          Featured are a handful of new areas of functionality and numerous bug fixes.</p>
       <p>POI 3.17 is the last release to support Java 6. The next release will be 4.0.0 and supports min. Java 8.</p>
       <p>A summary of changes is available in the
-        <link href="https://www.apache.org/dyn/closer.lua/poi/release/RELEASE-NOTES-3.17.txt">Release Notes</link>.
+        <link href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-3.17.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>

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1808594&r1=1808593&r2=1808594&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Sep 16 21:38:43 2017
@@ -2786,7 +2786,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-${version.id}.txt">Release Notes</link>.
+        <link href="https://www.apache.org/dyn/closer.lua/poi/dev/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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org