[logback-dev] svn commit: r1616 - logback/trunk
noreply.ceki at qos.ch
noreply.ceki at qos.ch
Thu Jan 31 11:51:26 CET 2008
Author: ceki
Date: Thu Jan 31 11:51:26 2008
New Revision: 1616
Modified:
logback/trunk/pom.xml
Log:
- disable sending CONTINUUM messages on the logback-dev mailing lists (they are annoying)
Modified: logback/trunk/pom.xml
==============================================================================
--- logback/trunk/pom.xml (original)
+++ logback/trunk/pom.xml Thu Jan 31 11:51:26 2008
@@ -36,7 +36,7 @@
<properties>
<!-- slf4j.version property is used below and in setClasspath.cmd -->
- <slf4j.version>1.4.3</slf4j.version>
+ <slf4j.version>1.5.0-SNAPSHOT</slf4j.version>
<consolePlugin.version>1.0.1</consolePlugin.version>
<retrotranslator.verify>false</retrotranslator.verify>
</properties>
@@ -73,6 +73,11 @@
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>log4j-over-slf4j</artifactId>
+ <version>${slf4j.version}</version>
+ </dependency>
<dependency>
<groupId>janino</groupId>
@@ -290,6 +295,7 @@
<url>http://svn.qos.ch/repos/logback/trunk/</url>
</scm>
+ <!-- disable sending message to logback-dev mailing list
<ciManagement>
<system>continuum</system>
<notifiers>
@@ -301,7 +307,8 @@
</notifier>
</notifiers>
</ciManagement>
-
+ -->
+
<distributionManagement>
<site>
<id>pixie</id>
More information about the logback-dev
mailing list