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/06/02 01:20:36 UTC

logging-log4j2 git commit: Sort parent groupId and artifactId.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 02560f43b -> 2f29e1942


Sort parent groupId and artifactId.

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

Branch: refs/heads/master
Commit: 2f29e19421110e952c6cd1f48618126f9348f02e
Parents: 02560f4
Author: Gary Gregory <gg...@apache.org>
Authored: Thu Jun 1 18:20:33 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Thu Jun 1 18:20:33 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2f29e194/log4j-nosql/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-nosql/pom.xml b/log4j-nosql/pom.xml
index ecdc9ba..d92f5ec 100644
--- a/log4j-nosql/pom.xml
+++ b/log4j-nosql/pom.xml
@@ -18,8 +18,8 @@
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" 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>
-    <artifactId>log4j</artifactId>
     <groupId>org.apache.logging.log4j</groupId>
+    <artifactId>log4j</artifactId>
     <version>2.8.3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>