[GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.28-51-g0ce056d

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 0ce056dfde649ae95d5ab8bc95f7f5f232750a09 (commit) from 20ccbc83f6c5029e9a48fb526f2dabf30ad7afbb (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=0ce056dfde649ae95d5ab8bc9... http://github.com/ceki/logback/commit/0ce056dfde649ae95d5ab8bc95f7f5f232750a... commit 0ce056dfde649ae95d5ab8bc95f7f5f232750a09 Author: Ceki Gulcu <ceki@qos.ch> Date: Fri Jun 10 00:05:47 2011 +0200 releasing v0.9.29 diff --git a/logback-access/pom.xml b/logback-access/pom.xml index aad6118..31ece7b 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.29-SNAPSHOT</version> + <version>0.9.29</version> </parent> <artifactId>logback-access</artifactId> diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml index 3aa7b7c..14dd9c5 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.29-SNAPSHOT</version> + <version>0.9.29</version> </parent> <artifactId>logback-classic</artifactId> diff --git a/logback-classic/src/test/java/ch/qos/logback/classic/joran/JoranConfiguratorTest.java b/logback-classic/src/test/java/ch/qos/logback/classic/joran/JoranConfiguratorTest.java index 199e5aa..3d8fb32 100644 --- a/logback-classic/src/test/java/ch/qos/logback/classic/joran/JoranConfiguratorTest.java +++ b/logback-classic/src/test/java/ch/qos/logback/classic/joran/JoranConfiguratorTest.java @@ -303,7 +303,7 @@ public class JoranConfiguratorTest { StatusPrinter.print(loggerContext); StatusChecker checker = new StatusChecker(loggerContext); assertTrue(checker.isErrorFree()); - assertTrue(checker.containsMatch("Resetting and reconfiguring context")); + assertTrue(checker.containsMatch("Will reset and reconfigure context")); } @Test diff --git a/logback-core/pom.xml b/logback-core/pom.xml index 24671f3..869d561 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.29-SNAPSHOT</version> + <version>0.9.29</version> </parent> <artifactId>logback-core</artifactId> diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml index 3ce794e..f643fe0 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.29-SNAPSHOT</version> + <version>0.9.29</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/logback-site/pom.xml b/logback-site/pom.xml index bba24eb..d1d9fa4 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.29-SNAPSHOT</version> + <version>0.9.29</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 8989fe8..f216bf7 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>xxx, 2011 - Release of version 0.9.29</h3> + <h3>June 9th, 2011 - Release of version 0.9.29</h3> <p>Fixed <a href="http://jira.qos.ch/browse/LBCLASSIC-254">LBCLASSIC-254</a>, @@ -37,7 +37,7 @@ <p>Given that events reference a snapshot of the current MDC map, the snapshot should not be cleared upon invocation of the - MDC.clear operation. This issue was reported in <a + MDC.clear operation. This issue was reporLBCLASSIC-247ted in <a href="http://jira.qos.ch/browse/LBCLASSIC-253">LBCLASSIC-253</a> by Tommy Becker and independently fixed by the changes designated to fix LBCLASSIC-254.</p> diff --git a/pom.xml b/pom.xml index 7b38899..5405fd5 100755 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.29-SNAPSHOT</version> + <version>0.9.29</version> <packaging>pom</packaging> <name>Logback-Parent</name> ----------------------------------------------------------------------- Summary of changes: logback-access/pom.xml | 2 +- logback-classic/pom.xml | 2 +- .../classic/joran/JoranConfiguratorTest.java | 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 +- 8 files changed, 9 insertions(+), 9 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.
participants (1)
-
git-noreply@pixie.qos.ch