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 2020/07/18 00:49:43 UTC

[logging-log4j-kotlin] branch master updated: Fix warning

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a8ce22c  Fix warning
a8ce22c is described below

commit a8ce22c5d5200e2ac128e59eb13e3129b72d3dca
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Fri Jul 17 19:49:34 2020 -0500

    Fix warning
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 4a32d8d..d6e56fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,7 @@
     <groupId>org.apache.logging</groupId>
     <artifactId>logging-parent</artifactId>
     <version>2</version>
+    <relativePath/>
   </parent>
 
   <groupId>org.apache.logging.log4j</groupId>