You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/08/17 07:20:10 UTC

svn commit: r1618456 - /logging/log4j/log4j2/tags/log4j-2.0.2/log4j-bom/pom.xml

Author: mattsicker
Date: Sun Aug 17 05:20:10 2014
New Revision: 1618456

URL: http://svn.apache.org/r1618456
Log:
Fix missing groupId element.

Modified:
    logging/log4j/log4j2/tags/log4j-2.0.2/log4j-bom/pom.xml

Modified: logging/log4j/log4j2/tags/log4j-2.0.2/log4j-bom/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/tags/log4j-2.0.2/log4j-bom/pom.xml?rev=1618456&r1=1618455&r2=1618456&view=diff
==============================================================================
--- logging/log4j/log4j2/tags/log4j-2.0.2/log4j-bom/pom.xml (original)
+++ logging/log4j/log4j2/tags/log4j-2.0.2/log4j-bom/pom.xml Sun Aug 17 05:20:10 2014
@@ -8,6 +8,7 @@
   <modelVersion>4.0.0</modelVersion>
   <name>Apache Log4j 2 BOM</name>
   <description>Apache Log4j 2 Bill of Material</description>
+  <groupId>org.apache.logging.log4j</groupId>
   <artifactId>log4j-bom</artifactId>
   <version>2.0.2</version>
   <packaging>pom</packaging>