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:50:25 UTC

[logging-log4j2] branch master updated (a964628 -> 5cd3f80)

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

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


    from a964628  Use text email template for notifications
     new 6d1c50d  Fix warning
     new 5cd3f80  Update parent pom

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


[logging-log4j2] 02/02: Update parent pom

Posted by ma...@apache.org.
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-log4j2.git

commit 5cd3f806199f804cd6ccafcfd6f17a8c509aab9e
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Fri Jul 17 19:50:10 2020 -0500

    Update parent pom
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6c13353..04239367 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.logging</groupId>
     <artifactId>logging-parent</artifactId>
-    <version>1</version>
+    <version>2</version>
     <relativePath/>
   </parent>
   <description>Apache Log4j 2</description>


[logging-log4j2] 01/02: Fix warning

Posted by ma...@apache.org.
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-log4j2.git

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

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

diff --git a/pom.xml b/pom.xml
index f9237a5..6c13353 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,7 @@
     <groupId>org.apache.logging</groupId>
     <artifactId>logging-parent</artifactId>
     <version>1</version>
+    <relativePath/>
   </parent>
   <description>Apache Log4j 2</description>
   <url>https://logging.apache.org/log4j/2.x/</url>