You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/11/09 20:03:19 UTC

svn commit: r473028 - /incubator/servicemix/trunk/pom.xml

Author: gnodet
Date: Thu Nov  9 11:03:19 2006
New Revision: 473028

URL: http://svn.apache.org/viewvc?view=rev&rev=473028
Log:
SM-741: Upgrade commons-logging to 1.1 and log4j to 1.2.13

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=473028&r1=473027&r2=473028
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Thu Nov  9 11:03:19 2006
@@ -742,7 +742,7 @@
             <dependency>
                 <groupId>commons-logging</groupId>
                 <artifactId>commons-logging</artifactId>
-                <version>1.0.4</version>
+                <version>1.1</version>
             </dependency>
             <dependency>
                 <groupId>commons-net</groupId>
@@ -1105,7 +1105,7 @@
             <dependency>
                 <groupId>log4j</groupId>
                 <artifactId>log4j</artifactId>
-                <version>1.2.12</version>
+                <version>1.2.13</version>
             </dependency>
             <dependency>
                 <groupId>mx4j</groupId>