You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jc...@apache.org on 2007/06/30 22:14:47 UTC

svn commit: r552207 - /incubator/wicket/trunk/pom.xml

Author: jcompagner
Date: Sat Jun 30 13:14:46 2007
New Revision: 552207

URL: http://svn.apache.org/viewvc?view=rev&rev=552207
Log:
upped logging api's to 1.4 (from 1.3.1)

Modified:
    incubator/wicket/trunk/pom.xml

Modified: incubator/wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/pom.xml?view=diff&rev=552207&r1=552206&r2=552207
==============================================================================
--- incubator/wicket/trunk/pom.xml (original)
+++ incubator/wicket/trunk/pom.xml Sat Jun 30 13:14:46 2007
@@ -283,12 +283,12 @@
 			<dependency>
 				<groupId>org.slf4j</groupId>
 				<artifactId>slf4j-api</artifactId>
-				<version>1.3.1</version>
+				<version>1.4.0</version>
 			</dependency>
 			<dependency>
 				<groupId>org.slf4j</groupId>
 				<artifactId>slf4j-log4j12</artifactId>
-				<version>1.3.1</version>
+				<version>1.4.0</version>
 			</dependency>
 			<dependency>
 				<groupId>log4j</groupId>