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 2016/09/01 17:49:13 UTC

logging-log4j2 git commit: Scala warpper POMs should have different descriptions.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 1dc04f83f -> 7848acd13


Scala warpper POMs should have different descriptions.

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

Branch: refs/heads/master
Commit: 7848acd13dc39fb1f69e29f7cf3d8105eaf25281
Parents: 1dc04f8
Author: ggregory <gg...@apache.org>
Authored: Thu Sep 1 10:49:09 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Thu Sep 1 10:49:09 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/7848acd1/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 c8b4a5f..ff1723c 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 warpper for Log4j API</name>
+  <name>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/7848acd1/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 d492f05..b64437a 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 warpper for Log4j API</name>
+  <name>Scala 2.11 warpper for Log4j API</name>
   <description>Scala warpper for Log4j API</description>
   <properties>
     <log4jParentDir>${basedir}/..</log4jParentDir>