summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Levy-Lambert <antoine@apache.org>2010-12-13 19:00:18 +0000
committerAntoine Levy-Lambert <antoine@apache.org>2010-12-13 19:00:18 +0000
commit37e92856478e212eff51d13003261c89a302f093 (patch)
tree4f27a860a5b0d85b1929ef344382cfaa744a8e63
parent0b7abed55e34bc0a174b64193603c2db15d9d23a (diff)
downloadant-37e92856478e212eff51d13003261c89a302f093.tar.gz
preparation for the 1.8.2 release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1045304 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--WHATSNEW4
-rw-r--r--build.xml2
-rw-r--r--docs/antnews.html39
-rw-r--r--docs/bindownload.html40
-rw-r--r--docs/faq.html11
-rw-r--r--docs/index.html30
-rw-r--r--docs/manual/cover.html6
-rw-r--r--docs/manual/credits.html2
-rw-r--r--docs/manualdownload.html40
-rw-r--r--docs/srcdownload.html40
-rw-r--r--release/ivy.xml2
-rw-r--r--src/etc/poms/ant-antlr/pom.xml6
-rw-r--r--src/etc/poms/ant-apache-bcel/pom.xml6
-rw-r--r--src/etc/poms/ant-apache-bsf/pom.xml6
-rw-r--r--src/etc/poms/ant-apache-log4j/pom.xml6
-rw-r--r--src/etc/poms/ant-apache-oro/pom.xml6
-rw-r--r--src/etc/poms/ant-apache-regexp/pom.xml6
-rw-r--r--src/etc/poms/ant-apache-resolver/pom.xml6
-rw-r--r--src/etc/poms/ant-apache-xalan2/pom.xml6
-rw-r--r--src/etc/poms/ant-commons-logging/pom.xml6
-rw-r--r--src/etc/poms/ant-commons-net/pom.xml6
-rw-r--r--src/etc/poms/ant-jai/pom.xml6
-rw-r--r--src/etc/poms/ant-javamail/pom.xml6
-rw-r--r--src/etc/poms/ant-jdepend/pom.xml6
-rw-r--r--src/etc/poms/ant-jmf/pom.xml6
-rw-r--r--src/etc/poms/ant-jsch/pom.xml6
-rw-r--r--src/etc/poms/ant-junit/pom.xml6
-rw-r--r--src/etc/poms/ant-junit4/pom.xml6
-rw-r--r--src/etc/poms/ant-launcher/pom.xml4
-rw-r--r--src/etc/poms/ant-netrexx/pom.xml6
-rw-r--r--src/etc/poms/ant-swing/pom.xml6
-rw-r--r--src/etc/poms/ant-testutil/pom.xml6
-rw-r--r--src/etc/poms/ant/pom.xml6
-rw-r--r--src/etc/poms/pom.xml2
-rw-r--r--xdocs/antnews.xml41
-rw-r--r--xdocs/bindownload.xml40
-rw-r--r--xdocs/faq.xml4
-rw-r--r--xdocs/index.xml30
-rw-r--r--xdocs/manualdownload.xml40
-rw-r--r--xdocs/srcdownload.xml40
40 files changed, 315 insertions, 228 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 383583dfe..333004e58 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1,5 +1,5 @@
-Changes from Ant 1.8.1 TO current SVN version
-=============================================
+Changes from Ant 1.8.1 TO Ant 1.8.2
+===================================
Changes that could break older environments:
-------------------------------------------
diff --git a/build.xml b/build.xml
index b6586fe62..f740bf559 100644
--- a/build.xml
+++ b/build.xml
@@ -34,7 +34,7 @@
<property name="name" value="ant"/>
<!-- this is the groupId of ant in the Maven repository -->
<property name="groupid" value="org/apache/ant"/>
- <property name="project.version" value="1.8.2alpha"/>
+ <property name="project.version" value="1.8.2"/>
<!-- pom.version is used when doing a distribution and must match with what is checked in under src/etc/poms -->
<property name="pom.version" value="1.8.2-SNAPSHOT"/>
<property name="manifest-version" value="1.8.2"/>
diff --git a/docs/antnews.html b/docs/antnews.html
index 1d5d64a9c..d67ecd8e6 100644
--- a/docs/antnews.html
+++ b/docs/antnews.html
@@ -208,6 +208,42 @@
<div class="content">
<h1 class="title">Apache Ant&#x2122; Project News</h1>
<h3 class="section">
+ <a name="Apache Ant 1.8.2"></a>
+ Apache Ant 1.8.2
+ </h3>
+ <h3>December 20th, 2010 - Apache Ant 1.8.2 Released</h3>
+ <p>Apache Ant 1.8.2 is now available for download as source or binary (with and without
+ dependencies) from
+ <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p>
+ <p>Key features of the 1.8.2 release are</p>
+ <ul>
+ <li>performance improvements in directory scanning</li>
+ <li>XSLT task honors classpath again (bugrep 49271)</li>
+ <li>distinction between core tasks and optional tasks is abolished</li>
+ <li>numerous bug fixes and improvements as documented in Bugzilla
+ and in WHATSNEW</li>
+ </ul>
+ <h3 class="section">
+ <a name="Apache Ivy 2.2.0"></a>
+ Apache Ivy 2.2.0
+ </h3>
+ <h3>September 30, 2010 - Apache Ivy 2.2.0 Released</h3>
+ <p>Apache Ivy 2.2.0 is now available for download as source or binary (with and without
+ dependencies) from
+ <a href="http://ant.apache.org/ivy/download.cgi">http://ant.apache.org/ivy/download.cgi</a>.</p>
+ <p>Key features of the 2.2.0 release are</p>
+ <ul>
+ <li>enhanced Maven2 compatibility, with several bug fixes and
+ more pom features covered</li>
+ <li>new parent mechanism for Ivy files</li>
+ <li>improved pom generation from an ivy.xml file</li>
+ <li>automated PGP signature generation when uploading artifacts</li>
+ <li>numerous bug fixes and improvements as documented in Jira
+ and in the release notes</li>
+ </ul>
+ <p>For more information see
+ the <a href="http://ant.apache.org/ivy/">Ivy home page</a>.</p>
+ <h3 class="section">
<a name="Apache Ant 1.8.1"></a>
Apache Ant 1.8.1
</h3>
@@ -267,9 +303,6 @@
Apache Ivy 2.1.0
</h3>
<h3>October 8, 2009 - Apache Ivy 2.1.0 Released</h3>
- <p>Apache Ivy 2.1.0 is now available for download as source or binary (with and without
- dependencies) from
- <a href="http://ant.apache.org/ivy/download.cgi">http://ant.apache.org/ivy/download.cgi</a>.</p>
<p>Key features of the 2.1.0 release are</p>
<ul>
<li>enhanced Maven2 compatibility, with several bug fixes and
diff --git a/docs/bindownload.html b/docs/bindownload.html
index 1b376706c..23fcc7614 100644
--- a/docs/bindownload.html
+++ b/docs/bindownload.html
@@ -253,11 +253,11 @@ Other mirrors: <select name="Preferred">
<a name="Current Release of Ant"></a>
Current Release of Ant
</h3>
- <p>Currently, Apache Ant 1.8.1 is the best available version, see the
+ <p>Currently, Apache Ant 1.8.2 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.8.1 was released on 7-May-2010 and
+<div class="content">Ant 1.8.2 was released on 20-December-2010 and
may not be available on all mirrors for a few days.</div>
</div>
<br />
@@ -268,25 +268,25 @@ may not be available on all mirrors for a few days.</div>
</div>
<ul>
<li><code>.zip</code> archive:
-<a href="[preferred]/ant/binaries/apache-ant-1.8.1-bin.zip">apache-ant-1.8.1-bin.zip</a>
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.zip.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.zip.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.zip.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.zip.md5">MD5</a>]</li>
+<a href="[preferred]/ant/binaries/apache-ant-1.8.2-bin.zip">apache-ant-1.8.2-bin.zip</a>
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.zip.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.zip.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.zip.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.zip.md5">MD5</a>]</li>
<li><code>.tar.gz</code> archive:
-<a href="[preferred]/ant/binaries/apache-ant-1.8.1-bin.tar.gz">apache-ant-1.8.1-bin.tar.gz</a>
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.gz.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.gz.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.gz.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.gz.md5">MD5</a>]</li>
+<a href="[preferred]/ant/binaries/apache-ant-1.8.2-bin.tar.gz">apache-ant-1.8.2-bin.tar.gz</a>
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.gz.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.gz.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.gz.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.gz.md5">MD5</a>]</li>
<li><code>.tar.bz2</code> archive:
-<a href="[preferred]/ant/binaries/apache-ant-1.8.1-bin.tar.bz2">apache-ant-1.8.1-bin.tar.bz2</a>
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.bz2.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.bz2.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.bz2.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.bz2.md5">MD5</a>]</li>
+<a href="[preferred]/ant/binaries/apache-ant-1.8.2-bin.tar.bz2">apache-ant-1.8.2-bin.tar.bz2</a>
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.bz2.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.bz2.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.bz2.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.bz2.md5">MD5</a>]</li>
</ul>
<h3 class="section">
<a name="Old Ant Releases"></a>
@@ -309,17 +309,17 @@ directory</a>, rather than from a mirror. Then verify the signatures
using</p>
<p><code>
% pgpk -a KEYS<br />
-% pgpv apache-ant-1.8.1-bin.tar.gz.asc<br />
+% pgpv apache-ant-1.8.2-bin.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
-% pgp apache-ant-1.8.1-bin.tar.gz.asc<br />
+% pgp apache-ant-1.8.2-bin.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
-% gpg --verify apache-ant-1.8.1-bin.tar.gz.asc
+% gpg --verify apache-ant-1.8.2-bin.tar.gz.asc
</code></p>
<p>A command line version of <a href="http://www.gnupg.org/download/">GnuPG</a>
is also available for Windows users. Follow the
diff --git a/docs/faq.html b/docs/faq.html
index 55ed39db5..a28c9b948 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -734,6 +734,16 @@
7 May 2010
</td>
</tr>
+ <tr>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ 1.8.2
+ </td>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ 20 December 2010
+ </td>
+ </tr>
</table>
<p class="faq">
<a name="java-version"></a>
@@ -2249,6 +2259,7 @@ build.xml:
</div>
<p class="copyright">
+ Apache Ant, Apache Ivy, Ant, Ivy, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// -->
diff --git a/docs/index.html b/docs/index.html
index 09ba31be6..dd77d299e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -235,6 +235,22 @@
the <a href="http://www.apache.org/">Apache Software
Foundation</a>.</p>
<h3 class="section">
+ <a name="Apache Ant1.8.2"></a>
+ Apache Ant1.8.2
+ </h3>
+ <h3>December 20th, 2010 - Apache Ant 1.8.2 Released</h3>
+ <p>Apache Ant 1.8.2 is now available for download as source or binary (with and without
+ dependencies) from
+ <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p>
+ <p>Key features of the 1.8.2 release are</p>
+ <ul>
+ <li>performance improvements in directory scanning</li>
+ <li>XSLT task honors classpath again (bugrep 49271)</li>
+ <li>distinction between core tasks and optional tasks is abolished</li>
+ <li>numerous bug fixes and improvements as documented in Bugzilla
+ and in WHATSNEW</li>
+ </ul>
+ <h3 class="section">
<a name="Apache Ivy 2.2.0"></a>
Apache Ivy 2.2.0
</h3>
@@ -255,20 +271,6 @@
<p>For more information see
the <a href="http://ant.apache.org/ivy/">Ivy home page</a>.</p>
<h3 class="section">
- <a name="Apache Ant1.8.1"></a>
- Apache Ant1.8.1
- </h3>
- <h3>May 7th, 2010 - Apache Ant 1.8.1 Released</h3>
- <p>Apache Ant 1.8.1 is now available for download as source or binary (with and without
- dependencies) from
- <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p>
- <p>Key features of the 1.8.1 release are</p>
- <ul>
- <li>new task augment allows to add attributes or nested elements to previously defined references</li>
- <li>numerous bug fixes and improvements as documented in Bugzilla
- and in WHATSNEW</li>
- </ul>
- <h3 class="section">
<a name="Apache AntUnit 1.1"></a>
Apache AntUnit 1.1
</h3>
diff --git a/docs/manual/cover.html b/docs/manual/cover.html
index e60278906..f3f75770a 100644
--- a/docs/manual/cover.html
+++ b/docs/manual/cover.html
@@ -19,14 +19,14 @@
<head>
<meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
-<title>Apache Ant 1.8.1 User Manual</title>
+<title>Apache Ant 1.8.2 User Manual</title>
</head>
<body bgcolor="#FFFFFF">
<div align="center">
<h1><img src="../images/ant_logo_large.gif" width="190" height="120"></h1>
- <h1>Apache Ant&trade; 1.8.1 Manual</h1>
- <p align="left">This is the manual for version 1.8.1 of
+ <h1>Apache Ant&trade; 1.8.2 Manual</h1>
+ <p align="left">This is the manual for version 1.8.2 of
<a target="_top" href="http://ant.apache.org/index.html">Apache Ant</a>.
If your version
of Ant (as verified with <tt>ant -version</tt>) is older or newer than this
diff --git a/docs/manual/credits.html b/docs/manual/credits.html
index 06ac56a7e..a4091c73e 100644
--- a/docs/manual/credits.html
+++ b/docs/manual/credits.html
@@ -62,7 +62,7 @@
</ul>
<center>
-<p>Version: 1.8.1</p>
+<p>Version: 1.8.2</p>
</center>
diff --git a/docs/manualdownload.html b/docs/manualdownload.html
index a00c6f943..ccd857d51 100644
--- a/docs/manualdownload.html
+++ b/docs/manualdownload.html
@@ -247,11 +247,11 @@ Other mirrors: <select name="Preferred">
<a name="Current Release of Ant"></a>
Current Release of Ant
</h3>
- <p>Currently, Apache Ant 1.8.1 is the best available version, see the
+ <p>Currently, Apache Ant 1.8.2 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.8.1 was released on 7-May-2010 and
+<div class="content">Ant 1.8.2 was released on 7-May-2010 and
may not be available on all mirrors for a few days.</div>
</div>
<br />
@@ -262,25 +262,25 @@ may not be available on all mirrors for a few days.</div>
</div>
<ul>
<li><code>.zip</code> archive:
-<a href="[preferred]/ant/manual/apache-ant-1.8.1-manual.zip">apache-ant-1.8.1-manual.zip</a>
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.zip.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.zip.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.zip.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.zip.md5">MD5</a>]</li>
+<a href="[preferred]/ant/manual/apache-ant-1.8.2-manual.zip">apache-ant-1.8.2-manual.zip</a>
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.zip.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.zip.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.zip.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.zip.md5">MD5</a>]</li>
<li><code>.tar.gz</code> archive:
-<a href="[preferred]/ant/manual/apache-ant-1.8.1-manual.tar.gz">apache-ant-1.8.1-manual.tar.gz</a>
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.tar.gz.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.tar.gz.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.tar.gz.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.tar.gz.md5">MD5</a>]</li>
+<a href="[preferred]/ant/manual/apache-ant-1.8.2-manual.tar.gz">apache-ant-1.8.2-manual.tar.gz</a>
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.tar.gz.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.tar.gz.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.tar.gz.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.tar.gz.md5">MD5</a>]</li>
<li><code>.tar.bz2</code> archive:
-<a href="[preferred]/ant/manual/apache-ant-1.8.1-manual.tar.bz2">apache-ant-1.8.1-manual.tar.bz2</a>
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.tar.bz2.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.tar.bz2.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.tar.bz2.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.tar.bz2.md5">MD5</a>]</li>
+<a href="[preferred]/ant/manual/apache-ant-1.8.2-manual.tar.bz2">apache-ant-1.8.2-manual.tar.bz2</a>
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.tar.bz2.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.tar.bz2.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.tar.bz2.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.tar.bz2.md5">MD5</a>]</li>
</ul>
<h3 class="section">
<a name="Old Ant Releases"></a>
@@ -303,17 +303,17 @@ directory</a>, rather than from a mirror. Then verify the signatures
using</p>
<p><code>
% pgpk -a KEYS<br />
-% pgpv apache-ant-1.8.1-manual.tar.gz.asc<br />
+% pgpv apache-ant-1.8.2-manual.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
-% pgp apache-ant-1.8.1-manual.tar.gz.asc<br />
+% pgp apache-ant-1.8.2-manual.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
-% gpg --verify apache-ant-1.8.1-manual.tar.gz.asc
+% gpg --verify apache-ant-1.8.2-manual.tar.gz.asc
</code></p>
<p>A command line version of <a href="http://www.gnupg.org/download/">GnuPG</a>
is also available for Windows users. Follow the
diff --git a/docs/srcdownload.html b/docs/srcdownload.html
index b73e1299f..2b490f27d 100644
--- a/docs/srcdownload.html
+++ b/docs/srcdownload.html
@@ -251,11 +251,11 @@ Other mirrors: <select name="Preferred">
<a name="Current Release of Apache Ant"></a>
Current Release of Apache Ant
</h3>
- <p>Currently, Apache Ant 1.8.1 is the best available version, see the
+ <p>Currently, Apache Ant 1.8.2 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.8.1 was released on 7-May-2010 and
+<div class="content">Ant 1.8.2 was released on 20-December-2010 and
may not be available on all mirrors for a few days.</div>
</div>
<br />
@@ -266,25 +266,25 @@ may not be available on all mirrors for a few days.</div>
</div>
<ul>
<li><code>.zip</code> archive:
-<a href="[preferred]/ant/source/apache-ant-1.8.1-src.zip">apache-ant-1.8.1-src.zip</a>
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.zip.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.zip.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.zip.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.zip.md5">MD5</a>]</li>
+<a href="[preferred]/ant/source/apache-ant-1.8.2-src.zip">apache-ant-1.8.2-src.zip</a>
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.zip.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.zip.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.zip.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.zip.md5">MD5</a>]</li>
<li><code>.tar.gz</code> archive:
-<a href="[preferred]/ant/source/apache-ant-1.8.1-src.tar.gz">apache-ant-1.8.1-src.tar.gz</a>
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.gz.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.gz.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.gz.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.gz.md5">MD5</a>]</li>
+<a href="[preferred]/ant/source/apache-ant-1.8.2-src.tar.gz">apache-ant-1.8.2-src.tar.gz</a>
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.tar.gz.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.tar.gz.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.tar.gz.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.tar.gz.md5">MD5</a>]</li>
<li><code>.tar.bz2</code> archive:
-<a href="[preferred]/ant/source/apache-ant-1.8.1-src.tar.bz2">apache-ant-1.8.1-src.tar.bz2</a>
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.bz2.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.bz2.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.bz2.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.bz2.md5">MD5</a>]</li>
+<a href="[preferred]/ant/source/apache-ant-1.8.2-src.tar.bz2">apache-ant-1.8.2-src.tar.bz2</a>
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.tar.bz2.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.tar.bz2.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.tar.bz2.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.tar.bz2.md5">MD5</a>]</li>
</ul>
<h3 class="section">
<a name="Old Ant Releases"></a>
@@ -307,17 +307,17 @@ directory</a>, rather than from a mirror. Then verify the signatures
using</p>
<p><code>
% pgpk -a KEYS<br />
-% pgpv apache-ant-1.8.1-src.tar.gz.asc<br />
+% pgpv apache-ant-1.8.2-src.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
-% pgp apache-ant-1.8.1-src.tar.gz.asc<br />
+% pgp apache-ant-1.8.2-src.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
-% gpg --verify apache-ant-1.8.1-src.tar.gz.asc
+% gpg --verify apache-ant-1.8.2-src.tar.gz.asc
</code></p>
<p>Alternatively, you can verify the checksums on the files. Unix
programs called <code>md5</code>/<code>sha1</code>/<code>sha512</code> or
diff --git a/release/ivy.xml b/release/ivy.xml
index 5c558a8fb..eb56e9d67 100644
--- a/release/ivy.xml
+++ b/release/ivy.xml
@@ -20,7 +20,7 @@
xsi:noNamespaceSchemaLocation=
"http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="org/apache"
- module="ant" revision="1.8.1"/>
+ module="ant" revision="1.8.2"/>
<publications>
<artifact name="ant-parent" type="pom" ext="pom"/>
<artifact name="ant-parent" type="pom.asc" ext="pom.asc"/>
diff --git a/src/etc/poms/ant-antlr/pom.xml b/src/etc/poms/ant-antlr/pom.xml
index 92d25fd34..9f429e9bc 100644
--- a/src/etc/poms/ant-antlr/pom.xml
+++ b/src/etc/poms/ant-antlr/pom.xml
@@ -27,12 +27,12 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-antlr</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + ANTLR</name>
<description>antlr specific task.
The implementation forks a java process, therefore the antlr jar file is only needed at runtime</description>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>
diff --git a/src/etc/poms/ant-apache-bcel/pom.xml b/src/etc/poms/ant-apache-bcel/pom.xml
index a645e4358..59458775c 100644
--- a/src/etc/poms/ant-apache-bcel/pom.xml
+++ b/src/etc/poms/ant-apache-bcel/pom.xml
@@ -27,18 +27,18 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-bcel</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + BCEL</name>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/etc/poms/ant-apache-bsf/pom.xml b/src/etc/poms/ant-apache-bsf/pom.xml
index 1c8427211..d0cc88f0d 100644
--- a/src/etc/poms/ant-apache-bsf/pom.xml
+++ b/src/etc/poms/ant-apache-bsf/pom.xml
@@ -27,18 +27,18 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-bsf</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + BSF</name>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/etc/poms/ant-apache-log4j/pom.xml b/src/etc/poms/ant-apache-log4j/pom.xml
index e65dbbdc2..00f8b63de 100644
--- a/src/etc/poms/ant-apache-log4j/pom.xml
+++ b/src/etc/poms/ant-apache-log4j/pom.xml
@@ -26,18 +26,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-log4j</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + Log4J</name>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/etc/poms/ant-apache-oro/pom.xml b/src/etc/poms/ant-apache-oro/pom.xml
index f392a81fe..40324a6c1 100644
--- a/src/etc/poms/ant-apache-oro/pom.xml
+++ b/src/etc/poms/ant-apache-oro/pom.xml
@@ -27,18 +27,18 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-oro</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + Apache Oro</name>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/etc/poms/ant-apache-regexp/pom.xml b/src/etc/poms/ant-apache-regexp/pom.xml
index 74aa2b592..e8f746921 100644
--- a/src/etc/poms/ant-apache-regexp/pom.xml
+++ b/src/etc/poms/ant-apache-regexp/pom.xml
@@ -26,18 +26,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-regexp</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + Apache Regexp</name>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/etc/poms/ant-apache-resolver/pom.xml b/src/etc/poms/ant-apache-resolver/pom.xml
index 4a5d3db34..b999b5040 100644
--- a/src/etc/poms/ant-apache-resolver/pom.xml
+++ b/src/etc/poms/ant-apache-resolver/pom.xml
@@ -26,18 +26,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-resolver</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + Apache Resolver</name>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/etc/poms/ant-apache-xalan2/pom.xml b/src/etc/poms/ant-apache-xalan2/pom.xml
index e1cfa0025..cad6f4f47 100644
--- a/src/etc/poms/ant-apache-xalan2/pom.xml
+++ b/src/etc/poms/ant-apache-xalan2/pom.xml
@@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-xalan2</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + Xalan 2</name>
<description>contains Xalan2-specific features</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/etc/poms/ant-commons-logging/pom.xml b/src/etc/poms/ant-commons-logging/pom.xml
index 405c21dbb..e57ddf957 100644
--- a/src/etc/poms/ant-commons-logging/pom.xml
+++ b/src/etc/poms/ant-commons-logging/pom.xml
@@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-commons-logging</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + Commons Logging</name>
<description>Ant Listener based on commons-logging</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/etc/poms/ant-commons-net/pom.xml b/src/etc/poms/ant-commons-net/pom.xml
index 2ae2c2653..3da389eab 100644
--- a/src/etc/poms/ant-commons-net/pom.xml
+++ b/src/etc/poms/ant-commons-net/pom.xml
@@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-commons-net</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + Commons Net</name>
<description>ftp, rexec and telnet tasks</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/etc/poms/ant-jai/pom.xml b/src/etc/poms/ant-jai/pom.xml
index c519d1e78..fc77323cb 100644
--- a/src/etc/poms/ant-jai/pom.xml
+++ b/src/etc/poms/ant-jai/pom.xml
@@ -27,12 +27,12 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-jai</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + JAI</name>
<description>image task and corresponding types.
</description>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/etc/poms/ant-javamail/pom.xml b/src/etc/poms/ant-javamail/pom.xml
index 986b45413..bfb93ef55 100644
--- a/src/etc/poms/ant-javamail/pom.xml
+++ b/src/etc/poms/ant-javamail/pom.xml
@@ -26,12 +26,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-javamail</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + JavaMail</name>
<description>implementation of the mail task based on javamail.
Required to send emails to SMTP servers using user/password combinations
@@ -40,7 +40,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/etc/poms/ant-jdepend/pom.xml b/src/etc/poms/ant-jdepend/pom.xml
index eb27d66ac..d585e4b74 100644
--- a/src/etc/poms/ant-jdepend/pom.xml
+++ b/src/etc/poms/ant-jdepend/pom.xml
@@ -27,12 +27,12 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-jdepend</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + JDepend</name>
<description>task jdepend invoking the jdepend parser. There is also a version 2.9.1 of the
jdepend parser available on the maven repository</description>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/etc/poms/ant-jmf/pom.xml b/src/etc/poms/ant-jmf/pom.xml
index b5c5b6d7e..758a2934b 100644
--- a/src/etc/poms/ant-jmf/pom.xml
+++ b/src/etc/poms/ant-jmf/pom.xml
@@ -26,12 +26,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-jmf</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + JMF</name>
<description>contains the sound task and a soundplayer listener
download the dependency from http://java.sun.com/products/java-media/jmf/</description>
@@ -39,7 +39,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/src/etc/poms/ant-jsch/pom.xml b/src/etc/poms/ant-jsch/pom.xml
index 6e7c7a6ed..39e0d161e 100644
--- a/src/etc/poms/ant-jsch/pom.xml
+++ b/src/etc/poms/ant-jsch/pom.xml
@@ -26,12 +26,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-jsch</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + JSch</name>
<description>contains the sshexec and scp tasks
jsch 0.1.29 might not be available from maven</description>
@@ -39,7 +39,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/etc/poms/ant-junit/pom.xml b/src/etc/poms/ant-junit/pom.xml
index 5c64dfc7d..f90adc1a1 100644
--- a/src/etc/poms/ant-junit/pom.xml
+++ b/src/etc/poms/ant-junit/pom.xml
@@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + JUnit</name>
<description>contains the junit and junirreport tasks</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/etc/poms/ant-junit4/pom.xml b/src/etc/poms/ant-junit4/pom.xml
index 49630c959..4128917ca 100644
--- a/src/etc/poms/ant-junit4/pom.xml
+++ b/src/etc/poms/ant-junit4/pom.xml
@@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit4</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + JUnit 4</name>
<description>contains JUnit 4.x support</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/etc/poms/ant-launcher/pom.xml b/src/etc/poms/ant-launcher/pom.xml
index 1bdf74321..5015839e2 100644
--- a/src/etc/poms/ant-launcher/pom.xml
+++ b/src/etc/poms/ant-launcher/pom.xml
@@ -27,12 +27,12 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant Launcher</name>
<build>
<plugins>
diff --git a/src/etc/poms/ant-netrexx/pom.xml b/src/etc/poms/ant-netrexx/pom.xml
index d86b7aabd..564282f2e 100644
--- a/src/etc/poms/ant-netrexx/pom.xml
+++ b/src/etc/poms/ant-netrexx/pom.xml
@@ -26,12 +26,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-netrexx</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + NetRexx</name>
<description>NetRexxC task
dependency can be downloaded from http://www.ibm.com/software/awdtools/netrexx/download.html</description>
@@ -39,7 +39,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<!-- Processed too early, before maven-antrun-plugin gets a chance to work:
diff --git a/src/etc/poms/ant-swing/pom.xml b/src/etc/poms/ant-swing/pom.xml
index 017ac36e1..a8c77bf61 100644
--- a/src/etc/poms/ant-swing/pom.xml
+++ b/src/etc/poms/ant-swing/pom.xml
@@ -27,19 +27,19 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-swing</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant + Swing</name>
<description>a listener and a splash task based on Swing</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/src/etc/poms/ant-testutil/pom.xml b/src/etc/poms/ant-testutil/pom.xml
index 47432b6d9..d7f967df4 100644
--- a/src/etc/poms/ant-testutil/pom.xml
+++ b/src/etc/poms/ant-testutil/pom.xml
@@ -27,19 +27,19 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-testutil</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant Test Utilities</name>
<description>test utility classes</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/src/etc/poms/ant/pom.xml b/src/etc/poms/ant/pom.xml
index 5a28b1a0f..8854149dc 100644
--- a/src/etc/poms/ant/pom.xml
+++ b/src/etc/poms/ant/pom.xml
@@ -27,18 +27,18 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<name>Apache Ant Core</name>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml
index 59665f538..af8ceb2c6 100644
--- a/src/etc/poms/pom.xml
+++ b/src/etc/poms/pom.xml
@@ -25,7 +25,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
- <version>1.8.2-SNAPSHOT</version>
+ <version>1.8.2</version>
<packaging>pom</packaging>
<description>master POM</description>
<licenses>
diff --git a/xdocs/antnews.xml b/xdocs/antnews.xml
index 4a238f62b..6d931e626 100644
--- a/xdocs/antnews.xml
+++ b/xdocs/antnews.xml
@@ -26,6 +26,44 @@
</properties>
<body>
+ <section name="Apache Ant 1.8.2">
+ <h3>December 20th, 2010 - Apache Ant 1.8.2 Released</h3>
+ <p>Apache Ant 1.8.2 is now available for download as source or binary (with and without
+ dependencies) from
+ <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p>
+
+ <p>Key features of the 1.8.2 release are</p>
+ <ul>
+ <li>performance improvements in directory scanning</li>
+ <li>XSLT task honors classpath again (bugrep 49271)</li>
+ <li>distinction between core tasks and optional tasks is abolished</li>
+ <li>numerous bug fixes and improvements as documented in Bugzilla
+ and in WHATSNEW</li>
+ </ul>
+
+ </section>
+
+ <section name="Apache Ivy 2.2.0">
+ <h3>September 30, 2010 - Apache Ivy 2.2.0 Released</h3>
+ <p>Apache Ivy 2.2.0 is now available for download as source or binary (with and without
+ dependencies) from
+ <a href="http://ant.apache.org/ivy/download.cgi">http://ant.apache.org/ivy/download.cgi</a>.</p>
+
+ <p>Key features of the 2.2.0 release are</p>
+ <ul>
+ <li>enhanced Maven2 compatibility, with several bug fixes and
+ more pom features covered</li>
+ <li>new parent mechanism for Ivy files</li>
+ <li>improved pom generation from an ivy.xml file</li>
+ <li>automated PGP signature generation when uploading artifacts</li>
+ <li>numerous bug fixes and improvements as documented in Jira
+ and in the release notes</li>
+ </ul>
+
+ <p>For more information see
+ the <a href="http://ant.apache.org/ivy/">Ivy home page</a>.</p>
+ </section>
+
<section name="Apache Ant 1.8.1">
<h3>May 7th, 2010 - Apache Ant 1.8.1 Released</h3>
<p>Apache Ant 1.8.1 is now available for download as source or binary (with and without
@@ -84,9 +122,6 @@
<section name="Apache Ivy 2.1.0">
<h3>October 8, 2009 - Apache Ivy 2.1.0 Released</h3>
- <p>Apache Ivy 2.1.0 is now available for download as source or binary (with and without
- dependencies) from
- <a href="http://ant.apache.org/ivy/download.cgi">http://ant.apache.org/ivy/download.cgi</a>.</p>
<p>Key features of the 2.1.0 release are</p>
<ul>
diff --git a/xdocs/bindownload.xml b/xdocs/bindownload.xml
index 6c955d067..c3883381d 100644
--- a/xdocs/bindownload.xml
+++ b/xdocs/bindownload.xml
@@ -80,12 +80,12 @@ Other mirrors: <select name="Preferred">
<section name="Current Release of Ant">
-<p>Currently, Apache Ant 1.8.1 is the best available version, see the
+<p>Currently, Apache Ant 1.8.2 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.8.1 was released on 7-May-2010 and
+<div class="content">Ant 1.8.2 was released on 20-December-2010 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 a few days.</div>
<ul>
<li><code>.zip</code> archive:
-<a href="[preferred]/ant/binaries/apache-ant-1.8.1-bin.zip">apache-ant-1.8.1-bin.zip</a>
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.zip.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.zip.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.zip.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.zip.md5">MD5</a>]</li>
+<a href="[preferred]/ant/binaries/apache-ant-1.8.2-bin.zip">apache-ant-1.8.2-bin.zip</a>
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.zip.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.zip.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.zip.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.zip.md5">MD5</a>]</li>
<li><code>.tar.gz</code> archive:
-<a href="[preferred]/ant/binaries/apache-ant-1.8.1-bin.tar.gz">apache-ant-1.8.1-bin.tar.gz</a>
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.gz.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.gz.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.gz.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.gz.md5">MD5</a>]</li>
+<a href="[preferred]/ant/binaries/apache-ant-1.8.2-bin.tar.gz">apache-ant-1.8.2-bin.tar.gz</a>
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.gz.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.gz.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.gz.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.gz.md5">MD5</a>]</li>
<li><code>.tar.bz2</code> archive:
-<a href="[preferred]/ant/binaries/apache-ant-1.8.1-bin.tar.bz2">apache-ant-1.8.1-bin.tar.bz2</a>
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.bz2.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.bz2.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.bz2.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.bz2.md5">MD5</a>]</li>
+<a href="[preferred]/ant/binaries/apache-ant-1.8.2-bin.tar.bz2">apache-ant-1.8.2-bin.tar.bz2</a>
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.bz2.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.bz2.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-bin.tar.bz2.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.2-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.8.1-bin.tar.gz.asc<br />
+% pgpv apache-ant-1.8.2-bin.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
-% pgp apache-ant-1.8.1-bin.tar.gz.asc<br />
+% pgp apache-ant-1.8.2-bin.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
-% gpg --verify apache-ant-1.8.1-bin.tar.gz.asc
+% gpg --verify apache-ant-1.8.2-bin.tar.gz.asc
</code></p>
<p>A command line version of <a href="http://www.gnupg.org/download/">GnuPG</a>
diff --git a/xdocs/faq.xml b/xdocs/faq.xml
index 7c1c350c0..357b4f05d 100644
--- a/xdocs/faq.xml
+++ b/xdocs/faq.xml
@@ -230,6 +230,10 @@
<td>1.8.1</td>
<td>7 May 2010</td>
</tr>
+ <tr>
+ <td>1.8.2</td>
+ <td>20 December 2010</td>
+ </tr>
</table>
</answer>
</faq>
diff --git a/xdocs/index.xml b/xdocs/index.xml
index a42a9a26b..d6315b972 100644
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -57,6 +57,22 @@
Foundation</a>.</p>
</section>
+ <section name="Apache Ant1.8.2">
+ <h3>December 20th, 2010 - Apache Ant 1.8.2 Released</h3>
+ <p>Apache Ant 1.8.2 is now available for download as source or binary (with and without
+ dependencies) from
+ <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p>
+
+ <p>Key features of the 1.8.2 release are</p>
+ <ul>
+ <li>performance improvements in directory scanning</li>
+ <li>XSLT task honors classpath again (bugrep 49271)</li>
+ <li>distinction between core tasks and optional tasks is abolished</li>
+ <li>numerous bug fixes and improvements as documented in Bugzilla
+ and in WHATSNEW</li>
+ </ul>
+ </section>
+
<section name="Apache Ivy 2.2.0">
<h3>September 30, 2010 - Apache Ivy 2.2.0 Released</h3>
<p>Apache Ivy 2.2.0 is now available for download as source or binary (with and without
@@ -77,20 +93,6 @@
<p>For more information see
the <a href="http://ant.apache.org/ivy/">Ivy home page</a>.</p>
</section>
- <section name="Apache Ant1.8.1">
- <h3>May 7th, 2010 - Apache Ant 1.8.1 Released</h3>
- <p>Apache Ant 1.8.1 is now available for download as source or binary (with and without
- dependencies) from
- <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p>
-
- <p>Key features of the 1.8.1 release are</p>
- <ul>
- <li>new task augment allows to add attributes or nested elements to previously defined references</li>
- <li>numerous bug fixes and improvements as documented in Bugzilla
- and in WHATSNEW</li>
- </ul>
-
- </section>
<section name="Apache AntUnit 1.1">
<h3>September 26, 2008 - Apache AntUnit 1.1 Released</h3>
diff --git a/xdocs/manualdownload.xml b/xdocs/manualdownload.xml
index 34ecfd756..beafd2e5b 100644
--- a/xdocs/manualdownload.xml
+++ b/xdocs/manualdownload.xml
@@ -75,12 +75,12 @@ Other mirrors: <select name="Preferred">
<section name="Current Release of Ant">
-<p>Currently, Apache Ant 1.8.1 is the best available version, see the
+<p>Currently, Apache Ant 1.8.2 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.8.1 was released on 7-May-2010 and
+<div class="content">Ant 1.8.2 was released on 7-May-2010 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 a few days.</div>
<ul>
<li><code>.zip</code> archive:
-<a href="[preferred]/ant/manual/apache-ant-1.8.1-manual.zip">apache-ant-1.8.1-manual.zip</a>
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.zip.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.zip.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.zip.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.zip.md5">MD5</a>]</li>
+<a href="[preferred]/ant/manual/apache-ant-1.8.2-manual.zip">apache-ant-1.8.2-manual.zip</a>
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.zip.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.zip.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.zip.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.zip.md5">MD5</a>]</li>
<li><code>.tar.gz</code> archive:
-<a href="[preferred]/ant/manual/apache-ant-1.8.1-manual.tar.gz">apache-ant-1.8.1-manual.tar.gz</a>
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.tar.gz.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.tar.gz.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.tar.gz.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.tar.gz.md5">MD5</a>]</li>
+<a href="[preferred]/ant/manual/apache-ant-1.8.2-manual.tar.gz">apache-ant-1.8.2-manual.tar.gz</a>
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.tar.gz.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.tar.gz.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.tar.gz.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.tar.gz.md5">MD5</a>]</li>
<li><code>.tar.bz2</code> archive:
-<a href="[preferred]/ant/manual/apache-ant-1.8.1-manual.tar.bz2">apache-ant-1.8.1-manual.tar.bz2</a>
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.tar.bz2.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.tar.bz2.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.tar.bz2.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.1-manual.tar.bz2.md5">MD5</a>]</li>
+<a href="[preferred]/ant/manual/apache-ant-1.8.2-manual.tar.bz2">apache-ant-1.8.2-manual.tar.bz2</a>
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.tar.bz2.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.tar.bz2.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-manual.tar.bz2.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/manual/apache-ant-1.8.2-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.8.1-manual.tar.gz.asc<br />
+% pgpv apache-ant-1.8.2-manual.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
-% pgp apache-ant-1.8.1-manual.tar.gz.asc<br />
+% pgp apache-ant-1.8.2-manual.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
-% gpg --verify apache-ant-1.8.1-manual.tar.gz.asc
+% gpg --verify apache-ant-1.8.2-manual.tar.gz.asc
</code></p>
<p>A command line version of <a href="http://www.gnupg.org/download/">GnuPG</a>
diff --git a/xdocs/srcdownload.xml b/xdocs/srcdownload.xml
index bac6b6b4d..cf0b75e4d 100644
--- a/xdocs/srcdownload.xml
+++ b/xdocs/srcdownload.xml
@@ -77,12 +77,12 @@ Other mirrors: <select name="Preferred">
<section name="Current Release of Apache Ant">
-<p>Currently, Apache Ant 1.8.1 is the best available version, see the
+<p>Currently, Apache Ant 1.8.2 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.8.1 was released on 7-May-2010 and
+<div class="content">Ant 1.8.2 was released on 20-December-2010 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 a few days.</div>
<ul>
<li><code>.zip</code> archive:
-<a href="[preferred]/ant/source/apache-ant-1.8.1-src.zip">apache-ant-1.8.1-src.zip</a>
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.zip.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.zip.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.zip.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.zip.md5">MD5</a>]</li>
+<a href="[preferred]/ant/source/apache-ant-1.8.2-src.zip">apache-ant-1.8.2-src.zip</a>
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.zip.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.zip.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.zip.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.zip.md5">MD5</a>]</li>
<li><code>.tar.gz</code> archive:
-<a href="[preferred]/ant/source/apache-ant-1.8.1-src.tar.gz">apache-ant-1.8.1-src.tar.gz</a>
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.gz.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.gz.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.gz.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.gz.md5">MD5</a>]</li>
+<a href="[preferred]/ant/source/apache-ant-1.8.2-src.tar.gz">apache-ant-1.8.2-src.tar.gz</a>
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.tar.gz.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.tar.gz.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.tar.gz.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.tar.gz.md5">MD5</a>]</li>
<li><code>.tar.bz2</code> archive:
-<a href="[preferred]/ant/source/apache-ant-1.8.1-src.tar.bz2">apache-ant-1.8.1-src.tar.bz2</a>
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.bz2.asc">PGP</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.bz2.sha1">SHA1</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.bz2.sha512">SHA512</a>]
-[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.bz2.md5">MD5</a>]</li>
+<a href="[preferred]/ant/source/apache-ant-1.8.2-src.tar.bz2">apache-ant-1.8.2-src.tar.bz2</a>
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.tar.bz2.asc">PGP</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.tar.bz2.sha1">SHA1</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-src.tar.bz2.sha512">SHA512</a>]
+[<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.2-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.8.1-src.tar.gz.asc<br />
+% pgpv apache-ant-1.8.2-src.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% pgp -ka KEYS<br />
-% pgp apache-ant-1.8.1-src.tar.gz.asc<br />
+% pgp apache-ant-1.8.2-src.tar.gz.asc<br />
</code>
<em>or</em><br />
<code>
% gpg --import KEYS<br />
-% gpg --verify apache-ant-1.8.1-src.tar.gz.asc
+% gpg --verify apache-ant-1.8.2-src.tar.gz.asc
</code></p>
<p>Alternatively, you can verify the checksums on the files. Unix