Author: bodewig
Date: Tue Nov 1 06:37:31 2011
New Revision: 1195844
URL: http://svn.apache.org/viewvc?rev=1195844&view=rev
Log:
compress 1.3's release vote has passed, waiting for mirrors to catch up
Modified:
ant/antlibs/compress/trunk/project-template.ivy.xml
ant/antlibs/compress/trunk/project-template.pom
Modified: ant/antlibs/compress/trunk/project-template.ivy.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/project-template.ivy.xml?rev=1195844&r1=1195843&r2=1195844&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/project-template.ivy.xml (original)
+++ ant/antlibs/compress/trunk/project-template.ivy.xml Tue Nov 1 06:37:31 2011
@@ -27,9 +27,9 @@
<ivyauthor name="Apache Ant Development Team"
url="http://ant.apache.org/"/>
<description homepage="http://ant.apache.org/antlibs/compress/">
- Provides tasks and types that deal with AR, CPIO, TAR
- and ZIP archives as well as BZIP2 and GZIP compressed files based on
- Apache Commons Compress.
+ Provides tasks and types that deal with AR, CPIO, TAR, DUMP and
+ ZIP archives as well as BZIP2, PACK200 and GZIP compressed files
+ based on Apache Commons Compress.
</description>
</info>
<publications xmlns:e="urn:ant.apache.org:ivy-extras">
@@ -52,6 +52,6 @@
</publications>
<dependencies>
<dependency org="org.apache.commons" name="commons-compress"
- rev="1.1"/>
+ rev="1.3"/>
</dependencies>
</ivy-module>
Modified: ant/antlibs/compress/trunk/project-template.pom
URL:
http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/project-template.pom?rev=1195844&r1=1195843&r2=1195844&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/project-template.pom (original)
+++ ant/antlibs/compress/trunk/project-template.pom Tue Nov 1 06:37:31 2011
@@ -26,9 +26,9 @@
<name>Apache Compress Antlib</name>
<url>http://ant.apache.org/antlibs/compress/</url>
<description>
- Provides tasks and types that deal with AR, CPIO, TAR
- and ZIP archives as well as BZIP2 and GZIP compressed files based on
- Apache Commons Compress.
+ Provides tasks and types that deal with AR, CPIO, TAR, DUMP and
+ ZIP archives as well as BZIP2, PACK200 and GZIP compressed files
+ based on Apache Commons Compress.
</description>
<licenses>
<license>