You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2016/10/24 08:09:00 UTC

[49/50] [abbrv] logging-log4j2 git commit: Fix version number in changelog

Fix version number in changelog


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/6ffcd1e2
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/6ffcd1e2
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/6ffcd1e2

Branch: refs/heads/LOG4J2-1390
Commit: 6ffcd1e2c09c619460779b970c14e15ec5c73cfb
Parents: 78c6a1f
Author: Matt Sicker <bo...@gmail.com>
Authored: Sun Oct 23 17:07:57 2016 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sun Oct 23 17:07:57 2016 -0500

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6ffcd1e2/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 56bf22f..d9bb156 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,7 +40,7 @@
         Update JeroMQ from 0.3.5 to 0.3.6.
       </action>
       <action issue="LOG4J2-1647" dev="mattsicker" type="update">
-        Update Commons Lang from 3.4 to 4.5.
+        Update Commons Lang from 3.4 to 3.5.
       </action>
       <action issue="LOG4J2-1646" dev="mattsicker" type="update">
         Migrate to Mockito 2.x in unit tests.