You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2012/08/30 02:17:43 UTC

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

Author: rgoers
Date: Thu Aug 30 00:17:43 2012
New Revision: 1378776

URL: http://svn.apache.org/viewvc?rev=1378776&view=rev
Log:
Prepare new release version. Update SLF4J and Logback versions

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=1378776&r1=1378775&r2=1378776&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Thu Aug 30 00:17:43 2012
@@ -87,10 +87,10 @@
     <url>http://www.apache.org</url>
   </organization>
   <properties>
-    <slf4j.version>1.6.4</slf4j.version>
-    <logback.version>1.0.0</logback.version>
+    <slf4j.version>1.6.6</slf4j.version>
+    <logback.version>1.0.7</logback.version>
     <log4jParentDir>${basedir}</log4jParentDir>
-    <Log4jReleaseVersion>2.0-alpha2</Log4jReleaseVersion>
+    <Log4jReleaseVersion>2.0-alpha3</Log4jReleaseVersion>
     <!-- Configuration properties for the OSGi maven-bundle-plugin -->
     <osgi.symbolicName>org.apache.commons.${project.artifactId}</osgi.symbolicName>
     <osgi.export>org.apache.logging.log4j.*;version=${project.version};-noimport:=true</osgi.export>

Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1378776&r1=1378775&r2=1378776&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Thu Aug 30 00:17:43 2012
@@ -22,6 +22,11 @@
   </properties>
 
   <body>
+    <release version="2.0-alpha3" date="TBD" description="">
+      <action dev="rgoers" type="update">
+        Update the versions of SLF4J and Logback.
+      </action>
+    </release>
     <release version="2.0-alpha2" date="2012-08-24" description="Bug fixes and minor enhancements">
       <action issue="LOG4J2-70" dev="rgoers" type="add">
         Add getLogger(Class) to LogManager.