Author: ggregory Date: Mon Oct 13 12:45:54 2014 New Revision: 1631367 URL: http://svn.apache.org/r1631367 Log: [VFS-539] Update Apache Commons Compress from 1.6 to 1.9. [VFS-540] Update Apache Commons Logging from 1.1.3 to 1.2. [VFS-539] Update Apache Commons Lang from 3.1 to 3.3.2.
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=1631367&r1=1631366&r2=1631367&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Mon Oct 13 12:45:54 2014 @@ -326,7 +326,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1.3</version> + <version>1.2</version> </dependency> <dependency> <groupId>commons-net</groupId> @@ -346,7 +346,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.6</version> + <version>1.9</version> </dependency> <dependency> <groupId>org.apache.jackrabbit</groupId> @@ -387,7 +387,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.1</version> + <version>3.3.2</version> <scope>test</scope> </dependency> <!-- Test FTP with Apache FTP Server (MINA) --> Modified: commons/proper/vfs/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1631367&r1=1631366&r2=1631367&view=diff ============================================================================== --- commons/proper/vfs/trunk/src/changes/changes.xml (original) +++ commons/proper/vfs/trunk/src/changes/changes.xml Mon Oct 13 12:45:54 2014 @@ -26,7 +26,16 @@ <!-- <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> --> <!-- [Local] Need an easy way to convert from a FileObject to a File. --> <!-- </action> --> - <action issue="VFS-532" dev="ggregory" type="add" due-to=" Gareth Daniel Smith"> + <action issue="VFS-541" dev="ggregory" type="update"> + Update Apache Commons Compress from 1.6 to 1.9. + </action> + <action issue="VFS-540" dev="ggregory" type="update"> + Update Apache Commons Logging from 1.1.3 to 1.2. + </action> + <action issue="VFS-539" dev="ggregory" type="update"> + Update Apache Commons Lang from 3.1 to 3.3.2. + </action> + <action issue="VFS-532" dev="ggregory" type="add" due-to="Gareth Daniel Smith"> [FTP] Allow configuring remoteVerificationEnabled on FTPClient instances. </action> <action issue="VFS-338" dev="ecki" type="fix" due-to="Daniel R.">