[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.21

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Sun May 9 01:17:46 CEST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".

The branch, master has been updated
       via  dbc4e3608b4e351bad6c6c15f7aefe4b6d569554 (commit)
      from  729c58c5a6be3022f463a3f66e15eb70939eacdf (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=dbc4e3608b4e351bad6c6c15f7aefe4b6d569554
http://github.com/ceki/logback/commit/dbc4e3608b4e351bad6c6c15f7aefe4b6d569554

commit dbc4e3608b4e351bad6c6c15f7aefe4b6d569554
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Sat May 8 18:58:09 2010 +0200

    - preparing release 0.9.21

diff --git a/logback-access/pom.xml b/logback-access/pom.xml
index cf3f201..978ff23 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.21-SNAPSHOT</version>
+    <version>0.9.21</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index 045663f..8fcdb8d 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.21-SNAPSHOT</version>
+    <version>0.9.21</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-core/pom.xml b/logback-core/pom.xml
index ed14166..62c2eb3 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.21-SNAPSHOT</version>
+    <version>0.9.21</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml
index 841e3b1..e361f49 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.21-SNAPSHOT</version>
+    <version>0.9.21</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/pom.xml b/logback-site/pom.xml
index 359591c..aadcba1 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.21-SNAPSHOT</version>
+		<version>0.9.21</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/src/site/pages/news.html b/logback-site/src/site/pages/news.html
index 7689704..0df0912 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>April xx, 2010 - Release of version 0.9.21</h3>
+    <h3>May 8th, 2010 - Release of version 0.9.21</h3>
 
     <p>SLF4J dependency upgraded to 1.6.0</p>
 
@@ -46,7 +46,9 @@
     <p>Fixed rollover problem occuring when the target directory was
     missing as reported in <a
     href="http://jira.qos.ch/browse/LBCORE-151">LBCORE-151</a> by
-    Torsten Juergeleit.
+    Torsten Juergeleit. A closely related problem was reported in <a
+    href="http://jira.qos.ch/browse/LBCLASSIC-167">LBCLASSIC-167</a>
+    by Rick Janda.
     </p>
     
 
diff --git a/pom.xml b/pom.xml
index 788d523..b804305 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   
   <groupId>ch.qos.logback</groupId>
   <artifactId>logback-parent</artifactId>
-  <version>0.9.21-SNAPSHOT</version>
+  <version>0.9.21</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/news.html |    6 ++++--
 pom.xml                               |    2 +-
 7 files changed, 10 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Logback: the generic, reliable, fast and flexible logging framework.


More information about the logback-dev mailing list