You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2021/12/30 01:21:38 UTC

[logging-log4j2] branch release-2.x updated: Fix formatting in XML.

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

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 9f3f132  Fix formatting in XML.
9f3f132 is described below

commit 9f3f1327ae542b6813a4d429f67fc0ffe1f32977
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 29 20:21:35 2021 -0500

    Fix formatting in XML.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 530e175..d6d29fa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -29,7 +29,7 @@
          - "update" - Change
          - "remove" - Removed
     -->
-   <release version="2.17.2" date="20YY-MM-DD" description="GA Release 2.17.2">
+    <release version="2.17.2" date="20YY-MM-DD" description="GA Release 2.17.2">
       <!-- FIXES -->
       <action dev="ggregory" type="fix">
 		Log4j 1.2 bridge class ConsoleAppender should extend WriterAppender and provide better compatibility with custom appenders.