You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/12/04 09:00:04 UTC

(logging-log4j-jmx-gui) branch main updated: Update `org.apache.logging.log4j:log4j-core` to version `2.22.0` (#3)

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

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-jmx-gui.git


The following commit(s) were added to refs/heads/main by this push:
     new 3aeeafb  Update `org.apache.logging.log4j:log4j-core` to version `2.22.0` (#3)
3aeeafb is described below

commit 3aeeafbbb80bba1542ed0a38261e79d6cb4d7b26
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Mon Dec 4 08:59:58 2023 +0000

    Update `org.apache.logging.log4j:log4j-core` to version `2.22.0` (#3)
---
 pom.xml                                                           | 2 +-
 .../.2.x.x/update_org_apache_logging_log4j_log4j_core.xml         | 8 ++++++++
 src/site/_constants.adoc                                          | 2 +-
 src/site/_release-notes.adoc                                      | 1 +
 src/site/_release-notes/_2.x.x.adoc                               | 4 ++++
 5 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b520d0c..628a60a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
     <Class-Path>log4j-api-2.21.0.jar log4j-core-2.21.0.jar</Class-Path>
 
     <!-- dependency versions -->
-    <log4j.version>2.21.1</log4j.version>
+    <log4j.version>2.22.0</log4j.version>
 
   </properties>
 
diff --git a/src/changelog/.2.x.x/update_org_apache_logging_log4j_log4j_core.xml b/src/changelog/.2.x.x/update_org_apache_logging_log4j_log4j_core.xml
new file mode 100644
index 0000000..62a2e6b
--- /dev/null
+++ b/src/changelog/.2.x.x/update_org_apache_logging_log4j_log4j_core.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns="http://logging.apache.org/log4j/changelog"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
+       type="changed">
+  <issue id="3" link="https://github.com/apache/logging-log4j-jmx-gui/pull/3"/>
+  <description format="asciidoc">Update `org.apache.logging.log4j:log4j-core` to version `2.22.0`</description>
+</entry>
diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc
index 09d5775..0ad168b 100644
--- a/src/site/_constants.adoc
+++ b/src/site/_constants.adoc
@@ -39,4 +39,4 @@
 :project-id: log4j-jmx-gui
 :java-target-version: 8
 :java-compiler-version: [17,18)
-:log4j-version: 2.21.1
+:log4j-version: 2.22.0
diff --git a/src/site/_release-notes.adoc b/src/site/_release-notes.adoc
index 1702542..8964666 100644
--- a/src/site/_release-notes.adoc
+++ b/src/site/_release-notes.adoc
@@ -36,5 +36,6 @@
 [#release-notes]
 = Release Notes
 
+include::_release-notes/_2.x.x.adoc[]
 include::_release-notes/_2.22.0.adoc[]
 include::_release-notes/_2.21.0.adoc[]
diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc
index 2b00725..915ca93 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -40,3 +40,7 @@
 
 This release contains minor improvements.
 
+
+=== Changed
+
+* Update `org.apache.logging.log4j:log4j-core` to version `2.22.0` (https://github.com/apache/logging-log4j-jmx-gui/pull/3[3])