You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2018/07/04 22:55:11 UTC

logging-log4j2 git commit: Fix parent pom versions

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 70d0e2213 -> a3990ac03


Fix parent pom versions


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

Branch: refs/heads/master
Commit: a3990ac03be0f6ddddc44a79b42d5353a2e00aa1
Parents: 70d0e22
Author: Ralph Goers <rg...@apache.org>
Authored: Wed Jul 4 15:55:07 2018 -0700
Committer: Ralph Goers <rg...@apache.org>
Committed: Wed Jul 4 15:55:07 2018 -0700

----------------------------------------------------------------------
 log4j-slf4j-impl/pom.xml | 2 +-
 log4j-slf4j18/pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a3990ac0/log4j-slf4j-impl/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-slf4j-impl/pom.xml b/log4j-slf4j-impl/pom.xml
index 40130b8..43186f4 100644
--- a/log4j-slf4j-impl/pom.xml
+++ b/log4j-slf4j-impl/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j</artifactId>
-    <version>2.11.1-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-slf4j-impl</artifactId>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a3990ac0/log4j-slf4j18/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-slf4j18/pom.xml b/log4j-slf4j18/pom.xml
index 9c6ff5f..22b36f4 100644
--- a/log4j-slf4j18/pom.xml
+++ b/log4j-slf4j18/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
     <artifactId>log4j</artifactId>
-    <version>2.11.1-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>log4j-slf4j18</artifactId>