Repository: logging-log4j-scala
Updated Branches:
  refs/heads/master 233af3db3 -> 7e165d7ef


[LOG4J2-1995] Update log4j-api-scala_2.11 from Scala 2.11.8 to 2.11.11.

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

Branch: refs/heads/master
Commit: 7e165d7ef8fd9116718ead2328289f1dd96e87a8
Parents: 233af3d
Author: Gary Gregory <[email protected]>
Authored: Sat Jul 29 20:30:17 2017 -0700
Committer: Gary Gregory <[email protected]>
Committed: Sat Jul 29 20:30:17 2017 -0700

----------------------------------------------------------------------
 log4j-api-scala_2.11/pom.xml |  2 +-
 src/changes/changes.xml      | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/7e165d7e/log4j-api-scala_2.11/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-api-scala_2.11/pom.xml b/log4j-api-scala_2.11/pom.xml
index 135ebb3..dca10cb 100644
--- a/log4j-api-scala_2.11/pom.xml
+++ b/log4j-api-scala_2.11/pom.xml
@@ -30,7 +30,7 @@
   <properties>
     <log4jParentDir>${basedir}/..</log4jParentDir>
     <projectDir>/scala_2.11</projectDir>
-    <scala.version>2.11.8</scala.version>
+    <scala.version>2.11.11</scala.version>
     <scala.maven.plugin.version>3.2.2</scala.maven.plugin.version>
   </properties>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/7e165d7e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
new file mode 100644
index 0000000..999b344
--- /dev/null
+++ b/src/changes/changes.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- vi: set sw=2: -->
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<document xmlns="http://maven.apache.org/changes/1.0.0";
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+          xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 
http://maven.apache.org/xsd/changes-1.0.0.xsd";>
+  <properties>
+    <title>Changes</title>
+  </properties>
+  <body>
+    <!-- NOTE: the text node in an action element is interpreted as Markdown 
in the release notes! -->
+    <!-- The "type" attribute can have the following values:
+         - "add" - New Feature
+         - "fix" - Fixed Bug
+         - "update" - Change
+         - "remove" - Removed
+    -->
+    <release version="12.0.0" date="2017-MM-DD" description="GA Release 
12.0.0">
+      <action issue="LOG4J2-1995" dev="ggregory" type="update">
+        Update log4j-api-scala_2.11 from Scala 2.11.8 to 2.11.11.
+      </action>
+    </release>
+  </body>
+</document>

Reply via email to