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 2014/01/21 06:06:12 UTC

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

Author: bodewig
Date: Tue Jan 21 05:06:12 2014
New Revision: 1559920

URL: http://svn.apache.org/r1559920
Log:
Commons Compress 1.7 has been released

Modified:
    ant/antlibs/compress/trunk/changes.xml
    ant/antlibs/compress/trunk/project-template.ivy.xml
    ant/antlibs/compress/trunk/project-template.pom

Modified: ant/antlibs/compress/trunk/changes.xml
URL: http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/changes.xml?rev=1559920&r1=1559919&r2=1559920&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/changes.xml (original)
+++ ant/antlibs/compress/trunk/changes.xml Tue Jan 21 05:06:12 2014
@@ -38,6 +38,11 @@
     </properties>
 
     <release version="1.4" date="unreleased">
+      <action type="update" breaks-bwc="true">
+        The Apache Compress Antlib now requires Apache Commons
+        Compress 1.7 if you want to work with Snappy or .Z compressed
+        resources.
+      </action>
       <action type="add">
         Read-only support for traditional Unix Compress (.Z) has been
         added.

Modified: ant/antlibs/compress/trunk/project-template.ivy.xml
URL: http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/project-template.ivy.xml?rev=1559920&r1=1559919&r2=1559920&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/project-template.ivy.xml (original)
+++ ant/antlibs/compress/trunk/project-template.ivy.xml Tue Jan 21 05:06:12 2014
@@ -52,7 +52,7 @@
   </publications>
   <dependencies>
     <dependency org="org.apache.commons" name="commons-compress"
-                rev="1.6"/>
+                rev="1.7"/>
     <dependency org="org.tukaani" name="xz" rev="1.4"/>
   </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=1559920&r1=1559919&r2=1559920&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/project-template.pom (original)
+++ ant/antlibs/compress/trunk/project-template.pom Tue Jan 21 05:06:12 2014
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.6</version>
+      <version>1.7</version>
     </dependency>
     <dependency>
       <groupId>org.tukaani</groupId>