You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/04/27 21:54:13 UTC

svn commit: r1590478 - in /logging/log4j/log4j2/trunk: pom.xml src/changes/changes.xml

Author: mattsicker
Date: Sun Apr 27 19:54:13 2014
New Revision: 1590478

URL: http://svn.apache.org/r1590478
Log:
Upgrade SLF4J to 1.7.7.

  - LOG4J2-617

Modified:
    logging/log4j/log4j2/trunk/pom.xml
    logging/log4j/log4j2/trunk/src/changes/changes.xml

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1590478&r1=1590477&r2=1590478&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Sun Apr 27 19:54:13 2014
@@ -150,7 +150,7 @@
     <url>http://www.apache.org</url>
   </organization>
   <properties>
-    <slf4j.version>1.7.6</slf4j.version>
+    <slf4j.version>1.7.7</slf4j.version>
     <logback.version>1.0.13</logback.version>
     <log4jParentDir>${basedir}</log4jParentDir>
     <Log4jReleaseVersion>2.0-rc1</Log4jReleaseVersion>

Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1590478&r1=1590477&r2=1590478&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Sun Apr 27 19:54:13 2014
@@ -21,6 +21,9 @@
   </properties>
   <body>
     <release version="2.0-rc2" date="2014-MM-DD" description="Bug fixes and enhancements">
+      <action issue="LOG4J2-617" dev="mattsicker" type="update">
+        Update SLF4J to 1.7.7.
+      </action>
       <action issue="LOG4J2-616" dev="mattsicker" type="update">
         Update Jackson to 2.3.3.
       </action>