You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2013/03/18 22:47:27 UTC

[49/50] git commit: o update to slf4j 1.7.3 and use logger factory reset()

o update to slf4j 1.7.3 and use logger factory reset()


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/33abdd2c
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/33abdd2c
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/33abdd2c

Branch: refs/heads/master
Commit: 33abdd2ccf98128bd43c42268c957e17a85b1397
Parents: bd4c38b
Author: Jason van Zyl <ja...@tesla.io>
Authored: Sun Mar 17 18:48:06 2013 -0700
Committer: Jason van Zyl <ja...@tesla.io>
Committed: Sun Mar 17 18:48:06 2013 -0700

----------------------------------------------------------------------
 .../org/slf4j/impl/MavenSlf4jSimpleFriend.java     |    1 +
 pom.xml                                            |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/33abdd2c/maven-embedder/src/main/java/org/slf4j/impl/MavenSlf4jSimpleFriend.java
----------------------------------------------------------------------
diff --git a/maven-embedder/src/main/java/org/slf4j/impl/MavenSlf4jSimpleFriend.java b/maven-embedder/src/main/java/org/slf4j/impl/MavenSlf4jSimpleFriend.java
index 097ad68..3299fc8 100644
--- a/maven-embedder/src/main/java/org/slf4j/impl/MavenSlf4jSimpleFriend.java
+++ b/maven-embedder/src/main/java/org/slf4j/impl/MavenSlf4jSimpleFriend.java
@@ -28,5 +28,6 @@ public class MavenSlf4jSimpleFriend
     public static void init()
     {
         SimpleLogger.init();
+        SimpleLoggerFactory.INSTANCE.reset();
     }
 }

http://git-wip-us.apache.org/repos/asf/maven/blob/33abdd2c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4f443fa..e558d2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
     <cipherVersion>1.7</cipherVersion>
     <modelloVersion>1.7</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
-    <slf4jVersion>1.7.2</slf4jVersion>
+    <slf4jVersion>1.7.3</slf4jVersion>
     <aetherVersion>0.9.0.M2</aetherVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <!-- Control the name of the distribution and information output by mvn -->