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

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Wed Sep 21 00:28:35 CEST 2011


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  e76ec4eb9ec7a28ee1732f04a248e228cad8ecc6 (commit)
      from  b2b1708d9b714af05cf3903e80406467cd6aa0db (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=e76ec4eb9ec7a28ee1732f04a248e228cad8ecc6
http://github.com/ceki/logback/commit/e76ec4eb9ec7a28ee1732f04a248e228cad8ecc6

commit e76ec4eb9ec7a28ee1732f04a248e228cad8ecc6
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Wed Sep 21 00:25:39 2011 +0200

    release 0.9.30

diff --git a/logback-access/pom.xml b/logback-access/pom.xml
index a924a95..a048481 100644
--- a/logback-access/pom.xml
+++ b/logback-access/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>ch.qos.logback</groupId>
     <artifactId>logback-parent</artifactId>
-    <version>0.9.30-SNAPSHOT</version>
+    <version>0.9.30</version>
   </parent>
 
   <artifactId>logback-access</artifactId>
diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index 1836d81..c420270 100644
--- a/logback-classic/pom.xml
+++ b/logback-classic/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>ch.qos.logback</groupId>
     <artifactId>logback-parent</artifactId>
-    <version>0.9.30-SNAPSHOT</version>
+    <version>0.9.30</version>
   </parent>
 
   <artifactId>logback-classic</artifactId>
diff --git a/logback-core/pom.xml b/logback-core/pom.xml
index a402b35..dcfca45 100644
--- a/logback-core/pom.xml
+++ b/logback-core/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>ch.qos.logback</groupId>
         <artifactId>logback-parent</artifactId>
-        <version>0.9.30-SNAPSHOT</version>
+        <version>0.9.30</version>
     </parent>
 
     <artifactId>logback-core</artifactId>
diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml
index 6da1272..eaab9b9 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.30-SNAPSHOT</version>
+    <version>0.9.30</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/pom.xml b/logback-site/pom.xml
index ddd506f..a2c0aef 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.30-SNAPSHOT</version>
+		<version>0.9.30</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 fee2e7a..f41678a 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>September xxx, 2011 - Release of version 0.9.30</h3>
+    <h3>September 21st, 2011 - Release of version 0.9.30</h3>
 
 
     <p>Archive removal can now deal with prolonged periods of
diff --git a/pom.xml b/pom.xml
index 417aa20..0efbc67 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
   <groupId>ch.qos.logback</groupId>
   <artifactId>logback-parent</artifactId>
-  <version>0.9.30-SNAPSHOT</version>
+  <version>0.9.30</version>
   <packaging>pom</packaging>
   <name>Logback-Parent</name>
 
@@ -30,7 +30,7 @@
   <properties>
     <!-- slf4j.version property is used below, in
          logback-classic/pom.xml and in setClasspath.cmd -->
-    <slf4j.version>1.6.1</slf4j.version>
+    <slf4j.version>1.6.2</slf4j.version>
     <junit.version>4.8.2</junit.version>
     <janino.version>2.5.10</janino.version>
     <scala.version>2.9.1</scala.version>

-----------------------------------------------------------------------

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 |    2 +-
 pom.xml                               |    4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)


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


More information about the logback-dev mailing list