[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. release_0.9.19-1-g98cee80

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Wed Mar 24 21:23:28 CET 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  98cee806e36f61f770cf1d4c23063c366ae10bee (commit)
      from  632b2a2c1dead29f4ebb504636c3a049c6fb89cf (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=98cee806e36f61f770cf1d4c23063c366ae10bee
http://github.com/ceki/logback/commit/98cee806e36f61f770cf1d4c23063c366ae10bee

commit 98cee806e36f61f770cf1d4c23063c366ae10bee
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Wed Mar 24 21:22:35 2010 +0100

    - starting work on 0.9.20-SNAPSHOT

diff --git a/logback-access/pom.xml b/logback-access/pom.xml
index 2d68062..46ab56e 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.19</version>
+    <version>0.9.20-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index 8ecf649..d346359 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.19</version>
+    <version>0.9.20-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-core/pom.xml b/logback-core/pom.xml
index fa2886d..3447409 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.19</version>
+    <version>0.9.20-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml
index 045e476..b08edbb 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.19</version>
+    <version>0.9.20-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/pom.xml b/logback-site/pom.xml
index 568487a..712b2bd 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.19</version>
+		<version>0.9.20-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 63f680f..61531d6 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   
   <groupId>ch.qos.logback</groupId>
   <artifactId>logback-parent</artifactId>
-  <version>0.9.19</version>
+  <version>0.9.20-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Logback-Parent</name>
   
diff --git a/release.sh b/release.sh
index 3b7fed3..c0379a7 100644
--- a/release.sh
+++ b/release.sh
@@ -6,4 +6,7 @@ mvn site:site
 #mvn javadoc:jar
 mvn assembly:assembly
 mvn deploy -P javadocjar
-mvn site:deploy -N
\ No newline at end of file
+mvn site:deploy -N
+
+#git tag -a release_${VERSION_NUMBER}
+#git push --tags
\ No newline at end of file

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

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 +-
 release.sh               |    5 ++++-
 7 files changed, 10 insertions(+), 7 deletions(-)


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


More information about the logback-dev mailing list