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 2014/10/15 20:29:52 UTC

svn commit: r1632160 - /commons/proper/configuration/trunk/pom.xml

Author: ggregory
Date: Wed Oct 15 18:29:51 2014
New Revision: 1632160

URL: http://svn.apache.org/r1632160
Log:
Update Commons Logging from 1.1.3 to 1.2.

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

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1632160&r1=1632159&r2=1632160&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Wed Oct 15 18:29:51 2014
@@ -222,7 +222,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1.3</version>
+      <version>1.2</version>
       <exclusions>
         <exclusion>
             <groupId>logkit</groupId>