[logback-dev] branch, master, updated. v0.9.18-1-gdf2d196

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Fri Dec 4 14:59:11 CET 2009


The branch, master has been updated
       via  df2d1961fd5fbf4169057c0c433934616445d9bc (commit)
      from  784d8468623a87ab8bd2faaf63b49e07da7757c2 (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=df2d1961fd5fbf4169057c0c433934616445d9bc
http://github.com/ceki/logback/commit/df2d1961fd5fbf4169057c0c433934616445d9bc

commit df2d1961fd5fbf4169057c0c433934616445d9bc
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Fri Dec 4 14:56:22 2009 +0100

    - starting work on 0.9.19
    - fixed http://jira.qos.ch/browse/LBSITE-35

diff --git a/logback-access/pom.xml b/logback-access/pom.xml
index 221b353..d9b23b8 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.18</version>
+    <version>0.9.19-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index b402db2..87c8e99 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.18</version>
+    <version>0.9.19-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-core/pom.xml b/logback-core/pom.xml
index 9842ffb..53be621 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.18</version>
+    <version>0.9.19-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml
index 2b3f96c..9a0f449 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.18</version>
+    <version>0.9.19-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/pom.xml b/logback-site/pom.xml
index 4f3ba35..4ad376b 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.18</version>
+		<version>0.9.19-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/src/site/pages/manual/appenders.html b/logback-site/src/site/pages/manual/appenders.html
index 473bfa3..a7474d2 100644
--- a/logback-site/src/site/pages/manual/appenders.html
+++ b/logback-site/src/site/pages/manual/appenders.html
@@ -3377,7 +3377,7 @@ logger.debug("Alice says hello"); </p>
     
     <p>In the absence of a class attribute, it is assumed that the
     discriminator type is <a
-    href="xref/ch/qos/logback/classic/sift/MDCBasedDiscriminator.html">MDCBasedDiscriminator</a>. It
+    href="../xref/ch/qos/logback/classic/sift/MDCBasedDiscriminator.html">MDCBasedDiscriminator</a>. It
     will use the MDC value associated with the <span
     class="option">Key</span> property as a discriminator. If that
     value is null, then the value associated with the <span
diff --git a/pom.xml b/pom.xml
index b6d6442..5d25438 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   
   <groupId>ch.qos.logback</groupId>
   <artifactId>logback-parent</artifactId>
-  <version>0.9.18</version>
+  <version>0.9.19-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/manual/appenders.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