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 21:53:39 UTC

[01/10] logging-log4j-scala git commit: Update scalatest_2.11 from 3.0.0 to 3.0.4.

Repository: logging-log4j-scala
Updated Branches:
  refs/heads/master b7fd8baab -> 50132758f


Update scalatest_2.11 from 3.0.0 to 3.0.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/da759100
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/da759100
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/da759100

Branch: refs/heads/master
Commit: da759100309f725fbbefa5099ddc468264046d45
Parents: b7fd8ba
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Nov 11 14:24:46 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Nov 11 14:24:46 2017 -0700

----------------------------------------------------------------------
 log4j-api-scala_2.11/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/da759100/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 dca10cb..3360c32 100644
--- a/log4j-api-scala_2.11/pom.xml
+++ b/log4j-api-scala_2.11/pom.xml
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>org.scalatest</groupId>
       <artifactId>scalatest_2.11</artifactId>
-      <version>3.0.0</version>
+      <version>3.0.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>


[04/10] logging-log4j-scala git commit: maven-pmd-plugin 3.7 -> 3.8

Posted by gg...@apache.org.
maven-pmd-plugin 3.7 -> 3.8

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

Branch: refs/heads/master
Commit: cbb7375caacb9ac7c6393c031bd1427870553905
Parents: 4dba04d
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Nov 11 14:32:54 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Nov 11 14:32:54 2017 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/cbb7375c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8d6fe14..0936440 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
     <Log4jScalaApiReleaseVersion>11.0</Log4jScalaApiReleaseVersion>
     <log4j.version>2.8.2</log4j.version>
     <changes.plugin.version>2.12.1</changes.plugin.version>
-    <pmd.plugin.version>3.7</pmd.plugin.version>
+    <pmd.plugin.version>3.8</pmd.plugin.version>
   </properties>
 
   <dependencyManagement>


[10/10] logging-log4j-scala git commit: [LOG4J2-2115] Update Log4j dependency from 2.8.1 to 2.9.1.

Posted by gg...@apache.org.
[LOG4J2-2115] Update Log4j dependency from 2.8.1 to 2.9.1.

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

Branch: refs/heads/master
Commit: 50132758f666bde3be440bd258389c5bb91dada9
Parents: 65c191e
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Nov 11 14:53:36 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Nov 11 14:53:36 2017 -0700

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/50132758/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7b3a5b9..f391355 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,6 +37,9 @@
       <action issue="LOG4J2-1996" dev="ggregory" type="update">
         Update log4j-api-scala_2.12 from Scala 2.12.1 to 2.12.3.
       </action>
+      <action issue="LOG4J2-2115" dev="ggregory" type="update">
+        Update Log4j dependency from 2.8.1 to 2.9.1.
+      </action>
     </release>
   </body>
 </document>


[08/10] logging-log4j-scala git commit: scala.maven.plugin.version 3.2.2 -> 3.3.1.

Posted by gg...@apache.org.
scala.maven.plugin.version 3.2.2 -> 3.3.1.

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

Branch: refs/heads/master
Commit: a79841ba90f8c040dd2b2709f0c250c0c53fce9c
Parents: ee12d47
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Nov 11 14:47:20 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Nov 11 14:47:20 2017 -0700

----------------------------------------------------------------------
 log4j-api-scala_2.10/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/a79841ba/log4j-api-scala_2.10/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-api-scala_2.10/pom.xml b/log4j-api-scala_2.10/pom.xml
index fd55f2d..0146790 100644
--- a/log4j-api-scala_2.10/pom.xml
+++ b/log4j-api-scala_2.10/pom.xml
@@ -31,7 +31,7 @@
     <log4jParentDir>${basedir}/..</log4jParentDir>
     <projectDir>/scala_2.10</projectDir>
     <scala.version>2.10.6</scala.version>
-    <scala.maven.plugin.version>3.2.2</scala.maven.plugin.version>
+    <scala.maven.plugin.version>3.3.1</scala.maven.plugin.version>
   </properties>
   <dependencies>
     <dependency>


[06/10] logging-log4j-scala git commit: RAT plug did not have its version set.

Posted by gg...@apache.org.
RAT plug did not have its version set.

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

