Migrate log4j-bom to use logging-parent

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

Branch: refs/heads/master
Commit: c3c0acf81a3da5c682a873ad247296d7a81333da
Parents: 6c83bc6
Author: Matt Sicker <boa...@gmail.com>
Authored: Sat Jan 21 15:30:31 2017 -0600
Committer: Matt Sicker <boa...@gmail.com>
Committed: Sat Jan 21 15:30:31 2017 -0600

----------------------------------------------------------------------
 log4j-bom/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c3c0acf8/log4j-bom/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml
index d35c700..9336483 100644
--- a/log4j-bom/pom.xml
+++ b/log4j-bom/pom.xml
@@ -19,9 +19,9 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>9</version>
+    <groupId>org.apache.logging</groupId>
+    <artifactId>logging-parent</artifactId>
+    <version>1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Apache Log4j BOM</name>

Reply via email to