Modified: ant/site/ant/sources/bindownload.xml URL: http://svn.apache.org/viewvc/ant/site/ant/sources/bindownload.xml?rev=1683458&r1=1683457&r2=1683458&view=diff ============================================================================== --- ant/site/ant/sources/bindownload.xml (original) +++ ant/site/ant/sources/bindownload.xml Thu Jun 4 04:01:24 2015 @@ -80,12 +80,12 @@ Other mirrors: <select name="Preferred"> <section name="Current Release of Ant"> -<p>Currently, Apache Ant 1.9.4 is the best available version, see the +<p>Currently, Apache Ant 1.9.5 is the best available version, see the <a href="[preferred]/ant/README.html">release notes</a>.</p> <div class="warning"> <div class="label">Note</div> -<div class="content">Ant 1.9.4 was released on 05-May-2014 and +<div class="content">Ant 1.9.5 was released on 03-Jun-2015 and may not be available on all mirrors for a few days.</div> </div> <br></br> @@ -97,25 +97,25 @@ may not be available on all mirrors for <ul> <li><code>.zip</code> archive: -<a href="[preferred]/ant/binaries/apache-ant-1.9.4-bin.zip">apache-ant-1.9.4-bin.zip</a> -[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.zip.asc">PGP</a>] -[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.zip.sha1">SHA1</a>] -[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.zip.sha512">SHA512</a>] -[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.zip.md5">MD5</a>]</li> +<a href="[preferred]/ant/binaries/apache-ant-1.9.5-bin.zip">apache-ant-1.9.5-bin.zip</a> +[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.5-bin.zip.asc">PGP</a>] +[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.5-bin.zip.sha1">SHA1</a>] +[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.5-bin.zip.sha512">SHA512</a>] +[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.5-bin.zip.md5">MD5</a>]</li> <li><code>.tar.gz</code> archive: -<a href="[preferred]/ant/binaries/apache-ant-1.9.4-bin.tar.gz">apache-ant-1.9.4-bin.tar.gz</a> -[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.gz.asc">PGP</a>] -[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.gz.sha1">SHA1</a>] -[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.gz.sha512">SHA512</a>] -[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.gz.md5">MD5</a>]</li> +<a href="[preferred]/ant/binaries/apache-ant-1.9.5-bin.tar.gz">apache-ant-1.9.5-bin.tar.gz</a> +[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.5-bin.tar.gz.asc">PGP</a>] +[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.5-bin.tar.gz.sha1">SHA1</a>] +[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.5-bin.tar.gz.sha512">SHA512</a>] +[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.5-bin.tar.gz.md5">MD5</a>]</li> <li><code>.tar.bz2</code> archive: -<a href="[preferred]/ant/binaries/apache-ant-1.9.4-bin.tar.bz2">apache-ant-1.9.4-bin.tar.bz2</a> -[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.bz2.asc">PGP</a>] -[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.bz2.sha1">SHA1</a>] -[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.bz2.sha512">SHA512</a>] -[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.4-bin.tar.bz2.md5">MD5</a>]</li> +<a href="[preferred]/ant/binaries/apache-ant-1.9.5-bin.tar.bz2">apache-ant-1.9.5-bin.tar.bz2</a> +[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.asc">PGP</a>] +[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.sha1">SHA1</a>] +[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.sha512">SHA512</a>] +[<a href="https://www.apache.org/dist/ant/binaries/apache-ant-1.9.5-bin.tar.bz2.md5">MD5</a>]</li> </ul> </section> @@ -145,17 +145,17 @@ using</p> <p><code> % pgpk -a KEYS<br /> -% pgpv apache-ant-1.9.4-bin.tar.gz.asc<br /> +% pgpv apache-ant-1.9.5-bin.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % pgp -ka KEYS<br /> -% pgp apache-ant-1.9.4-bin.tar.gz.asc<br /> +% pgp apache-ant-1.9.5-bin.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % gpg --import KEYS<br /> -% gpg --verify apache-ant-1.9.4-bin.tar.gz.asc +% gpg --verify apache-ant-1.9.5-bin.tar.gz.asc </code></p> <p>A command line version of <a href="http://www.gnupg.org/download/">GnuPG</a>
Modified: ant/site/ant/sources/faq.xml URL: http://svn.apache.org/viewvc/ant/site/ant/sources/faq.xml?rev=1683458&r1=1683457&r2=1683458&view=diff ============================================================================== --- ant/site/ant/sources/faq.xml (original) +++ ant/site/ant/sources/faq.xml Thu Jun 4 04:01:24 2015 @@ -247,6 +247,10 @@ <td>1.9.4</td> <td>05 May 2014</td> </tr> + <tr> + <td>1.9.5</td> + <td>03 Jun 2015</td> + </tr> </table> </answer> </faq> Modified: ant/site/ant/sources/index.xml URL: http://svn.apache.org/viewvc/ant/site/ant/sources/index.xml?rev=1683458&r1=1683457&r2=1683458&view=diff ============================================================================== --- ant/site/ant/sources/index.xml (original) +++ ant/site/ant/sources/index.xml Thu Jun 4 04:01:24 2015 @@ -25,14 +25,6 @@ <body> - <section name="Migration to Git"> - <h3>May 23d, 2014 - Apache Ant's family of projects migrates to git on https://git-wip-us.apache.org/repos/asf</h3> - <p>The Apache Ant family of projects migrates to git hosted by the Apache Software Foundation's infrastructure on - https://git-wip-us.apache.org/repos/asf.</p><p>The source code of Apache Ant, Ivy, Ivyde, the Antlibs and EasyAnt - Are all migrated to Git. - We are keeping our web site in Subversion, as well as the sandbox. - </p> - </section> <section name="Apache Ant&#x2122;"> <p>Apache Ant is a Java library and command-line tool whose @@ -65,16 +57,14 @@ Foundation</a>.</p> </section> - <section name="Apache Ant 1.9.4"> - <h3>May 5, 2014 - Apache Ant 1.9.4 Released</h3> - <p>Apache Ant 1.9.4 is now available for download as source or + <section name="Apache Ant 1.9.5"> + <h3>Jun 3, 2015 - Apache Ant 1.9.5 Released</h3> + <p>Apache Ant 1.9.5 is now available for download as source or binary from <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p> - <p>Ant 1.9.4 contains several bug fixes and improvements compared to Ant 1.9.3, - including the initial support for Java 1.9, - the possibility to run JUnit tests in multiple threads (when they are forked) - and the refactoring of Ant's own test suite which is now based on JUnit 4.</p> + <p>Ant 1.9.5 contains several bug fixes and improvements compared to Ant 1.9.4, + most importantly bug in the <tar> family of tasks and types.</p> </section> @@ -163,7 +153,7 @@ <section name="Documentation"> <p> -You can view the documentation for the current release (Apache Ant 1.9.0) +You can view the documentation for the current release (Apache Ant 1.9.5) <a href="manual/index.html">online</a> </p> Modified: ant/site/ant/sources/legal.xml URL: http://svn.apache.org/viewvc/ant/site/ant/sources/legal.xml?rev=1683458&r1=1683457&r2=1683458&view=diff ============================================================================== --- ant/site/ant/sources/legal.xml (original) +++ ant/site/ant/sources/legal.xml Thu Jun 4 04:01:24 2015 @@ -26,7 +26,7 @@ <section name="Legal Stuff They Make Us Say"> - <p>All material on this website is Copyright © 1999-2014, + <p>All material on this website is Copyright © 1999-2015, The Apache Software Foundation.</p> <p>Apache Ant, Apache Ivy, Ant, Ivy, Apache, the Apache feather Modified: ant/site/ant/sources/manualdownload.xml URL: http://svn.apache.org/viewvc/ant/site/ant/sources/manualdownload.xml?rev=1683458&r1=1683457&r2=1683458&view=diff ============================================================================== --- ant/site/ant/sources/manualdownload.xml (original) +++ ant/site/ant/sources/manualdownload.xml Thu Jun 4 04:01:24 2015 @@ -75,12 +75,12 @@ Other mirrors: <select name="Preferred"> <section name="Current Release of Ant"> -<p>Currently, Apache Ant 1.9.4 is the best available version, see the +<p>Currently, Apache Ant 1.9.5 is the best available version, see the <a href="[preferred]/ant/README.html">release notes</a>.</p> <div class="warning"> <div class="label">Note</div> -<div class="content">Ant 1.9.4 was released on 05-May-2014 and +<div class="content">Ant 1.9.5 was released on 03-Jun-2015 and may not be available on all mirrors for a few days.</div> </div> <br></br> @@ -92,25 +92,25 @@ may not be available on all mirrors for <ul> <li><code>.zip</code> archive: -<a href="[preferred]/ant/manual/apache-ant-1.9.4-manual.zip">apache-ant-1.9.4-manual.zip</a> -[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.4-manual.zip.asc">PGP</a>] -[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.4-manual.zip.sha1">SHA1</a>] -[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.4-manual.zip.sha512">SHA512</a>] -[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.4-manual.zip.md5">MD5</a>]</li> +<a href="[preferred]/ant/manual/apache-ant-1.9.5-manual.zip">apache-ant-1.9.5-manual.zip</a> +[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.5-manual.zip.asc">PGP</a>] +[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.5-manual.zip.sha1">SHA1</a>] +[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.5-manual.zip.sha512">SHA512</a>] +[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.5-manual.zip.md5">MD5</a>]</li> <li><code>.tar.gz</code> archive: -<a href="[preferred]/ant/manual/apache-ant-1.9.4-manual.tar.gz">apache-ant-1.9.4-manual.tar.gz</a> -[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.4-manual.tar.gz.asc">PGP</a>] -[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.4-manual.tar.gz.sha1">SHA1</a>] -[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.4-manual.tar.gz.sha512">SHA512</a>] -[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.4-manual.tar.gz.md5">MD5</a>]</li> +<a href="[preferred]/ant/manual/apache-ant-1.9.5-manual.tar.gz">apache-ant-1.9.5-manual.tar.gz</a> +[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.5-manual.tar.gz.asc">PGP</a>] +[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.5-manual.tar.gz.sha1">SHA1</a>] +[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.5-manual.tar.gz.sha512">SHA512</a>] +[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.5-manual.tar.gz.md5">MD5</a>]</li> <li><code>.tar.bz2</code> archive: -<a href="[preferred]/ant/manual/apache-ant-1.9.4-manual.tar.bz2">apache-ant-1.9.4-manual.tar.bz2</a> -[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.4-manual.tar.bz2.asc">PGP</a>] -[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.4-manual.tar.bz2.sha1">SHA1</a>] -[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.4-manual.tar.bz2.sha512">SHA512</a>] -[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.4-manual.tar.bz2.md5">MD5</a>]</li> +<a href="[preferred]/ant/manual/apache-ant-1.9.5-manual.tar.bz2">apache-ant-1.9.5-manual.tar.bz2</a> +[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.5-manual.tar.bz2.asc">PGP</a>] +[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.5-manual.tar.bz2.sha1">SHA1</a>] +[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.5-manual.tar.bz2.sha512">SHA512</a>] +[<a href="https://www.apache.org/dist/ant/manual/apache-ant-1.9.5-manual.tar.bz2.md5">MD5</a>]</li> </ul> </section> @@ -138,17 +138,17 @@ using</p> <p><code> % pgpk -a KEYS<br /> -% pgpv apache-ant-1.9.4-manual.tar.gz.asc<br /> +% pgpv apache-ant-1.9.5-manual.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % pgp -ka KEYS<br /> -% pgp apache-ant-1.9.4-manual.tar.gz.asc<br /> +% pgp apache-ant-1.9.5-manual.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % gpg --import KEYS<br /> -% gpg --verify apache-ant-1.9.4-manual.tar.gz.asc +% gpg --verify apache-ant-1.9.5-manual.tar.gz.asc </code></p> <p>A command line version of <a href="http://www.gnupg.org/download/">GnuPG</a> Modified: ant/site/ant/sources/srcdownload.xml URL: http://svn.apache.org/viewvc/ant/site/ant/sources/srcdownload.xml?rev=1683458&r1=1683457&r2=1683458&view=diff ============================================================================== --- ant/site/ant/sources/srcdownload.xml (original) +++ ant/site/ant/sources/srcdownload.xml Thu Jun 4 04:01:24 2015 @@ -77,12 +77,12 @@ Other mirrors: <select name="Preferred"> <section name="Current Release of Apache Ant"> -<p>Currently, Apache Ant 1.9.4 is the best available version, see the +<p>Currently, Apache Ant 1.9.5 is the best available version, see the <a href="[preferred]/ant/README.html">release notes</a>.</p> <div class="warning"> <div class="label">Note</div> -<div class="content">Ant 1.9.4 was released on 05-May-2014 and +<div class="content">Ant 1.9.5 was released on 03-Jun-2015 and may not be available on all mirrors for a few days.</div> </div> <br></br> @@ -94,25 +94,25 @@ may not be available on all mirrors for <ul> <li><code>.zip</code> archive: -<a href="[preferred]/ant/source/apache-ant-1.9.4-src.zip">apache-ant-1.9.4-src.zip</a> -[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.4-src.zip.asc">PGP</a>] -[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.4-src.zip.sha1">SHA1</a>] -[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.4-src.zip.sha512">SHA512</a>] -[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.4-src.zip.md5">MD5</a>]</li> +<a href="[preferred]/ant/source/apache-ant-1.9.5-src.zip">apache-ant-1.9.5-src.zip</a> +[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.5-src.zip.asc">PGP</a>] +[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.5-src.zip.sha1">SHA1</a>] +[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.5-src.zip.sha512">SHA512</a>] +[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.5-src.zip.md5">MD5</a>]</li> <li><code>.tar.gz</code> archive: -<a href="[preferred]/ant/source/apache-ant-1.9.4-src.tar.gz">apache-ant-1.9.4-src.tar.gz</a> -[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.4-src.tar.gz.asc">PGP</a>] -[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.4-src.tar.gz.sha1">SHA1</a>] -[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.4-src.tar.gz.sha512">SHA512</a>] -[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.4-src.tar.gz.md5">MD5</a>]</li> +<a href="[preferred]/ant/source/apache-ant-1.9.5-src.tar.gz">apache-ant-1.9.5-src.tar.gz</a> +[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.5-src.tar.gz.asc">PGP</a>] +[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.5-src.tar.gz.sha1">SHA1</a>] +[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.5-src.tar.gz.sha512">SHA512</a>] +[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.5-src.tar.gz.md5">MD5</a>]</li> <li><code>.tar.bz2</code> archive: -<a href="[preferred]/ant/source/apache-ant-1.9.4-src.tar.bz2">apache-ant-1.9.4-src.tar.bz2</a> -[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.4-src.tar.bz2.asc">PGP</a>] -[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.4-src.tar.bz2.sha1">SHA1</a>] -[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.4-src.tar.bz2.sha512">SHA512</a>] -[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.4-src.tar.bz2.md5">MD5</a>]</li> +<a href="[preferred]/ant/source/apache-ant-1.9.5-src.tar.bz2">apache-ant-1.9.5-src.tar.bz2</a> +[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.5-src.tar.bz2.asc">PGP</a>] +[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.5-src.tar.bz2.sha1">SHA1</a>] +[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.5-src.tar.bz2.sha512">SHA512</a>] +[<a href="https://www.apache.org/dist/ant/source/apache-ant-1.9.5-src.tar.bz2.md5">MD5</a>]</li> </ul> </section> @@ -142,17 +142,17 @@ using</p> <p><code> % pgpk -a KEYS<br /> -% pgpv apache-ant-1.9.4-src.tar.gz.asc<br /> +% pgpv apache-ant-1.9.5-src.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % pgp -ka KEYS<br /> -% pgp apache-ant-1.9.4-src.tar.gz.asc<br /> +% pgp apache-ant-1.9.5-src.tar.gz.asc<br /> </code> <em>or</em><br /> <code> % gpg --import KEYS<br /> -% gpg --verify apache-ant-1.9.4-src.tar.gz.asc +% gpg --verify apache-ant-1.9.5-src.tar.gz.asc </code></p> <p>Alternatively, you can verify the checksums on the files. Unix
