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 2012/10/11 21:18:33 UTC

svn commit: r1397241 - /logging/log4j/log4j2/trunk/core/pom.xml

Author: ggregory
Date: Thu Oct 11 19:18:33 2012
New Revision: 1397241

URL: http://svn.apache.org/viewvc?rev=1397241&view=rev
Log:
The POM name was not prefixed with "Apache": "Log4J Core" -> "Apache Log4J Core". Fix a typo in the description: "Log4 Implementation." -> "Apache Log4J Implementation."

Modified:
    logging/log4j/log4j2/trunk/core/pom.xml

Modified: logging/log4j/log4j2/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/core/pom.xml?rev=1397241&r1=1397240&r2=1397241&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/core/pom.xml (original)
+++ logging/log4j/log4j2/trunk/core/pom.xml Thu Oct 11 19:18:33 2012
@@ -26,8 +26,8 @@
   <groupId>org.apache.logging.log4j</groupId>
   <artifactId>log4j-core</artifactId>
   <packaging>jar</packaging>
-  <name>Log4J Core</name>
-  <description>Log4 Implementation.</description>
+  <name>Apache Log4J Core</name>
+  <description>Apache Log4J Implementation.</description>
   <properties>
     <log4jParentDir>${basedir}/..</log4jParentDir>
     <docLabel>Core Documentation</docLabel>