[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch master updated. v_1.7.1-17-gc06e417

Gitbot git-noreply at pixie.qos.ch
Thu Oct 11 21:00:19 CEST 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 "SLF4J: Simple Logging Facade for Java".

The branch, master has been updated
       via  c06e41788dcd9ce06602d2709ce34261adff4ce9 (commit)
       via  42b0e19c309cfd0fcf2e695495134e71a289913c (commit)
      from  e74da9a73fc96401f39e00604fb4ad83ac31ffaf (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=slf4j.git;a=commit;h=c06e41788dcd9ce06602d2709ce34261adff4ce9
http://github.com/ceki/slf4j/commit/c06e41788dcd9ce06602d2709ce34261adff4ce9

commit c06e41788dcd9ce06602d2709ce34261adff4ce9
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Thu Oct 11 20:59:38 2012 +0200

    about to relese 1.7.2

diff --git a/integration/pom.xml b/integration/pom.xml
index 6aac8b6..0cc458c 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.slf4j</groupId>
 		<artifactId>slf4j-parent</artifactId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
diff --git a/jcl-over-slf4j/pom.xml b/jcl-over-slf4j/pom.xml
index 9517666..94b24a7 100644
--- a/jcl-over-slf4j/pom.xml
+++ b/jcl-over-slf4j/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/jul-to-slf4j/pom.xml b/jul-to-slf4j/pom.xml
index 4567bfd..ac363ce 100644
--- a/jul-to-slf4j/pom.xml
+++ b/jul-to-slf4j/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/log4j-over-slf4j/pom.xml b/log4j-over-slf4j/pom.xml
index 0cc67f0..7c2cd09 100644
--- a/log4j-over-slf4j/pom.xml
+++ b/log4j-over-slf4j/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/osgi-over-slf4j/pom.xml b/osgi-over-slf4j/pom.xml
index 201eec4..a2dc977 100644
--- a/osgi-over-slf4j/pom.xml
+++ b/osgi-over-slf4j/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index dae2c0a..d193a0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
 
   <groupId>org.slf4j</groupId>
   <artifactId>slf4j-parent</artifactId>
-  <version>1.7.2-SNAPSHOT</version>
+  <version>1.7.2</version>
 
   <packaging>pom</packaging>
   <name>SLF4J</name>
diff --git a/slf4j-api/pom.xml b/slf4j-api/pom.xml
index 552ece5..3545d52 100644
--- a/slf4j-api/pom.xml
+++ b/slf4j-api/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/slf4j-ext/pom.xml b/slf4j-ext/pom.xml
index f3c6913..677d629 100644
--- a/slf4j-ext/pom.xml
+++ b/slf4j-ext/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/slf4j-jcl/pom.xml b/slf4j-jcl/pom.xml
index ac0ff7a..6eec886 100644
--- a/slf4j-jcl/pom.xml
+++ b/slf4j-jcl/pom.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.slf4j</groupId>
 		<artifactId>slf4j-parent</artifactId>
-		<version>1.7.2-SNAPSHOT</version>
+		<version>1.7.2</version>
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>
diff --git a/slf4j-jdk14/pom.xml b/slf4j-jdk14/pom.xml
index 23bbeae..0e2554e 100644
--- a/slf4j-jdk14/pom.xml
+++ b/slf4j-jdk14/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/slf4j-log4j12/pom.xml b/slf4j-log4j12/pom.xml
index 80661be..b2d63a4 100644
--- a/slf4j-log4j12/pom.xml
+++ b/slf4j-log4j12/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/slf4j-migrator/pom.xml b/slf4j-migrator/pom.xml
index ebb0e08..f073e30 100644
--- a/slf4j-migrator/pom.xml
+++ b/slf4j-migrator/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/slf4j-nop/pom.xml b/slf4j-nop/pom.xml
index 7bbfe77..1c196a8 100644
--- a/slf4j-nop/pom.xml
+++ b/slf4j-nop/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/slf4j-simple/pom.xml b/slf4j-simple/pom.xml
index c9ef240..232bf6e 100644
--- a/slf4j-simple/pom.xml
+++ b/slf4j-simple/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/slf4j-site/pom.xml b/slf4j-site/pom.xml
index 3ed9148..4db0675 100644
--- a/slf4j-site/pom.xml
+++ b/slf4j-site/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.slf4j</groupId>
     <artifactId>slf4j-parent</artifactId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html
index 19047ab..1b15b96 100644
--- a/slf4j-site/src/site/pages/news.html
+++ b/slf4j-site/src/site/pages/news.html
@@ -29,7 +29,7 @@
 
    <hr noshade="noshade" size="1"/>
 
-   <h3>14th of September, 2012 - Release of SLF4J 1.7.2</h3>
+   <h3>11th of October, 2012 - Release of SLF4J 1.7.2</h3>
 
    <p>Added osgi-over-slf4j module which serves as an OSGi LogService
    implementation delegating to slf4j. This module is maintained by

http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=42b0e19c309cfd0fcf2e695495134e71a289913c
http://github.com/ceki/slf4j/commit/42b0e19c309cfd0fcf2e695495134e71a289913c

commit 42b0e19c309cfd0fcf2e695495134e71a289913c
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Thu Oct 11 20:50:26 2012 +0200

    news update

diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html
index 386fdaf..19047ab 100644
--- a/slf4j-site/src/site/pages/news.html
+++ b/slf4j-site/src/site/pages/news.html
@@ -31,12 +31,27 @@
 
    <h3>14th of September, 2012 - Release of SLF4J 1.7.2</h3>
 
+   <p>Added osgi-over-slf4j module which serves as an OSGi LogService
+   implementation delegating to slf4j. This module is maintained by
+   Matt Bishop and Libor Jelinek.</p>
+
+   <p> Christian Trutz added missing PatternLayout class as well as
+   several methods in the <code>Logger</code> and
+   <code>Category</code> classes. See commit 442e90ba5785cba9 dated
+   September 27th 2012 for details.
+   </p>
+
+   <p>Added org.slf4j.simpleLoggerwarnLevelString in slf4j-simple
+   module.</p>
+
    <p>Fixed <a
    href="http://bugzilla.slf4j.org/show_bug.cgi?id=272">bug
    272</a>. All <code>Logger</code> implementations shipping with
    SLF4J use <code>Object...</code> instead of <code>Object[]</code>
    to avoid compiler warnings.</p>
 
+   
+
    <hr noshade="noshade" size="1"/>
 
    <h3>14th of September, 2012 - Release of SLF4J 1.7.1</h3>

-----------------------------------------------------------------------

Summary of changes:
 integration/pom.xml                 |    2 +-
 jcl-over-slf4j/pom.xml              |    2 +-
 jul-to-slf4j/pom.xml                |    2 +-
 log4j-over-slf4j/pom.xml            |    2 +-
 osgi-over-slf4j/pom.xml             |    2 +-
 pom.xml                             |    2 +-
 slf4j-api/pom.xml                   |    2 +-
 slf4j-ext/pom.xml                   |    2 +-
 slf4j-jcl/pom.xml                   |    2 +-
 slf4j-jdk14/pom.xml                 |    2 +-
 slf4j-log4j12/pom.xml               |    2 +-
 slf4j-migrator/pom.xml              |    2 +-
 slf4j-nop/pom.xml                   |    2 +-
 slf4j-simple/pom.xml                |    2 +-
 slf4j-site/pom.xml                  |    2 +-
 slf4j-site/src/site/pages/news.html |   17 ++++++++++++++++-
 16 files changed, 31 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
SLF4J: Simple Logging Facade for Java


More information about the slf4j-dev mailing list