Repository: logging-log4j-boot Updated Branches: refs/heads/master 0a05ede69 -> f83de1b16
Add Apache parent pom Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-boot/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-boot/commit/f83de1b1 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-boot/tree/f83de1b1 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-boot/diff/f83de1b1 Branch: refs/heads/master Commit: f83de1b16583de1c38f4cec205c4895200645192 Parents: 0a05ede Author: Matt Sicker <[email protected]> Authored: Sat Jan 14 03:29:27 2017 -0600 Committer: Matt Sicker <[email protected]> Committed: Sat Jan 14 03:29:27 2017 -0600 ---------------------------------------------------------------------- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j-boot/blob/f83de1b1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1a20433..8cd1a48 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>18</version> + </parent> <groupId>org.apache.logging.log4j.boot</groupId> <artifactId>log4j-boot-parent</artifactId> <packaging>pom</packaging>
