You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/09/08 14:53:13 UTC

[13/35] logging-log4j2 git commit: Fix POM description.

Fix POM description.

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

Branch: refs/heads/LOG4J2-1349-gcfree-threadcontext
Commit: 1d3dc77cff1ee43c9e59f1b404947688a6780ecb
Parents: f2a7f74
Author: Gary Gregory <gg...@apache.org>
Authored: Wed Sep 7 21:47:33 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Wed Sep 7 21:47:33 2016 -0700

----------------------------------------------------------------------
 log4j-api-scala_2.10/pom.xml | 2 +-
 log4j-api-scala_2.11/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d3dc77c/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 ff1723c..5acbeca 100644
--- a/log4j-api-scala_2.10/pom.xml
+++ b/log4j-api-scala_2.10/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>log4j-api-scala_2.10</artifactId>
   <packaging>jar</packaging>
-  <name>Scala 2.10 warpper for Log4j API</name>
+  <name>Apache Log4j Scala 2.10 warpper for Log4j API</name>
   <description>Scala warpper for Log4j API</description>
   <properties>
     <log4jParentDir>${basedir}/..</log4jParentDir>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1d3dc77c/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 b64437a..4755301 100644
--- a/log4j-api-scala_2.11/pom.xml
+++ b/log4j-api-scala_2.11/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <artifactId>log4j-api-scala_2.11</artifactId>
   <packaging>jar</packaging>
-  <name>Scala 2.11 warpper for Log4j API</name>
+  <name>Apache Log4j Scala 2.11 warpper for Log4j API</name>
   <description>Scala warpper for Log4j API</description>
   <properties>
     <log4jParentDir>${basedir}/..</log4jParentDir>