svn commit: r1537 - in logback/trunk: . log4j-bridge log4j-bridge/compatibility/lib logback-access logback-classic logback-core logback-examples logback-examples/lib logback-site

Author: ceki Date: Tue May 29 20:51:14 2007 New Revision: 1537 Added: logback/trunk/log4j-bridge/compatibility/lib/slf4j-api-1.4.0.jar (contents, props changed) logback/trunk/logback-examples/lib/slf4j-api-1.4.0.jar (contents, props changed) Removed: logback/trunk/log4j-bridge/compatibility/lib/slf4j-api-1.3.0.jar logback/trunk/logback-examples/lib/slf4j-api-1.3.0.jar Modified: logback/trunk/log4j-bridge/pom.xml logback/trunk/logback-access/pom.xml logback/trunk/logback-classic/pom.xml logback/trunk/logback-core/pom.xml logback/trunk/logback-examples/pom.xml logback/trunk/logback-site/pom.xml logback/trunk/pom.xml Log: - Fixing bugs 75 and 76. See [1,2] - Preparing release 0.9.7. [1] http://bugzilla.qos.ch/show_bug.cgi?id=75 [2] http://bugzilla.qos.ch/show_bug.cgi?id=76 Added: logback/trunk/log4j-bridge/compatibility/lib/slf4j-api-1.4.0.jar ============================================================================== Binary file. No diff available. Modified: logback/trunk/log4j-bridge/pom.xml ============================================================================== --- logback/trunk/log4j-bridge/pom.xml (original) +++ logback/trunk/log4j-bridge/pom.xml Tue May 29 20:51:14 2007 @@ -5,7 +5,7 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.6</version> + <version>0.9.7</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: logback/trunk/logback-access/pom.xml ============================================================================== --- logback/trunk/logback-access/pom.xml (original) +++ logback/trunk/logback-access/pom.xml Tue May 29 20:51:14 2007 @@ -3,7 +3,7 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.6</version> + <version>0.9.7</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: logback/trunk/logback-classic/pom.xml ============================================================================== --- logback/trunk/logback-classic/pom.xml (original) +++ logback/trunk/logback-classic/pom.xml Tue May 29 20:51:14 2007 @@ -5,7 +5,7 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.6</version> + <version>0.9.7</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: logback/trunk/logback-core/pom.xml ============================================================================== --- logback/trunk/logback-core/pom.xml (original) +++ logback/trunk/logback-core/pom.xml Tue May 29 20:51:14 2007 @@ -5,7 +5,7 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.6</version> + <version>0.9.7</version> </parent> <modelVersion>4.0.0</modelVersion> Added: logback/trunk/logback-examples/lib/slf4j-api-1.4.0.jar ============================================================================== Binary file. No diff available. Modified: logback/trunk/logback-examples/pom.xml ============================================================================== --- logback/trunk/logback-examples/pom.xml (original) +++ logback/trunk/logback-examples/pom.xml Tue May 29 20:51:14 2007 @@ -3,7 +3,7 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.6</version> + <version>0.9.7</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: logback/trunk/logback-site/pom.xml ============================================================================== --- logback/trunk/logback-site/pom.xml (original) +++ logback/trunk/logback-site/pom.xml Tue May 29 20:51:14 2007 @@ -3,7 +3,7 @@ <parent> <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.6</version> + <version>0.9.7</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: logback/trunk/pom.xml ============================================================================== --- logback/trunk/pom.xml (original) +++ logback/trunk/pom.xml Tue May 29 20:51:14 2007 @@ -5,7 +5,7 @@ <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.6</version> + <version>0.9.7</version> <packaging>pom</packaging> <name>Logback-Parent</name> @@ -37,7 +37,7 @@ <properties> <!-- slf4j.version property is used below and in setClasspath.cmd --> - <slf4j.version>1.4.0-SNAPSHOT</slf4j.version> + <slf4j.version>1.4.0</slf4j.version> <consolePlugin.version>1.0.1</consolePlugin.version> <retrotranslator.verify>false</retrotranslator.verify> </properties>
participants (1)
-
noreply.ceki@qos.ch