[GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v0.9.20-1-g7049873

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 7049873cad7045bae59ddc55fa9f6ce699dd5469 (commit) from 03c8220d484fce4f8e7732e10fbb89014138bb3e (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=7049873cad7045bae59ddc55f... http://github.com/ceki/logback/commit/7049873cad7045bae59ddc55fa9f6ce699dd54... commit 7049873cad7045bae59ddc55fa9f6ce699dd5469 Author: Ceki Gulcu <ceki@qos.ch> Date: Fri Apr 2 00:18:22 2010 +0200 started working on 0.9.21-SNAPSHOT diff --git a/logback-access/pom.xml b/logback-access/pom.xml index 69179c3..cf3f201 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.20</version> + <version>0.9.21-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml index d4ae883..40954d4 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.20</version> + <version>0.9.21-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/logback-core/pom.xml b/logback-core/pom.xml index de3deae..ed14166 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.20</version> + <version>0.9.21-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml index e0180a2..841e3b1 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.20</version> + <version>0.9.21-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/logback-site/pom.xml b/logback-site/pom.xml index 2982174..359591c 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.20</version> + <version>0.9.21-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 86167e4..16f41a9 100644 --- a/logback-site/src/site/pages/manual/configuration.html +++ b/logback-site/src/site/pages/manual/configuration.html @@ -1478,18 +1478,6 @@ fileName=myApp.log environments. </p> -XML syntax is awfully cumbersome to serve as a basis for a - general purpose programming language. Developers often need to juggle between several logback configuration files targeting different environments such as development, testing and production - -Nevertheless, recognizing the - fact that developers need to juggle between several configuration - files targeting different environments, e.g. development, testing - and production. Often the different files have substantial parts in - common differing only in a few places. To avoid duplication, logback - supports conditional processing of configuration files with the help - of <code><if></code>, <code><then></code> and - <code><else></code> elements.</p> - <p>The general format for conditional statements is shown below.</p> <pre class="prettyprint source"><configuration> diff --git a/pom.xml b/pom.xml index bc21a1a..4c24b04 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>ch.qos.logback</groupId> <artifactId>logback-parent</artifactId> - <version>0.9.20</version> + <version>0.9.21-SNAPSHOT</version> <packaging>pom</packaging> <name>Logback-Parent</name> diff --git a/release.sh b/release.sh index 93b6228..1fa6637 100644 --- a/release.sh +++ b/release.sh @@ -10,7 +10,7 @@ mvn assembly:assembly mvn deploy -P javadocjar mvn site:deploy -N -#git tag -a release_${VERSION_NUMBER} +#git tag -a v_${VERSION_NUMBER} #git push --tags ----------------------------------------------------------------------- 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 | 12 ------------ pom.xml | 2 +- release.sh | 2 +- 8 files changed, 7 insertions(+), 19 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.
participants (1)
-
git-noreply@pixie.qos.ch