[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch master updated. v_1.0.0-1-g501e510

Gitbot git-noreply at pixie.qos.ch
Tue Nov 1 18:49:58 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  501e5108e1de32d0cb6df6d8ae9fc0f9fb3e424a (commit)
       via  8febc7afcb01cbbae98b4cbad6c44e913b22076a (commit)
      from  a7323fa988ff2b26229ad3f4bef10968238ff991 (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=501e5108e1de32d0cb6df6d8ae9fc0f9fb3e424a
http://github.com/ceki/logback/commit/501e5108e1de32d0cb6df6d8ae9fc0f9fb3e424a

commit 501e5108e1de32d0cb6df6d8ae9fc0f9fb3e424a
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Tue Nov 1 18:49:31 2011 +0100

    things go on

diff --git a/logback-access/pom.xml b/logback-access/pom.xml
index 23d2651..fdd3d5a 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>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>logback-access</artifactId>
diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index 690f888..0d67770 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>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>logback-classic</artifactId>
diff --git a/logback-core/pom.xml b/logback-core/pom.xml
index a47aed8..4efc958 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>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>logback-core</artifactId>
diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml
index 5373ae9..862d0e7 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>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/pom.xml b/logback-site/pom.xml
index c65ea10..f5e5934 100644
--- a/logback-site/pom.xml
+++ b/logback-site/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>ch.qos.logback</groupId>
     <artifactId>logback-parent</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 39eed9f..f72f1e0 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
   <groupId>ch.qos.logback</groupId>
   <artifactId>logback-parent</artifactId>
-  <version>1.0.0</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Logback-Parent</name>
 

http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=8febc7afcb01cbbae98b4cbad6c44e913b22076a
http://github.com/ceki/logback/commit/8febc7afcb01cbbae98b4cbad6c44e913b22076a

commit 8febc7afcb01cbbae98b4cbad6c44e913b22076a
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Tue Nov 1 18:09:50 2011 +0100

    preparing release 1.0

diff --git a/logback-access/pom.xml b/logback-access/pom.xml
index f875b36..23d2651 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>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>logback-access</artifactId>
diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index 17a772f..690f888 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>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>logback-classic</artifactId>
diff --git a/logback-core/pom.xml b/logback-core/pom.xml
index e56646c..a47aed8 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>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>logback-core</artifactId>
diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml
index 1a18530..5373ae9 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>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/pom.xml b/logback-site/pom.xml
index e5f5cac..c65ea10 100644
--- a/logback-site/pom.xml
+++ b/logback-site/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>ch.qos.logback</groupId>
     <artifactId>logback-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</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 452d37f..a2c5711 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>October 17th, 2011 - Release of version 1.0.0</h3>
+    <h3>1st of November, 2011 - Release of version 1.0.0</h3>
 
     <p>The logback-access module now targets Tomcat 7.x and Jetty 7.x
     & 8.x as its servlet container platforms. This fixes <a
diff --git a/pom.xml b/pom.xml
index bb62aa1..39eed9f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
   <groupId>ch.qos.logback</groupId>
   <artifactId>logback-parent</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0</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 |    2 +-
 pom.xml                               |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)


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


More information about the logback-dev mailing list