Fix missing groupId element.
git-svn-id: https://svn.apache.org/repos/asf/logging/log4j/log4j2/tags/log4j-2.0.2@1618456 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/4eb3cf16 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/4eb3cf16 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/4eb3cf16 Branch: refs/heads/master Commit: 4eb3cf16d99f0332878b1b57f2b22b0fd737602f Parents: 5a85e38 Author: mattsicker <mattsicker@unknown> Authored: Sun Aug 17 05:20:10 2014 +0000 Committer: mattsicker <mattsicker@unknown> Committed: Sun Aug 17 05:20:10 2014 +0000 ---------------------------------------------------------------------- log4j-bom/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/4eb3cf16/log4j-bom/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-bom/pom.xml b/log4j-bom/pom.xml index c786b0e..1803d4e 100644 --- a/log4j-bom/pom.xml +++ b/log4j-bom/pom.xml @@ -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>
