[logback-dev] svn commit: r1906 - logback/trunk

noreply.ceki at qos.ch noreply.ceki at qos.ch
Wed Oct 29 17:57:06 CET 2008


Author: ceki
Date: Wed Oct 29 17:57:06 2008
New Revision: 1906

Modified:
   logback/trunk/pom.xml

Log:
next release of logback should depend on SLF4J 1.5.6

Modified: logback/trunk/pom.xml
==============================================================================
--- logback/trunk/pom.xml	(original)
+++ logback/trunk/pom.xml	Wed Oct 29 17:57:06 2008
@@ -36,7 +36,7 @@
   
   <properties>
     <!-- slf4j.version property is used below and in setClasspath.cmd -->
-    <slf4j.version>1.5.5</slf4j.version>
+    <slf4j.version>1.5.6-SNAPSHOT</slf4j.version>
     <slf4j.ext.version>1.0-alpha0</slf4j.ext.version>
     <consolePlugin.version>1.1.0</consolePlugin.version>  
   </properties>


More information about the logback-dev mailing list