Author: ggregory Date: Wed May 23 20:15:39 2012 New Revision: 1342015 URL: http://svn.apache.org/viewvc?rev=1342015&view=rev Log: [VFS-418] Update to Apache Commons Compress 1.4.1.
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=1342015&r1=1342014&r2=1342015&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Wed May 23 20:15:39 2012 @@ -339,7 +339,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.4</version> + <version>1.4.1</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=1342015&r1=1342014&r2=1342015&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/changes/changes.xml (original) +++ commons/proper/vfs/trunk/src/changes/changes.xml Wed May 23 20:15:39 2012 @@ -23,6 +23,9 @@ <body> <release version="2.1" date="TBD" description=""> + <action issue="VFS-418" dev="ggregory" type="fix"> + Update to Apache Commons Compress 1.4.1. + </action> <action issue="VFS-417" dev="ggregory" type="add"> [RAM][Local] Add and implement new API: RandomAccessContent.setLength(long). </action>