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 2013/08/22 14:57:20 UTC

svn commit: r1516437 - in /logging/log4j/log4j2/trunk: jcl-bridge/pom.xml src/changes/changes.xml

Author: ggregory
Date: Thu Aug 22 12:57:19 2013
New Revision: 1516437

URL: http://svn.apache.org/r1516437
Log:
[LOG4J2-366] Update commons-logging to 1.1.3 from 1.1.1.

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

Modified: logging/log4j/log4j2/trunk/jcl-bridge/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/jcl-bridge/pom.xml?rev=1516437&r1=1516436&r2=1516437&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/jcl-bridge/pom.xml (original)
+++ logging/log4j/log4j2/trunk/jcl-bridge/pom.xml Thu Aug 22 12:57:19 2013
@@ -41,7 +41,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
-      <version>1.1.1</version>
+      <version>1.1.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>

Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1516437&r1=1516436&r2=1516437&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Thu Aug 22 12:57:19 2013
@@ -21,6 +21,9 @@
   </properties>
   <body>
     <release version="2.0-beta9" date="soon, very soon" description="Bug fixes and enhancements">
+      <action issue="LOG4J2-366" dev="ggregory" type="update">
+        Update commons-logging to 1.1.3 from 1.1.1.
+      </action>
       <action issue="LOG4J2-360" dev="rgoers" type="update">
         Allow Plugins to have aliases.
       </action>