You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2015/12/11 22:14:46 UTC

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

Author: tn
Date: Fri Dec 11 21:14:46 2015
New Revision: 1719563

URL: http://svn.apache.org/viewvc?rev=1719563&view=rev
Log:
Update to latest release of collections.

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=1719563&r1=1719562&r2=1719563&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Fri Dec 11 21:14:46 2015
@@ -371,7 +371,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-collections4</artifactId>
-        <version>4.0</version>
+        <version>4.1</version>
       </dependency>
       <dependency>
         <groupId>commons-httpclient</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=1719563&r1=1719562&r2=1719563&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Fri Dec 11 21:14:46 2015
@@ -200,7 +200,7 @@
         Wrong assertion messages in RAM provider test case.
       </action>
       <action issue="VFS-507" dev="ggregory" type="update">
-        Update to Apache Commons Collection 4.0 from 3.2.1 and use generics.
+        Update to Apache Commons Collection 4.1 from 3.2.1 and use generics.
       </action>
       <action issue="VFS-476" dev="ggregory" type="update">
         Update Apache Commons Logging to 1.1.3 from 1.1.2.