You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/04/18 22:10:13 UTC

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

Author: sebb
Date: Mon Apr 18 20:10:13 2011
New Revision: 1094725

URL: http://svn.apache.org/viewvc?rev=1094725&view=rev
Log:
Current version of Commons Logging

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=1094725&r1=1094724&r2=1094725&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Mon Apr 18 20:10:13 2011
@@ -193,7 +193,7 @@
         <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
-            <version>1.0.4</version>
+            <version>1.1.1</version>
         </dependency>
     
         <dependency>