Author: ggregory
Date: Wed Mar 20 14:49:33 2013
New Revision: 1458862

URL: http://svn.apache.org/r1458862
Log:
[VFS-471] Update to Apache Commons Compress 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=1458862&r1=1458861&r2=1458862&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Mar 20 14:49:33 2013
@@ -335,7 +335,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.4.1</version>
+        <version>1.5</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=1458862&r1=1458861&r2=1458862&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Wed Mar 20 14:49:33 2013
@@ -26,6 +26,9 @@
 <!--       <action issue="VFS-443" dev="ggregory" type="update" 
due-to="nickallen"> -->
 <!--           [Local] Need an easy way to convert from a FileObject to a 
File. -->
 <!--       </action> -->
+      <action issue="VFS-471" dev="ggregory" type="update">
+        Update to Apache Commons Compress 1.5
+      </action>
       <action issue="VFS-469" dev="joehni" type="remove">
         Remove unused dependency to javax.jcr:jcr.
       </action>


Reply via email to