The branch, master has been updated
via 42623489e5b930c7a6d81d9d547ed287aca2f6e3 (commit)
from 4ad3aac72a198ac6e18862bcb0cf305d89f8247a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=42623489e5b930c7a6d81d9d547ed287aca2f6e3
http://github.com/ceki/logback/commit/42623489e5b930c7a6d81d9d547ed287aca2f6e3
commit 42623489e5b930c7a6d81d9d547ed287aca2f6e3
Author: Ceki Gulcu <[email protected]>
Date: Thu Dec 3 20:33:29 2009 +0100
preparing release 0.9.18
diff --git a/logback-access/pom.xml b/logback-access/pom.xml
index 8b9482d..221b353 100644
--- a/logback-access/pom.xml
+++ b/logback-access/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
- <version>0.9.18-SNAPSHOT</version>
+ <version>0.9.18</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index e1340cb..b402db2 100644
--- a/logback-classic/pom.xml
+++ b/logback-classic/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
- <version>0.9.18-SNAPSHOT</version>
+ <version>0.9.18</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/logback-core/pom.xml b/logback-core/pom.xml
index 11df658..9842ffb 100644
--- a/logback-core/pom.xml
+++ b/logback-core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
- <version>0.9.18-SNAPSHOT</version>
+ <version>0.9.18</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml
index b6a83d4..2b3f96c 100644
--- a/logback-examples/pom.xml
+++ b/logback-examples/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
- <version>0.9.18-SNAPSHOT</version>
+ <version>0.9.18</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/pom.xml b/logback-site/pom.xml
index 17763bc..4f3ba35 100644
--- a/logback-site/pom.xml
+++ b/logback-site/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
- <version>0.9.18-SNAPSHOT</version>
+ <version>0.9.18</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/src/site/pages/license.html
b/logback-site/src/site/pages/license.html
index fa5131b..74fcdbc 100644
--- a/logback-site/src/site/pages/license.html
+++ b/logback-site/src/site/pages/license.html
@@ -42,11 +42,6 @@ as published by the Free Software Foundation.</p>
<!-- =========================================== -->
- <p>Please note that logback is intended to be used behind the
- SLF4J API, which is licensed under the <a
- href="http://www.slf4j.org/license.html">MIT license</a>.
- </p>
-
<p>The EPL/LGPL dual-license serves several purposes. The LGPL
license ensures <em>continuity</em> in terms of licensing of the
logback project. Prior to version 0.9.18, logback was licensed
@@ -63,6 +58,11 @@ as published by the Free Software Foundation.</p>
which refuse certain restrictions imposed by the LGPL.
</p>
+ <p>Please note that logback-classic is intended to be used behind
+ the SLF4J API, which is licensed under the <a
+ href="http://www.slf4j.org/license.html">MIT license</a>.
+ </p>
+
<p>If you wish to make a significant contribution to the logback
project, you are invited to file <a href="cla.txt">Contributor
License Agreement</a>. The purpose of this agreement is to
diff --git a/logback-site/src/site/pages/news.html
b/logback-site/src/site/pages/news.html
index d2b7056..94525d4 100644
--- a/logback-site/src/site/pages/news.html
+++ b/logback-site/src/site/pages/news.html
@@ -28,7 +28,7 @@
<hr width="80%" align="center" />
- <h3>xx December 2009 - Release of version 0.9.18</h3>
+ <h3>3rd of December 2009 - Release of version 0.9.18</h3>
<p>After a very long investigation resulting in somewhat a better
understanding of licensing issues, logback is now <a
diff --git a/pom.xml b/pom.xml
index 256b50d..56a876b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
- <version>0.9.18-SNAPSHOT</version>
+ <version>0.9.18</version>
<packaging>pom</packaging>
<name>Logback-Parent</name>
-----------------------------------------------------------------------
Summary of changes:
logback-access/pom.xml | 2 +-
logback-classic/pom.xml | 2 +-
logback-core/pom.xml | 2 +-
logback-examples/pom.xml | 2 +-
logback-site/pom.xml | 2 +-
logback-site/src/site/pages/license.html | 10 +++++-----
logback-site/src/site/pages/news.html | 2 +-
pom.xml | 2 +-
8 files changed, 12 insertions(+), 12 deletions(-)
hooks/post-receive
--
Logback: the generic, reliable, fast and flexible logging framework.
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev