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 2012/04/11 17:21:12 UTC

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

Author: ggregory
Date: Wed Apr 11 15:21:12 2012
New Revision: 1324814

URL: http://svn.apache.org/viewvc?rev=1324814&view=rev
Log:
[VFS-409] Update Apache Commons Compress to 1.4 from 1.3.

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=1324814&r1=1324813&r2=1324814&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Apr 11 15:21:12 2012
@@ -339,7 +339,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.3</version>
+        <version>1.4</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=1324814&r1=1324813&r2=1324814&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Wed Apr 11 15:21:12 2012
@@ -23,6 +23,9 @@
 
   <body>
     <release version="2.1" date="TBD" description="">
+      <action issue="VFS-409" dev="ggregory" type="update" due-to="ggregory">
+        Update Apache Commons Compress to 1.4 from 1.3.
+      </action>
       <action issue="VFS-407" dev="ggregory" type="fix" due-to="mp1">
         [RAM] Reading a RAM FileSystem file fails because it never returns EOF -1.
       </action>