[GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.29-1-g02da05e

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 02da05ef77822b6b78669c65ab463f8f3f2240ba (commit) from 0ce056dfde649ae95d5ab8bc95f7f5f232750a09 (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=02da05ef77822b6b78669c65a... http://github.com/ceki/logback/commit/02da05ef77822b6b78669c65ab463f8f3f2240... commit 02da05ef77822b6b78669c65ab463f8f3f2240ba Author: Ceki Gulcu <ceki@qos.ch> Date: Fri Jun 10 00:11:54 2011 +0200 next release will be 0.9.30 diff --git a/logback-access/pom.xml b/logback-access/pom.xml index 31ece7b..a924a95 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</version> + <version>0.9.30-SNAPSHOT</version> </parent> <artifactId>logback-access</artifactId> diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml index 14dd9c5..1836d81 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</version> + <version>0.9.30-SNAPSHOT</version> </parent> <artifactId>logback-classic</artifactId> diff --git a/logback-core/pom.xml b/logback-core/pom.xml index 869d561..2e4abda 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</version> + <version>0.9.30-SNAPSHOT</version> </parent> <artifactId>logback-core</artifactId> diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml index f643fe0..6da1272 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</version> + <version>0.9.30-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/logback-site/pom.xml b/logback-site/pom.xml index d1d9fa4..ddd506f 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</version> + <version>0.9.30-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 f216bf7..58e1821 100644 --- a/logback-site/src/site/pages/news.html +++ b/logback-site/src/site/pages/news.html @@ -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 reporLBCLASSIC-247ted in <a + MDC.clear operation. This issue was reported 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 5405fd5..b9791dc 100755 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.29</version> + <version>0.9.30-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 | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.
participants (1)
-
git-noreply@pixie.qos.ch