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

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Mon Oct 17 22:13:30 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  e24e157ca58854e2ca14fac4c04eda212aec350f (commit)
      from  0ee187332ad85e5f7fa9422c8c8332d73fb2456c (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=e24e157ca58854e2ca14fac4c04eda212aec350f
http://github.com/ceki/logback/commit/e24e157ca58854e2ca14fac4c04eda212aec350f

commit e24e157ca58854e2ca14fac4c04eda212aec350f
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Mon Oct 17 22:13:25 2011 +0200

    next release will be 1.0.0

diff --git a/logback-access/pom.xml b/logback-access/pom.xml
index c5d59ad..804b17c 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.31-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>logback-access</artifactId>
diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index e3cf6cc..5301435 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.31-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>logback-classic</artifactId>
diff --git a/logback-core/pom.xml b/logback-core/pom.xml
index f2e7e49..7f83fda 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.31-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>logback-core</artifactId>
diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml
index 56fa51f..a9a9b81 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.31-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/pom.xml b/logback-site/pom.xml
index 2d8eea1..59e6c35 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.31-SNAPSHOT</version>
+		<version>1.0.0-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/src/site/pages/manual/configuration.html b/logback-site/src/site/pages/manual/configuration.html
index 932fd24..249ec27 100644
--- a/logback-site/src/site/pages/manual/configuration.html
+++ b/logback-site/src/site/pages/manual/configuration.html
@@ -1267,7 +1267,7 @@ public class MyApp3 {
   <h3><a name="variableSubstitution"
   href="#variableSubstitution">Property substitution</a></h3>
 
-  <p>As in many scripting langues, logback configuration files support
+  <p>As in many scripting languages, logback configuration files support
   definition and substitution of properties. Properties can be defined
   within the configuration file itself, in an external file, in an
   external resource or even computed and <a
@@ -1287,7 +1287,7 @@ public class MyApp3 {
   is the default.  A property with local scope exists from the point
   of its definition until the end of configuration. A property with
   context scope is inserted into the context and lasts as long as the
-  context or until it is cleared.  Once definied, a property in
+  context or until it is cleared.  Once defined, a property in
   context scope is part of the context. As such, it is available in
   all logging events, including those sent to remote hosts via
   serialization. A property with system scope is inserted into the
@@ -1298,7 +1298,7 @@ public class MyApp3 {
   <p>As they often come in handy, the HOSTNAME and CONTEXT_NAME
   properties are automatically defined and have context scope.</p>
 
-  <p class="highlight">Properrties are looked up in the the local
+  <p class="highlight">Properties are looked up in the the local
   scope first, in the context scope second, in the system properties
   scope third, and in the OS environment last.
   </p>
diff --git a/logback-site/src/site/pages/news.html b/logback-site/src/site/pages/news.html
index 56b66f8..ad93bc8 100644
--- a/logback-site/src/site/pages/news.html
+++ b/logback-site/src/site/pages/news.html
@@ -48,7 +48,7 @@
     on properties</a>.</p>
     </div>
 
-    <p>Environment variables are now looke up during property
+    <p>Environment variables are now look up during property
     substitution. This feature was requested in <a
     href="http://jira.qos.ch/browse/LBCORE-212">LBCORE-212</a> by
     Alexandre Garnier.
diff --git a/pom.xml b/pom.xml
index 2fc2208..b50a269 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
   <groupId>ch.qos.logback</groupId>
   <artifactId>logback-parent</artifactId>
-  <version>0.9.31-SNAPSHOT</version>
+  <version>1.0.0-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 +-
 .../src/site/pages/manual/configuration.html       |    6 +++---
 logback-site/src/site/pages/news.html              |    2 +-
 pom.xml                                            |    2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)


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


More information about the logback-dev mailing list