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 2018/02/16 15:38:57 UTC

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

Author: ggregory
Date: Fri Feb 16 15:38:57 2018
New Revision: 1824510

URL: http://svn.apache.org/viewvc?rev=1824510&view=rev
Log:
[VFS-650] Update Apache Commons Compress from 1.15 to 1.16.1. Also: Use a version of Maven Surefire that works with this build.

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=1824510&r1=1824509&r2=1824510&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Fri Feb 16 15:38:57 2018
@@ -171,6 +171,7 @@
     <!-- Avoid warnings about being unable to find jars during site building -->
     <dependency.locations.enabled>false</dependency.locations.enabled>
     <hadoop.version>2.6.0</hadoop.version>
+    <commons.surefire.version>2.19.1</commons.surefire.version>
   </properties>
 
   <build>
@@ -403,7 +404,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.15</version>
+        <version>1.16.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=1824510&r1=1824509&r2=1824510&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Fri Feb 16 15:38:57 2018
@@ -50,6 +50,9 @@ The <action> type attribute can be add,u
 <!--        [Local] Need an easy way to convert from a FileObject to a File. -->
 <!--       </action> -->
 <!-- START Might need to be moved to the next version -->
+      <action issue="VFS-650" dev="ggregory" type="update">
+        Update Apache Commons Compress from 1.15 to 1.16.1.
+      </action>
       <action issue="VFS-646" dev="ggregory" type="update">
         Update Apache Commons Compress from 1.14 to 1.15.
       </action>