Author: jaikiran
Date: Sun Jun 16 05:41:22 2024
New Revision: 1918359
URL: http://svn.apache.org/viewvc?rev=1918359&view=rev
Log:
Prioritize Ant 1.10.x releases on the Ant download pages, over 1.9.x
Modified:
ant/site/ant/production/bindownload.html
ant/site/ant/production/manualdownload.html
ant/site/ant/production/srcdownload.html
ant/site/ant/sources/bindownload.xml
ant/site/ant/sources/manualdownload.xml
ant/site/ant/sources/srcdownload.xml
Modified: ant/site/ant/production/bindownload.html
URL:
http://svn.apache.org/viewvc/ant/site/ant/production/bindownload.html?rev=1918359&r1=1918358&r2=1918359&view=diff
==============================================================================
--- ant/site/ant/production/bindownload.html (original)
+++ ant/site/ant/production/bindownload.html Sun Jun 16 05:41:22 2024
@@ -270,14 +270,14 @@ Other mirrors: <select name="Preferred">
Current Release of Ant
</h3>
<p>The Apache Ant team currently maintains two lines of
- development. The 1.9.x releases require Java5 at runtime and 1.10.x
- requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and
+ development. The 1.9.x releases require Java 5 at runtime and 1.10.x
+ requires Java 8 at runtime. Both lines are based off of Ant 1.9.7 and
the 1.9.x releases are mostly bug fix releases while additional new
features are developed for 1.10.x. We recommend using 1.10.x unless
- you are required to use versions of Java prior to Java8 during the
+ you are required to use versions of Java prior to Java 8 during the
build process.</p>
- <p>Currently, Apache Ant 1.9.16 and 1.10.14
are the best available
- versions, see the <a href="[preferred]/ant/README.html">release
+ <p>Currently, Apache Ant 1.10.14 and 1.9.16
are the latest released
+ versions in 1.10.x and 1.9.x series, see the <a
href="[preferred]/ant/README.html">release
notes</a>.</p>
<div class="warning">
<div class="label">Note</div>
@@ -291,27 +291,6 @@ may not be available on all mirrors for
require gnu tar to do the extraction.</div>
</div>
<h3 class="section">
- <a name="1.9.16 release - requires minimum of Java 5 at runtime"></a>
- 1.9.16 release - requires minimum of Java 5 at runtime
- </h3>
- <ul>
- <li>1.9.16 <code>.zip</code> archive:
- <a
href="[preferred]/ant/binaries/apache-ant-1.9.16-bin.zip">apache-ant-1.9.16-bin.zip</a>
- [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.zip.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.zip.sha512">SHA512</a>]
- </li>
- <li>1.9.16 <code>.tar.gz</code> archive:
- <a
href="[preferred]/ant/binaries/apache-ant-1.9.16-bin.tar.gz">apache-ant-1.9.16-bin.tar.gz</a>
- [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.gz.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.gz.sha512">SHA512</a>]
- </li>
- <li>1.9.16 <code>.tar.bz2</code> archive:
- <a
href="[preferred]/ant/binaries/apache-ant-1.9.16-bin.tar.bz2">apache-ant-1.9.16-bin.tar.bz2</a>
- [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.bz2.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.bz2.sha512">SHA512</a>]
- </li>
- </ul>
- <h3 class="section">
<a name="1.10.14 release - requires minimum of Java 8 at runtime"></a>
1.10.14 release - requires minimum of Java 8 at runtime
</h3>
@@ -338,6 +317,27 @@ may not be available on all mirrors for
</li>
</ul>
<h3 class="section">
+ <a name="1.9.16 release - requires minimum of Java 5 at runtime"></a>
+ 1.9.16 release - requires minimum of Java 5 at runtime
+ </h3>
+ <ul>
+ <li>1.9.16 <code>.zip</code> archive:
+ <a
href="[preferred]/ant/binaries/apache-ant-1.9.16-bin.zip">apache-ant-1.9.16-bin.zip</a>
+ [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.zip.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.zip.sha512">SHA512</a>]
+ </li>
+ <li>1.9.16 <code>.tar.gz</code> archive:
+ <a
href="[preferred]/ant/binaries/apache-ant-1.9.16-bin.tar.gz">apache-ant-1.9.16-bin.tar.gz</a>
+ [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.gz.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.gz.sha512">SHA512</a>]
+ </li>
+ <li>1.9.16 <code>.tar.bz2</code> archive:
+ <a
href="[preferred]/ant/binaries/apache-ant-1.9.16-bin.tar.bz2">apache-ant-1.9.16-bin.tar.bz2</a>
+ [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.bz2.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.bz2.sha512">SHA512</a>]
+ </li>
+ </ul>
+ <h3 class="section">
<a name="Old Ant Releases"></a>
Old Ant Releases
</h3>
Modified: ant/site/ant/production/manualdownload.html
URL:
http://svn.apache.org/viewvc/ant/site/ant/production/manualdownload.html?rev=1918359&r1=1918358&r2=1918359&view=diff
==============================================================================
--- ant/site/ant/production/manualdownload.html (original)
+++ ant/site/ant/production/manualdownload.html Sun Jun 16 05:41:22 2024
@@ -266,14 +266,14 @@ Other mirrors: <select name="Preferred">
Current Release of Ant
</h3>
<p>The Apache Ant team currently maintains two lines of
- development. The 1.9.x releases require Java5 at runtime and 1.10.x
- requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and
+ development. The 1.9.x releases require Java 5 at runtime and 1.10.x
+ requires Java 8 at runtime. Both lines are based off of Ant 1.9.7 and
the 1.9.x releases are mostly bug fix releases while additional new
features are developed for 1.10.x. We recommend using 1.10.x unless
- you are required to use versions of Java prior to Java8 during the
+ you are required to use versions of Java prior to Java 8 during the
build process.</p>
- <p>Currently, Apache Ant 1.9.16 and 1.10.14
are the best available
- versions, see the <a href="[preferred]/ant/README.html">release
+ <p>Currently, Apache Ant 1.10.14 and 1.9.16
are the latest released
+ versions in 1.10.x and 1.9.x series, see the <a
href="[preferred]/ant/README.html">release
notes</a>.</p>
<div class="warning">
<div class="label">Note</div>
@@ -287,27 +287,6 @@ may not be available on all mirrors for
require gnu tar to do the extraction.</div>
</div>
<h3 class="section">
- <a name="1.9.16 release - requires minimum of Java 5 at runtime"></a>
- 1.9.16 release - requires minimum of Java 5 at runtime
- </h3>
- <ul>
- <li>1.9.16 <code>.zip</code> archive:
- <a
href="[preferred]/ant/manual/apache-ant-1.9.16-manual.zip">apache-ant-1.9.16-manual.zip</a>
- [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.zip.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.zip.sha512">SHA512</a>]
- </li>
- <li>1.9.16 <code>.tar.gz</code> archive:
- <a
href="[preferred]/ant/manual/apache-ant-1.9.16-manual.tar.gz">apache-ant-1.9.16-manual.tar.gz</a>
- [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.tar.gz.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.tar.gz.sha512">SHA512</a>]
- </li>
- <li>1.9.16 <code>.tar.bz2</code> archive:
- <a
href="[preferred]/ant/manual/apache-ant-1.9.16-manual.tar.bz2">apache-ant-1.9.16-manual.tar.bz2</a>
- [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.tar.bz2.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.tar.bz2.sha512">SHA512</a>]
- </li>
- </ul>
- <h3 class="section">
<a name="1.10.14 release - requires minimum of Java 8 at runtime"></a>
1.10.14 release - requires minimum of Java 8 at runtime
</h3>
@@ -334,6 +313,27 @@ may not be available on all mirrors for
</li>
</ul>
<h3 class="section">
+ <a name="1.9.16 release - requires minimum of Java 5 at runtime"></a>
+ 1.9.16 release - requires minimum of Java 5 at runtime
+ </h3>
+ <ul>
+ <li>1.9.16 <code>.zip</code> archive:
+ <a
href="[preferred]/ant/manual/apache-ant-1.9.16-manual.zip">apache-ant-1.9.16-manual.zip</a>
+ [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.zip.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.zip.sha512">SHA512</a>]
+ </li>
+ <li>1.9.16 <code>.tar.gz</code> archive:
+ <a
href="[preferred]/ant/manual/apache-ant-1.9.16-manual.tar.gz">apache-ant-1.9.16-manual.tar.gz</a>
+ [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.tar.gz.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.tar.gz.sha512">SHA512</a>]
+ </li>
+ <li>1.9.16 <code>.tar.bz2</code> archive:
+ <a
href="[preferred]/ant/manual/apache-ant-1.9.16-manual.tar.bz2">apache-ant-1.9.16-manual.tar.bz2</a>
+ [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.tar.bz2.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.tar.bz2.sha512">SHA512</a>]
+ </li>
+ </ul>
+ <h3 class="section">
<a name="Old Ant Releases"></a>
Old Ant Releases
</h3>
Modified: ant/site/ant/production/srcdownload.html
URL:
http://svn.apache.org/viewvc/ant/site/ant/production/srcdownload.html?rev=1918359&r1=1918358&r2=1918359&view=diff
==============================================================================
--- ant/site/ant/production/srcdownload.html (original)
+++ ant/site/ant/production/srcdownload.html Sun Jun 16 05:41:22 2024
@@ -270,14 +270,14 @@ Other mirrors: <select name="Preferred">
Current Release of Apache Ant
</h3>
<p>The Apache Ant team currently maintains two lines of
- development. The 1.9.x releases require Java5 at runtime and 1.10.x
- requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and
+ development. The 1.9.x releases require Java 5 at runtime and 1.10.x
+ requires Java 8 at runtime. Both lines are based off of Ant 1.9.7 and
the 1.9.x releases are mostly bug fix releases while additional new
features are developed for 1.10.x. We recommend using 1.10.x unless
- you are required to use versions of Java prior to Java8 during the
+ you are required to use versions of Java prior to Java 8 during the
build process.</p>
- <p>Currently, Apache Ant 1.9.16 and 1.10.14
are the best available
- versions, see the <a href="[preferred]/ant/README.html">release
+ <p>Currently, Apache Ant 1.10.14 and 1.9.16
are the latest released
+ versions in 1.10.x and 1.9.x series, see the <a
href="[preferred]/ant/README.html">release
notes</a>.</p>
<div class="warning">
<div class="label">Note</div>
@@ -291,27 +291,6 @@ may not be available on all mirrors for
require gnu tar to do the extraction.</div>
</div>
<h3 class="section">
- <a name="1.9.16 release - requires minimum of Java 5 at runtime"></a>
- 1.9.16 release - requires minimum of Java 5 at runtime
- </h3>
- <ul>
- <li>1.9.16 <code>.zip</code> archive:
- <a
href="[preferred]/ant/source/apache-ant-1.9.16-src.zip">apache-ant-1.9.16-src.zip</a>
- [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.zip.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.zip.sha512">SHA512</a>]
- </li>
- <li>1.9.16 <code>.tar.gz</code> archive:
- <a
href="[preferred]/ant/source/apache-ant-1.9.16-src.tar.gz">apache-ant-1.9.16-src.tar.gz</a>
- [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.tar.gz.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.tar.gz.sha512">SHA512</a>]
- </li>
- <li>1.9.16 <code>.tar.bz2</code> archive:
- <a
href="[preferred]/ant/source/apache-ant-1.9.16-src.tar.bz2">apache-ant-1.9.16-src.tar.bz2</a>
- [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.tar.bz2.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.tar.bz2.sha512">SHA512</a>]
- </li>
- </ul>
- <h3 class="section">
<a name="1.10.14 release - requires minimum of Java 8 at runtime"></a>
1.10.14 release - requires minimum of Java 8 at runtime
</h3>
@@ -338,6 +317,27 @@ may not be available on all mirrors for
</li>
</ul>
<h3 class="section">
+ <a name="1.9.16 release - requires minimum of Java 5 at runtime"></a>
+ 1.9.16 release - requires minimum of Java 5 at runtime
+ </h3>
+ <ul>
+ <li>1.9.16 <code>.zip</code> archive:
+ <a
href="[preferred]/ant/source/apache-ant-1.9.16-src.zip">apache-ant-1.9.16-src.zip</a>
+ [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.zip.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.zip.sha512">SHA512</a>]
+ </li>
+ <li>1.9.16 <code>.tar.gz</code> archive:
+ <a
href="[preferred]/ant/source/apache-ant-1.9.16-src.tar.gz">apache-ant-1.9.16-src.tar.gz</a>
+ [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.tar.gz.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.tar.gz.sha512">SHA512</a>]
+ </li>
+ <li>1.9.16 <code>.tar.bz2</code> archive:
+ <a
href="[preferred]/ant/source/apache-ant-1.9.16-src.tar.bz2">apache-ant-1.9.16-src.tar.bz2</a>
+ [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.tar.bz2.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.tar.bz2.sha512">SHA512</a>]
+ </li>
+ </ul>
+ <h3 class="section">
<a name="Old Ant Releases"></a>
Old Ant Releases
</h3>
Modified: ant/site/ant/sources/bindownload.xml
URL:
http://svn.apache.org/viewvc/ant/site/ant/sources/bindownload.xml?rev=1918359&r1=1918358&r2=1918359&view=diff
==============================================================================
--- ant/site/ant/sources/bindownload.xml (original)
+++ ant/site/ant/sources/bindownload.xml Sun Jun 16 05:41:22 2024
@@ -78,15 +78,15 @@ Other mirrors: <select name="Preferred">
<section name="Current Release of Ant">
<p>The Apache Ant team currently maintains two lines of
- development. The 1.9.x releases require Java5 at runtime and 1.10.x
- requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and
+ development. The 1.9.x releases require Java 5 at runtime and 1.10.x
+ requires Java 8 at runtime. Both lines are based off of Ant 1.9.7 and
the 1.9.x releases are mostly bug fix releases while additional new
features are developed for 1.10.x. We recommend using 1.10.x unless
- you are required to use versions of Java prior to Java8 during the
+ you are required to use versions of Java prior to Java 8 during the
build process.</p>
- <p>Currently, Apache Ant 1.9.16 and 1.10.14 are the best available
- versions, see the <a href="[preferred]/ant/README.html">release
+ <p>Currently, Apache Ant 1.10.14 and 1.9.16 are the latest released
+ versions in 1.10.x and 1.9.x series, see the <a
href="[preferred]/ant/README.html">release
notes</a>.</p>
<div class="warning">
@@ -102,26 +102,6 @@ may not be available on all mirrors for
</div>
</section>
-<section name="1.9.16 release - requires minimum of Java 5 at runtime">
- <ul>
- <li>1.9.16 <code>.zip</code> archive:
- <a
href="[preferred]/ant/binaries/apache-ant-1.9.16-bin.zip">apache-ant-1.9.16-bin.zip</a>
- [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.zip.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.zip.sha512">SHA512</a>]
- </li>
- <li>1.9.16 <code>.tar.gz</code> archive:
- <a
href="[preferred]/ant/binaries/apache-ant-1.9.16-bin.tar.gz">apache-ant-1.9.16-bin.tar.gz</a>
- [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.gz.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.gz.sha512">SHA512</a>]
- </li>
- <li>1.9.16 <code>.tar.bz2</code> archive:
- <a
href="[preferred]/ant/binaries/apache-ant-1.9.16-bin.tar.bz2">apache-ant-1.9.16-bin.tar.bz2</a>
- [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.bz2.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.bz2.sha512">SHA512</a>]
- </li>
- </ul>
-</section>
-
<section name="1.10.14 release - requires minimum of Java 8 at runtime">
<ul>
<li>1.10.14 <code>.zip</code> archive:
@@ -146,6 +126,26 @@ may not be available on all mirrors for
</li>
</ul>
</section>
+
+<section name="1.9.16 release - requires minimum of Java 5 at runtime">
+ <ul>
+ <li>1.9.16 <code>.zip</code> archive:
+ <a
href="[preferred]/ant/binaries/apache-ant-1.9.16-bin.zip">apache-ant-1.9.16-bin.zip</a>
+ [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.zip.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.zip.sha512">SHA512</a>]
+ </li>
+ <li>1.9.16 <code>.tar.gz</code> archive:
+ <a
href="[preferred]/ant/binaries/apache-ant-1.9.16-bin.tar.gz">apache-ant-1.9.16-bin.tar.gz</a>
+ [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.gz.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.gz.sha512">SHA512</a>]
+ </li>
+ <li>1.9.16 <code>.tar.bz2</code> archive:
+ <a
href="[preferred]/ant/binaries/apache-ant-1.9.16-bin.tar.bz2">apache-ant-1.9.16-bin.tar.bz2</a>
+ [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.bz2.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/binaries/apache-ant-1.9.16-bin.tar.bz2.sha512">SHA512</a>]
+ </li>
+ </ul>
+</section>
<section name="Old Ant Releases">
Modified: ant/site/ant/sources/manualdownload.xml
URL:
http://svn.apache.org/viewvc/ant/site/ant/sources/manualdownload.xml?rev=1918359&r1=1918358&r2=1918359&view=diff
==============================================================================
--- ant/site/ant/sources/manualdownload.xml (original)
+++ ant/site/ant/sources/manualdownload.xml Sun Jun 16 05:41:22 2024
@@ -76,15 +76,15 @@ Other mirrors: <select name="Preferred">
<section name="Current Release of Ant">
<p>The Apache Ant team currently maintains two lines of
- development. The 1.9.x releases require Java5 at runtime and 1.10.x
- requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and
+ development. The 1.9.x releases require Java 5 at runtime and 1.10.x
+ requires Java 8 at runtime. Both lines are based off of Ant 1.9.7 and
the 1.9.x releases are mostly bug fix releases while additional new
features are developed for 1.10.x. We recommend using 1.10.x unless
- you are required to use versions of Java prior to Java8 during the
+ you are required to use versions of Java prior to Java 8 during the
build process.</p>
- <p>Currently, Apache Ant 1.9.16 and 1.10.14 are the best available
- versions, see the <a href="[preferred]/ant/README.html">release
+ <p>Currently, Apache Ant 1.10.14 and 1.9.16 are the latest released
+ versions in 1.10.x and 1.9.x series, see the <a
href="[preferred]/ant/README.html">release
notes</a>.</p>
<div class="warning">
@@ -100,26 +100,6 @@ may not be available on all mirrors for
</div>
</section>
-<section name="1.9.16 release - requires minimum of Java 5 at runtime">
- <ul>
- <li>1.9.16 <code>.zip</code> archive:
- <a
href="[preferred]/ant/manual/apache-ant-1.9.16-manual.zip">apache-ant-1.9.16-manual.zip</a>
- [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.zip.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.zip.sha512">SHA512</a>]
- </li>
- <li>1.9.16 <code>.tar.gz</code> archive:
- <a
href="[preferred]/ant/manual/apache-ant-1.9.16-manual.tar.gz">apache-ant-1.9.16-manual.tar.gz</a>
- [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.tar.gz.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.tar.gz.sha512">SHA512</a>]
- </li>
- <li>1.9.16 <code>.tar.bz2</code> archive:
- <a
href="[preferred]/ant/manual/apache-ant-1.9.16-manual.tar.bz2">apache-ant-1.9.16-manual.tar.bz2</a>
- [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.tar.bz2.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.tar.bz2.sha512">SHA512</a>]
- </li>
- </ul>
-</section>
-
<section name="1.10.14 release - requires minimum of Java 8 at runtime">
<ul>
<li>1.10.14 <code>.zip</code> archive:
@@ -145,6 +125,26 @@ may not be available on all mirrors for
</ul>
</section>
+<section name="1.9.16 release - requires minimum of Java 5 at runtime">
+ <ul>
+ <li>1.9.16 <code>.zip</code> archive:
+ <a
href="[preferred]/ant/manual/apache-ant-1.9.16-manual.zip">apache-ant-1.9.16-manual.zip</a>
+ [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.zip.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.zip.sha512">SHA512</a>]
+ </li>
+ <li>1.9.16 <code>.tar.gz</code> archive:
+ <a
href="[preferred]/ant/manual/apache-ant-1.9.16-manual.tar.gz">apache-ant-1.9.16-manual.tar.gz</a>
+ [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.tar.gz.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.tar.gz.sha512">SHA512</a>]
+ </li>
+ <li>1.9.16 <code>.tar.bz2</code> archive:
+ <a
href="[preferred]/ant/manual/apache-ant-1.9.16-manual.tar.bz2">apache-ant-1.9.16-manual.tar.bz2</a>
+ [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.tar.bz2.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/manual/apache-ant-1.9.16-manual.tar.bz2.sha512">SHA512</a>]
+ </li>
+ </ul>
+</section>
+
<section name="Old Ant Releases">
<p>Manuals for older releases of Ant can be
Modified: ant/site/ant/sources/srcdownload.xml
URL:
http://svn.apache.org/viewvc/ant/site/ant/sources/srcdownload.xml?rev=1918359&r1=1918358&r2=1918359&view=diff
==============================================================================
--- ant/site/ant/sources/srcdownload.xml (original)
+++ ant/site/ant/sources/srcdownload.xml Sun Jun 16 05:41:22 2024
@@ -78,15 +78,15 @@ Other mirrors: <select name="Preferred">
<section name="Current Release of Apache Ant">
<p>The Apache Ant team currently maintains two lines of
- development. The 1.9.x releases require Java5 at runtime and 1.10.x
- requires Java8 at runtime. Both lines are based off of Ant 1.9.7 and
+ development. The 1.9.x releases require Java 5 at runtime and 1.10.x
+ requires Java 8 at runtime. Both lines are based off of Ant 1.9.7 and
the 1.9.x releases are mostly bug fix releases while additional new
features are developed for 1.10.x. We recommend using 1.10.x unless
- you are required to use versions of Java prior to Java8 during the
+ you are required to use versions of Java prior to Java 8 during the
build process.</p>
- <p>Currently, Apache Ant 1.9.16 and 1.10.14 are the best available
- versions, see the <a href="[preferred]/ant/README.html">release
+ <p>Currently, Apache Ant 1.10.14 and 1.9.16 are the latest released
+ versions in 1.10.x and 1.9.x series, see the <a
href="[preferred]/ant/README.html">release
notes</a>.</p>
<div class="warning">
@@ -102,26 +102,6 @@ may not be available on all mirrors for
</div>
</section>
-<section name="1.9.16 release - requires minimum of Java 5 at runtime">
- <ul>
- <li>1.9.16 <code>.zip</code> archive:
- <a
href="[preferred]/ant/source/apache-ant-1.9.16-src.zip">apache-ant-1.9.16-src.zip</a>
- [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.zip.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.zip.sha512">SHA512</a>]
- </li>
- <li>1.9.16 <code>.tar.gz</code> archive:
- <a
href="[preferred]/ant/source/apache-ant-1.9.16-src.tar.gz">apache-ant-1.9.16-src.tar.gz</a>
- [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.tar.gz.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.tar.gz.sha512">SHA512</a>]
- </li>
- <li>1.9.16 <code>.tar.bz2</code> archive:
- <a
href="[preferred]/ant/source/apache-ant-1.9.16-src.tar.bz2">apache-ant-1.9.16-src.tar.bz2</a>
- [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.tar.bz2.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.tar.bz2.sha512">SHA512</a>]
- </li>
- </ul>
-</section>
-
<section name="1.10.14 release - requires minimum of Java 8 at runtime">
<ul>
<li>1.10.14 <code>.zip</code> archive:
@@ -145,7 +125,27 @@ may not be available on all mirrors for
[<a
href="https://downloads.apache.org/ant/source/apache-ant-1.10.14-src.tar.xz.sha512">SHA512</a>]
</li>
</ul>
-</section>
+</section>
+
+<section name="1.9.16 release - requires minimum of Java 5 at runtime">
+ <ul>
+ <li>1.9.16 <code>.zip</code> archive:
+ <a
href="[preferred]/ant/source/apache-ant-1.9.16-src.zip">apache-ant-1.9.16-src.zip</a>
+ [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.zip.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.zip.sha512">SHA512</a>]
+ </li>
+ <li>1.9.16 <code>.tar.gz</code> archive:
+ <a
href="[preferred]/ant/source/apache-ant-1.9.16-src.tar.gz">apache-ant-1.9.16-src.tar.gz</a>
+ [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.tar.gz.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.tar.gz.sha512">SHA512</a>]
+ </li>
+ <li>1.9.16 <code>.tar.bz2</code> archive:
+ <a
href="[preferred]/ant/source/apache-ant-1.9.16-src.tar.bz2">apache-ant-1.9.16-src.tar.bz2</a>
+ [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.tar.bz2.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/ant/source/apache-ant-1.9.16-src.tar.bz2.sha512">SHA512</a>]
+ </li>
+ </ul>
+</section>
<section name="Old Ant Releases">