You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/01/16 20:59:04 UTC

[logging-log4j2] branch release-2.x updated: Minor changelog-related changes

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

vy 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 521132f68e Minor changelog-related changes
521132f68e is described below

commit 521132f68e66be683ac203e40845081b9d911b65
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Mon Jan 16 22:00:06 2023 +0100

    Minor changelog-related changes
---
 pom.xml                                  | 2 ++
 src/changelog/.2.x.x/.changelog.adoc.ftl | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2907fc9fda..4840bf171d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,8 @@
 
   <inceptionYear>1999</inceptionYear>
 
+  <!-- Developer IDs are used to map author IDs to names while exporting changelogs.
+       Hence, updates here need to be reflected to `.changelog-entries.adoc.ftl` too. -->
   <developers>
 
     <developer>
diff --git a/src/changelog/.2.x.x/.changelog.adoc.ftl b/src/changelog/.2.x.x/.changelog.adoc.ftl
index 3d5f3d8235..55dd1ed8bd 100644
--- a/src/changelog/.2.x.x/.changelog.adoc.ftl
+++ b/src/changelog/.2.x.x/.changelog.adoc.ftl
@@ -17,6 +17,6 @@
 
 = ${release.version}<#if release.date?has_content> (${release.date})</#if>
 
-Changes staged for the next version that is yet to be released.
+Changes staged for the next 2.x.x version that is yet to be released.
 
 <#include "../.changelog-entries.adoc.ftl">