You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/03/10 23:20:50 UTC

svn commit: r635727 - /continuum/trunk/pom.xml

Author: olamy
Date: Mon Mar 10 15:20:46 2008
New Revision: 635727

URL: http://svn.apache.org/viewvc?rev=635727&view=rev
Log:
upgrade log4j version (mandatory with slf4j  >= 1.4.0 http://www.slf4j.org/codes.html#log4j_version)

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=635727&r1=635726&r2=635727&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Mon Mar 10 15:20:46 2008
@@ -565,7 +565,7 @@
       <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
-        <version>1.2.8</version>
+        <version>1.2.12</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>