You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2012/10/11 21:14:49 UTC

svn commit: r1397240 - /logging/log4j/log4j2/trunk/pom.xml

Author: ggregory
Date: Thu Oct 11 19:14:49 2012
New Revision: 1397240

URL: http://svn.apache.org/viewvc?rev=1397240&view=rev
Log:
Update SLF4J from 1.7.0 to 1.7.1 (I know 1.7.2 is out but it is not on Maven Central yet.)

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

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1397240&r1=1397239&r2=1397240&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Thu Oct 11 19:14:49 2012
@@ -93,7 +93,7 @@
     <url>http://www.apache.org</url>
   </organization>
   <properties>
-    <slf4j.version>1.7.0</slf4j.version>
+    <slf4j.version>1.7.1</slf4j.version>
     <logback.version>1.0.7</logback.version>
     <log4jParentDir>${basedir}</log4jParentDir>
     <Log4jReleaseVersion>2.0-beta3</Log4jReleaseVersion>