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 2011/11/02 13:19:39 UTC

svn commit: r1196555 - /commons/proper/vfs/trunk/pom.xml

Author: ggregory
Date: Wed Nov  2 12:19:38 2011
New Revision: 1196555

URL: http://svn.apache.org/viewvc?rev=1196555&view=rev
Log:
[VFS-375] Upgrade to Apache Commons Compress 1.3 from 1.2.

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

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1196555&r1=1196554&r2=1196555&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Nov  2 12:19:38 2011
@@ -315,7 +315,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.2</version>
+        <version>1.3</version>
       </dependency>
       <dependency>
         <groupId>org.apache.jackrabbit</groupId>