You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/11/27 17:40:55 UTC

svn commit: r1546101 - in /commons/proper/vfs/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Wed Nov 27 16:40:55 2013
New Revision: 1546101

URL: http://svn.apache.org/r1546101
Log:
[VFS-506][Tar][Bzip2] Update Apache Commons Compress to 1.6 from 1.5.

Modified:
    commons/proper/vfs/trunk/pom.xml
    commons/proper/vfs/trunk/src/changes/changes.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1546101&r1=1546100&r2=1546101&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Nov 27 16:40:55 2013
@@ -335,7 +335,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.5</version>
+        <version>1.6</version>
       </dependency>
       <dependency>
         <groupId>org.apache.jackrabbit</groupId>

Modified: commons/proper/vfs/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1546101&r1=1546100&r2=1546101&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Wed Nov 27 16:40:55 2013
@@ -59,6 +59,9 @@
       <action issue="VFS-475" dev="ggregory" type="update">
         Update Apache Commons Net to 3.3 from 3.2.
       </action>
+      <action issue="VFS-506" dev="ggregory" type="update">
+        [Tar][Bzip2] Update Apache Commons Compress to 1.6 from 1.5.
+      </action>
       <action issue="VFS-471" dev="ggregory" type="update">
         Update to Apache Commons Compress 1.5.
       </action>