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/05/08 17:03:11 UTC

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

Author: jcompagner
Date: Tue May  8 08:03:10 2007
New Revision: 536214

URL: http://svn.apache.org/viewvc?view=rev&rev=536214
Log:
use the latest 1.3.1 version of slf4j

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=536214&r1=536213&r2=536214
==============================================================================
--- incubator/wicket/trunk/pom.xml (original)
+++ incubator/wicket/trunk/pom.xml Tue May  8 08:03:10 2007
@@ -261,12 +261,12 @@
 			<dependency>
 				<groupId>org.slf4j</groupId>
 				<artifactId>slf4j-api</artifactId>
-				<version>1.1.0-beta0</version>
+				<version>1.3.1</version>
 			</dependency>
 			<dependency>
 				<groupId>org.slf4j</groupId>
 				<artifactId>slf4j-log4j12</artifactId>
-				<version>1.1.0-beta0</version>
+				<version>1.3.1</version>
 			</dependency>
 			<dependency>
 				<groupId>log4j</groupId>