Branch: refs/heads/master
Commit: 70c7b97ead7b8952bcdd2fd8525b82a38ed424a4
Parents: 493c221
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Nov 11 14:38:45 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Nov 11 14:38:45 2017 -0700

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/70c7b97e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e6a95dd..d38acc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,6 +140,7 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
+          <version>0.12</version>
           <configuration>
             <excludes>
               <!-- README does not need a license header -->


[02/10] logging-log4j-scala git commit: Update scalatest_2.12 from 3.0.0 to 3.0.4.

Posted by gg...@apache.org.
Update scalatest_2.12 from 3.0.0 to 3.0.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/9c265948
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/9c265948
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/9c265948

Branch: refs/heads/master
Commit: 9c265948b43391cbbb8b38450412b0ae87d094bc
Parents: da75910
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Nov 11 14:25:04 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Nov 11 14:25:04 2017 -0700

----------------------------------------------------------------------
 log4j-api-scala_2.12/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/9c265948/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 0e3626b..f210e7d 100644
--- a/log4j-api-scala_2.12/pom.xml
+++ b/log4j-api-scala_2.12/pom.xml
@@ -64,7 +64,7 @@
     <dependency>
       <groupId>org.scalatest</groupId>
       <artifactId>scalatest_2.12</artifactId>
-      <version>3.0.0</version>
+      <version>3.0.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>


[07/10] logging-log4j-scala git commit: Assembly plugin did not have its version set.

Posted by gg...@apache.org.
Assembly plugin did not have its version set.

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

Branch: refs/heads/master
Commit: ee12d474da587c8c90ef41d56ae153f793c4ffff
Parents: 70c7b97
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Nov 11 14:39:45 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Nov 11 14:39:45 2017 -0700

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/ee12d474/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d38acc4..a5002c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,6 +188,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
+            <version>3.1.0</version>
             <executions>
               <execution>
                 <id>source-release-assembly</id>


[03/10] logging-log4j-scala git commit: maven-bundle-plugin 3.2.0 -> 3.3.0

Posted by gg...@apache.org.
maven-bundle-plugin 3.2.0 -> 3.3.0

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

Branch: refs/heads/master
Commit: 4dba04d475664f0e8acbc59af60316996ee1fae0
Parents: 9c26594
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Nov 11 14:30:48 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Nov 11 14:30:48 2017 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/4dba04d4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f0c30df..8d6fe14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.3.0</version>
           <inherited>true</inherited>
           <extensions>true</extensions>
           <executions>


[05/10] logging-log4j-scala git commit: Set Maven version prerequisite to 3.0.5.

Posted by gg...@apache.org.
Set Maven version prerequisite to 3.0.5.

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

Branch: refs/heads/master
Commit: 493c22155f737d87b4adb2aa0f5874abdde6c5c0
Parents: cbb7375
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Nov 11 14:36:51 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Nov 11 14:36:51 2017 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/493c2215/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0936440..e6a95dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,10 @@
   <version>12.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
+  <prerequisites>
+    <maven>3.0.5</maven>
+  </prerequisites>
+  
   <name>Apache Log4j 2 Scala API</name>
   <description>Apache Log4j 2 Scala API</description>
   <url>http://logging.apache.org/log4j/2.x/</url>


[09/10] logging-log4j-scala git commit: Update Log4j2 from 2.8.2 to 2.9.1.

Posted by gg...@apache.org.
Update Log4j2 from 2.8.2 to 2.9.1.

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

Branch: refs/heads/master
Commit: 65c191e20f48c161a389c207b91fb1555a672940
Parents: a79841b
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Nov 11 14:50:17 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Nov 11 14:50:17 2017 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/65c191e2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a5002c8..1068ecb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
     <maven-site-plugin.version>3.6</maven-site-plugin.version>
     <log4jParentDir>${basedir}</log4jParentDir>
     <Log4jScalaApiReleaseVersion>11.0</Log4jScalaApiReleaseVersion>
-    <log4j.version>2.8.2</log4j.version>
+    <log4j.version>2.9.1</log4j.version>
     <changes.plugin.version>2.12.1</changes.plugin.version>
     <pmd.plugin.version>3.8</pmd.plugin.version>
   </properties>