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 2018/03/30 18:16:35 UTC

logging-log4j-scala git commit: LOG4J2-2290: Update Log4j from 2.9.1 to 2.11.0

Repository: logging-log4j-scala
Updated Branches:
  refs/heads/sbt b510c122e -> 722c1f5bd


LOG4J2-2290: Update Log4j from 2.9.1 to 2.11.0

Previously committed the project/Dependencies.scala with this upgraded version already.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/722c1f5b
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/722c1f5b
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/722c1f5b

Branch: refs/heads/sbt
Commit: 722c1f5bdd814fff4337a485111a711dd4b0f5c1
Parents: b510c12
Author: Matt Sicker <bo...@gmail.com>
Authored: Fri Mar 30 13:16:21 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Fri Mar 30 13:16:21 2018 -0500

----------------------------------------------------------------------
 src/changes/changes.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/722c1f5b/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1bf5182..0458f58 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,7 +30,10 @@
          - "update" - Change
          - "remove" - Removed
     -->
-    <release version="12.0.0" date="2017-MM-DD" description="GA Release 12.0.0">
+    <release version="11.1" date="2018-MM-DD" description="GA Release 11.1">
+      <action issue="LOG4J2-2290" dev="mattsicker" type="update">
+        Update Log4j from 2.9.1 to 2.11.0.
+      </action>
       <action issue="LOG4J2-1995" dev="ggregory" type="update">
         Update log4j-api-scala_2.11 from Scala 2.11.8 to 2.11.11.
       </action>