You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sk...@apache.org on 2008/03/15 15:49:13 UTC

svn commit: r637422 - /commons/proper/digester/trunk/pom.xml

Author: skitching
Date: Sat Mar 15 07:49:06 2008
New Revision: 637422

URL: http://svn.apache.org/viewvc?rev=637422&view=rev
Log:
Update commons-logging dependency to 1.1.1, which has correct maven dependencies in its repo pom.

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

Modified: commons/proper/digester/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=637422&r1=637421&r2=637422&view=diff
==============================================================================
--- commons/proper/digester/trunk/pom.xml (original)
+++ commons/proper/digester/trunk/pom.xml Sat Mar 15 07:49:06 2008
@@ -253,7 +253,7 @@
     <dependency> 
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1</version>
+      <version>1.1.1</version>
     </dependency>
     <dependency>
       <groupId>xml-apis</groupId>