You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2013/10/27 07:01:46 UTC

svn commit: r1536055 - in /ant/antlibs/compress/trunk: project-template.ivy.xml project-template.pom

Author: bodewig
Date: Sun Oct 27 06:01:46 2013
New Revision: 1536055

URL: http://svn.apache.org/r1536055
Log:
fix descriptions and update dependency versions in POM

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=1536055&r1=1536054&r2=1536055&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/project-template.ivy.xml (original)
+++ ant/antlibs/compress/trunk/project-template.ivy.xml Sun Oct 27 06:01:46 2013
@@ -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, ARJ, CPIO, TAR, DUMP
-      and ZIP archives as well as BZIP2, PACK200, GZIP, LZMA and XZ
-      compressed files based on Apache Commons Compress.
+      Provides tasks and types that deal with AR, ARJ, CPIO, TAR,
+      DUMP, 7Z and ZIP archives as well as BZIP2, PACK200, GZIP, LZMA
+      and XZ compressed files based on Apache Commons Compress.
     </description>
   </info>
   <publications xmlns:e="urn:ant.apache.org:ivy-extras">

Modified: ant/antlibs/compress/trunk/project-template.pom
URL: http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/project-template.pom?rev=1536055&r1=1536054&r2=1536055&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/project-template.pom (original)
+++ ant/antlibs/compress/trunk/project-template.pom Sun Oct 27 06:01:46 2013
@@ -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, DUMP and
-    ZIP archives as well as BZIP2, PACK200, GZIP and XZ compressed files
-    based on Apache Commons Compress.
+    Provides tasks and types that deal with AR, ARJ, CPIO, TAR, DUMP,
+    7Z and ZIP archives as well as BZIP2, PACK200, GZIP, LZMA and XZ
+    compressed files based on Apache Commons Compress.
   </description>
   <licenses>
     <license>
@@ -50,12 +50,12 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.4</version>
+      <version>1.6</version>
     </dependency>
     <dependency>
       <groupId>org.tukaani</groupId>
       <artifactId>xz</artifactId>
-      <version>1.0</version>
+      <version>1.4</version>
     </dependency>
   </dependencies>
 </project>