Author: rgoers Date: Sat Sep 24 16:58:28 2011 New Revision: 1175198 URL: http://svn.apache.org/viewvc?rev=1175198&view=rev Log: Update commons collections version to 3.2.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=1175198&r1=1175197&r2=1175198&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Sat Sep 24 16:58:28 2011 @@ -298,7 +298,7 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.1</version> + <version>3.2.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=1175198&r1=1175197&r2=1175198&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/changes/changes.xml (original) +++ commons/proper/vfs/trunk/src/changes/changes.xml Sat Sep 24 16:58:28 2011 @@ -23,6 +23,9 @@ <body> <release version="2.1" date="TBD" description=""> + <action issue="VFS-361" dev="rgoers" type="update"> + Upgrade commons collections version to 3.2.1. + </action> <action issue="VFS-325" dev="rgoers" type="fix" due-to="Larry Reeve"> Allow # character in file names. </action>