You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/06/27 21:25:33 UTC

svn commit: r1497513 - /commons/proper/chain/trunk/pom.xml

Author: britter
Date: Thu Jun 27 19:25:32 2013
New Revision: 1497513

URL: http://svn.apache.org/r1497513
Log:
Update to latest commons logging version

Modified:
    commons/proper/chain/trunk/pom.xml

Modified: commons/proper/chain/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1497513&r1=1497512&r2=1497513&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Thu Jun 27 19:25:32 2013
@@ -154,7 +154,7 @@
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
-        <version>1.1.1</version>
+        <version>1.1.3</version>
       </dependency>
 
       <dependency>