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

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Mon Jun 21 19:58:40 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  c1ef0faaefee2012e6248bc871f1c237cbfbbd7d (commit)
      from  2bcfa355ce7104f6230f5867e47d54e2dfe93439 (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=c1ef0faaefee2012e6248bc871f1c237cbfbbd7d
http://github.com/ceki/logback/commit/c1ef0faaefee2012e6248bc871f1c237cbfbbd7d

commit c1ef0faaefee2012e6248bc871f1c237cbfbbd7d
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Mon Jun 21 19:54:38 2010 +0200

    - typo fixes
    - starting work on 0.9.23

diff --git a/logback-access/pom.xml b/logback-access/pom.xml
index fbee44a..56782bf 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.22</version>
+    <version>0.9.23-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index 06b2d67..ad232b3 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.22</version>
+    <version>0.9.23-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-core/pom.xml b/logback-core/pom.xml
index 3bd7aa9..222437c 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.22</version>
+    <version>0.9.23-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml
index 8fdd5c6..627bdc6 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.22</version>
+    <version>0.9.23-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/pom.xml b/logback-site/pom.xml
index efc504c..6a03767 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.22</version>
+		<version>0.9.23-SNAPSHOT</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 446a827..f2b7071 100644
--- a/logback-site/src/site/pages/news.html
+++ b/logback-site/src/site/pages/news.html
@@ -33,7 +33,7 @@
 
     <p>Logback now supports <a href="manual/groovy.html">configuration
     files written in Groovy</a> which are more convenient than
-    configuration files written in XML. We have also developped a tool
+    configuration files written in XML. We have also developed a tool
     to <a
     href="http://logback.qos.ch/translator/asGroovy.html">automatically
     migrate your logback.xml files to logback.groovy</a>.
@@ -42,7 +42,7 @@
     <p>Inspired by the functionality offered by
     <code>SiftingAppender</code>, <code>SMTPApppender</code> now can
     <a href="manual/appenders.html#smtpDiscriminator">track multiple
-    buffers according to selection informaiton returned by a
+    buffers according to selection information returned by a
     discriminator</a>.
     </p>
 
diff --git a/pom.xml b/pom.xml
index 00a4b4e..5915215 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
   
   <groupId>ch.qos.logback</groupId>
   <artifactId>logback-parent</artifactId>
-  <version>0.9.22</version>
+  <version>0.9.23-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 +-
 logback-site/src/site/pages/news.html |    4 ++--
 pom.xml                               |    2 +-
 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