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 2015/09/24 01:04:26 UTC

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

Author: ggregory
Date: Wed Sep 23 23:04:26 2015
New Revision: 1704961

URL: http://svn.apache.org/viewvc?rev=1704961&view=rev
Log:
[VFS-578] Update Apache Commons Compress from 1.9 to 1.10.

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=1704961&r1=1704960&r2=1704961&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Sep 23 23:04:26 2015
@@ -381,7 +381,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.9</version>
+        <version>1.10</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=1704961&r1=1704960&r2=1704961&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Wed Sep 23 23:04:26 2015
@@ -121,6 +121,9 @@
       <action issue="VFS-542" dev="ggregory" type="update">
        Update Jsch from 0.1.50 to 0.1.51.
       </action>
+      <action issue="VFS-578" dev="ggregory" type="update">
+       Update Apache Commons Compress from 1.9 to 1.10.
+      </action>
       <action issue="VFS-541" dev="ggregory" type="update">
        Update Apache Commons Compress from 1.6 to 1.9.
       </action>