Repository: logging-log4j2
Updated Branches:
  refs/heads/master cb95027f0 -> 5141bf26c


[LOG4J2-2209] Rename existing MongoDb plugin and related artifacts from
MongoDb to MongoDb2.

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

Branch: refs/heads/master
Commit: 5141bf26c33de987b51a2a67f02d28e815a87e4c
Parents: cb95027
Author: Gary Gregory <[email protected]>
Authored: Mon Jan 22 15:31:42 2018 -0700
Committer: Gary Gregory <[email protected]>
Committed: Mon Jan 22 15:31:42 2018 -0700

----------------------------------------------------------------------
 log4j-bom/pom.xml          | 2 +-
 log4j-distribution/pom.xml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5141bf26/log4j-bom/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml
index 46dda8d..ab0f213 100644
--- a/log4j-bom/pom.xml
+++ b/log4j-bom/pom.xml
@@ -93,7 +93,7 @@
       <!-- MongoDB Appender Plugin -->
       <dependency>
         <groupId>org.apache.logging.log4j</groupId>
-        <artifactId>log4j-mongodb</artifactId>
+        <artifactId>log4j-mongodb2</artifactId>
         <version>${project.version}</version>
       </dependency>
       <!-- Cassandra Appender Plugin -->

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5141bf26/log4j-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml
index b9fdacd..8a5b6f2 100644
--- a/log4j-distribution/pom.xml
+++ b/log4j-distribution/pom.xml
@@ -257,18 +257,18 @@
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-mongodb</artifactId>
+      <artifactId>log4j-mongodb2</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-mongodb</artifactId>
+      <artifactId>log4j-mongodb2</artifactId>
       <version>${project.version}</version>
       <classifier>sources</classifier>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-mongodb</artifactId>
+      <artifactId>log4j-mongodb2</artifactId>
       <version>${project.version}</version>
       <classifier>javadoc</classifier>
     </dependency>

Reply via email to