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

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Tue Jan 25 23:21:34 CET 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  9e47173e73d37a68362aa7acf70ed46cd951ae30 (commit)
      from  8af4d7bdc94c647c6eb69980dab0696a927ae2fd (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=9e47173e73d37a68362aa7acf70ed46cd951ae30
http://github.com/ceki/logback/commit/9e47173e73d37a68362aa7acf70ed46cd951ae30

commit 9e47173e73d37a68362aa7acf70ed46cd951ae30
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Tue Jan 25 23:18:08 2011 +0100

    starting work on 0.9.29

diff --git a/logback-access/pom.xml b/logback-access/pom.xml
index 5e0600b..6e20b83 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.28</version>
+    <version>0.9.29-SNAPSHOT</version>
   </parent>
 
   <artifactId>logback-access</artifactId>
diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index 3bfccac..7a32396 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.28</version>
+    <version>0.9.29-SNAPSHOT</version>
   </parent>
 
   <artifactId>logback-classic</artifactId>
diff --git a/logback-core/pom.xml b/logback-core/pom.xml
index 38fda24..51bb098 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.28</version>
+        <version>0.9.29-SNAPSHOT</version>
     </parent>
 
     <artifactId>logback-core</artifactId>
diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml
index 655cdb7..3ce794e 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.28</version>
+    <version>0.9.29-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/pom.xml b/logback-site/pom.xml
index b2004c4..bba24eb 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.28</version>
+		<version>0.9.29-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 04c2fd7..74de564 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
   
   <groupId>ch.qos.logback</groupId>
   <artifactId>logback-parent</artifactId>
-  <version>0.9.28</version>
+  <version>0.9.29-SNAPSHOT</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 +-
 pom.xml                  |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)


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


More information about the logback-dev mailing list