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/14 23:53:44 UTC

svn commit: r1631900 - /commons/proper/jcs/trunk/pom.xml

Author: ggregory
Date: Tue Oct 14 21:53:44 2014
New Revision: 1631900

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

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

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1631900&r1=1631899&r2=1631900&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Tue Oct 14 21:53:44 2014
@@ -234,7 +234,7 @@
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
-        <version>1.1.3</version>
+        <version>1.2</version>
       </dependency>
 
       <!--  JDBC DISK CACHE -->