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 2014/07/13 11:53:10 UTC

svn commit: r1610153 - /commons/proper/validator/trunk/pom.xml

Author: britter
Date: Sun Jul 13 09:53:09 2014
New Revision: 1610153

URL: http://svn.apache.org/r1610153
Log:
Update to latest Commons Logging release

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

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1610153&r1=1610152&r2=1610153&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Sun Jul 13 09:53:09 2014
@@ -236,7 +236,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1.3</version>
+      <version>1.2</version>
     </dependency>
 
     <dependency>