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

svn commit: r1088005 - /commons/proper/discovery/trunk/pom.xml

Author: simonetripodi
Date: Sat Apr  2 11:45:39 2011
New Revision: 1088005

URL: http://svn.apache.org/viewvc?rev=1088005&view=rev
Log:
upgrated commons-logging dependency to latest version

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

Modified: commons/proper/discovery/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=1088005&r1=1088004&r2=1088005&view=diff
==============================================================================
--- commons/proper/discovery/trunk/pom.xml (original)
+++ commons/proper/discovery/trunk/pom.xml Sat Apr  2 11:45:39 2011
@@ -97,7 +97,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.0.4</version>
+      <version>1.1.1</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>