You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by sd...@apache.org on 2020/11/07 17:07:01 UTC

[logging-chainsaw] branch master updated: Version 3 of parent pom

This is an automated email from the ASF dual-hosted git repository.

sdeboy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git


The following commit(s) were added to refs/heads/master by this push:
     new bfd2cbb  Version 3 of parent pom
bfd2cbb is described below

commit bfd2cbb0d5f23f3261b9fe4e3df6f3ae82ee59b4
Author: Scott Deboy <sc...@oracle.com>
AuthorDate: Sat Nov 7 09:06:54 2020 -0800

    Version 3 of parent pom
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2bb282e..1b77c81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,12 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.logging</groupId>
+    <artifactId>logging-parent</artifactId>
+    <version>3</version>
+    <relativePath/>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>log4j</groupId>
   <artifactId>apache-chainsaw</artifactId>