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 2013/06/17 17:45:47 UTC

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

Author: ggregory
Date: Mon Jun 17 15:45:47 2013
New Revision: 1493824

URL: http://svn.apache.org/r1493824
Log:
[VFS-476] Update Apache Commons Logging to 1.1.3 from 1.1.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=1493824&r1=1493823&r2=1493824&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Mon Jun 17 15:45:47 2013
@@ -315,7 +315,7 @@
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
-        <version>1.1.2</version>
+        <version>1.1.3</version>
       </dependency>
       <dependency>
         <groupId>commons-net</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=1493824&r1=1493823&r2=1493824&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Mon Jun 17 15:45:47 2013
@@ -26,6 +26,9 @@
 <!--       <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-476" dev="ggregory" type="update">
+        Update Apache Commons Logging to 1.1.3 from 1.1.2.
+      </action>
       <action issue="VFS-475" dev="ggregory" type="update">
         Update Apache Commons Net to 3.3 from 3.2.
       </action>