[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch master updated. v_1.0.0-78-gc7b030c
Gitbot
git-noreply at pixie.qos.ch
Wed Mar 7 08:16:34 CET 2012
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 c7b030cd07df26f42df90ff90cbefe86d444e751 (commit)
from b0876ea252337f55c9f0b7b6d613d7b38ed1503f (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=c7b030cd07df26f42df90ff90cbefe86d444e751
http://github.com/ceki/logback/commit/c7b030cd07df26f42df90ff90cbefe86d444e751
commit c7b030cd07df26f42df90ff90cbefe86d444e751
Author: Ceki Gulcu <ceki at qos.ch>
Date: Wed Mar 7 08:15:12 2012 +0100
release 1.0.1
diff --git a/LICENSE.txt b/LICENSE.txt
index 68acace..b4fe24e 100755
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -2,7 +2,7 @@ Logback LICENSE
---------------
Logback: the reliable, generic, fast and flexible logging framework.
-Copyright (C) 1999-2009, QOS.ch. All rights reserved.
+Copyright (C) 1999-2012, QOS.ch. All rights reserved.
This program and the accompanying materials are dual-licensed under
either the terms of the Eclipse Public License v1.0 as published by
diff --git a/logback-access/LICENSE.txt b/logback-access/LICENSE.txt
deleted file mode 100644
index d5dac89..0000000
--- a/logback-access/LICENSE.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-Logback LICENSE
----------------
-
-Logback: the reliable, generic, fast and flexible logging library for
-Java.
-
-Copyright (C) 2000-2008, QOS.ch
-
-Source code and binaries for logback, including logback-core,
-logback-classic and logback-access modules, are distributed under the
-GNU Lesser General Public License Version 2.1, as published by the
-Free Software Foundation.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Lesser General Public License for more details.
diff --git a/logback-access/pom.xml b/logback-access/pom.xml
index 830ac97..15b617f 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>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
</parent>
<artifactId>logback-access</artifactId>
diff --git a/logback-classic/LICENSE.txt b/logback-classic/LICENSE.txt
deleted file mode 100644
index d5dac89..0000000
--- a/logback-classic/LICENSE.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-Logback LICENSE
----------------
-
-Logback: the reliable, generic, fast and flexible logging library for
-Java.
-
-Copyright (C) 2000-2008, QOS.ch
-
-Source code and binaries for logback, including logback-core,
-logback-classic and logback-access modules, are distributed under the
-GNU Lesser General Public License Version 2.1, as published by the
-Free Software Foundation.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Lesser General Public License for more details.
diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index caf59d1..d604d5f 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>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
</parent>
<artifactId>logback-classic</artifactId>
diff --git a/logback-core/LICENSE.txt b/logback-core/LICENSE.txt
deleted file mode 100644
index d5dac89..0000000
--- a/logback-core/LICENSE.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-Logback LICENSE
----------------
-
-Logback: the reliable, generic, fast and flexible logging library for
-Java.
-
-Copyright (C) 2000-2008, QOS.ch
-
-Source code and binaries for logback, including logback-core,
-logback-classic and logback-access modules, are distributed under the
-GNU Lesser General Public License Version 2.1, as published by the
-Free Software Foundation.
-
-This library is free software; you can redistribute it and/or modify
-it under the terms of the GNU Lesser General Public License as
-published by the Free Software Foundation; either version 2.1 of the
-License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Lesser General Public License for more details.
diff --git a/logback-core/pom.xml b/logback-core/pom.xml
index fd2c90a..dae0770 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>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
</parent>
<artifactId>logback-core</artifactId>
diff --git a/logback-examples/pom.xml b/logback-examples/pom.xml
index 862d0e7..2bb81dd 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>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/pom.xml b/logback-site/pom.xml
index f5e5934..4a99a89 100644
--- a/logback-site/pom.xml
+++ b/logback-site/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/logback-site/src/site/pages/license.html b/logback-site/src/site/pages/license.html
index 22e8995..b7fc0da 100644
--- a/logback-site/src/site/pages/license.html
+++ b/logback-site/src/site/pages/license.html
@@ -29,7 +29,7 @@
formally:</p>
<p class="source">Logback: the reliable, generic, fast and flexible logging framework.
-Copyright (C) 1999-2009, QOS.ch. All rights reserved.
+Copyright (C) 1999-2012, QOS.ch. All rights reserved.
This program and the accompanying materials are dual-licensed under
either the terms of the <a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License v1.0</a> as published by
diff --git a/logback-site/src/site/pages/news.html b/logback-site/src/site/pages/news.html
index 657c073..ef261da 100644
--- a/logback-site/src/site/pages/news.html
+++ b/logback-site/src/site/pages/news.html
@@ -29,7 +29,7 @@
<hr width="80%" align="center" />
- <h3>xx of March, 2012 - Release of version 1.0.1</h3>
+ <h3>7th of March, 2012 - Release of version 1.0.1</h3>
<p>Setting the debug attribute to true in the
<code><configuration></code> element now registers a
@@ -37,7 +37,7 @@
<code>StatusManager</code>. Thus, problems occurring during the
lifetime of your application, well after logback is initialized,
can be reported when the <span class="attr">debug</span> attribute
- is set. This results in a behavior closer to what users expect.
+ is set. This behavior is closer to what users expect.
</p>
<p>Added new property the <span
diff --git a/pom.xml b/pom.xml
index 7e6ced3..c91a88e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-parent</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
<packaging>pom</packaging>
<name>Logback-Parent</name>
-----------------------------------------------------------------------
Summary of changes:
LICENSE.txt | 2 +-
logback-access/LICENSE.txt | 22 ----------------------
logback-access/pom.xml | 2 +-
logback-classic/LICENSE.txt | 22 ----------------------
logback-classic/pom.xml | 2 +-
logback-core/LICENSE.txt | 22 ----------------------
logback-core/pom.xml | 2 +-
logback-examples/pom.xml | 2 +-
logback-site/pom.xml | 2 +-
logback-site/src/site/pages/license.html | 2 +-
logback-site/src/site/pages/news.html | 4 ++--
pom.xml | 2 +-
12 files changed, 10 insertions(+), 76 deletions(-)
delete mode 100644 logback-access/LICENSE.txt
delete mode 100644 logback-classic/LICENSE.txt
delete mode 100644 logback-core/LICENSE.txt
hooks/post-receive
--
Logback: the generic, reliable, fast and flexible logging framework.
More information about the logback-dev
mailing list