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 2017/11/11 22:14:16 UTC

[3/3] logging-log4j-scala git commit: [LOG4J2-2116] Update Scala from 2.12.3 to 2.12.4.

[LOG4J2-2116] Update Scala from 2.12.3 to 2.12.4.

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/33393d15
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/33393d15
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/33393d15

Branch: refs/heads/master
Commit: 33393d15b1f3d4af47342cae011868e945e7e64a
Parents: 2f03e3d
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Nov 11 15:14:11 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Nov 11 15:14:11 2017 -0700

----------------------------------------------------------------------
 log4j-api-scala_2.12/pom.xml | 2 +-
 src/changes/changes.xml      | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/33393d15/log4j-api-scala_2.12/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-api-scala_2.12/pom.xml b/log4j-api-scala_2.12/pom.xml
index 8eb89bd..1339f6f 100644
--- a/log4j-api-scala_2.12/pom.xml
+++ b/log4j-api-scala_2.12/pom.xml
@@ -30,7 +30,7 @@
   <properties>
     <log4jParentDir>${basedir}/..</log4jParentDir>
     <projectDir>/scala_2.12</projectDir>
-    <scala.version>2.12.3</scala.version>
+    <scala.version>2.12.4</scala.version>
     <scala.maven.plugin.version>3.3.1</scala.maven.plugin.version>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>

http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/33393d15/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f391355..fed7c52 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,6 +40,9 @@
       <action issue="LOG4J2-2115" dev="ggregory" type="update">
         Update Log4j dependency from 2.8.1 to 2.9.1.
       </action>
+      <action issue="LOG4J2-2116" dev="ggregory" type="update">
+        Update Scala from 2.12.3 to 2.12.4.
+      </action>
     </release>
   </body>
 </document>