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/21 19:11:47 UTC

(logging-log4j-jmx-gui) branch main updated: Update `org.apache.logging:logging-parent` to version `10.5.0` (#4)

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 a91fba4  Update `org.apache.logging:logging-parent` to version `10.5.0` (#4)
a91fba4 is described below

commit a91fba487ff22fc02c74511f0e1a2b95b874dcac
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Thu Dec 21 19:11:43 2023 +0000

    Update `org.apache.logging:logging-parent` to version `10.5.0` (#4)
---
 pom.xml                                                           | 2 +-
 src/changelog/.2.x.x/update_org_apache_logging_logging_parent.xml | 8 ++++++++
 src/site/_release-notes/_2.x.x.adoc                               | 4 ++++
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 628a60a..4b0700b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.logging</groupId>
     <artifactId>logging-parent</artifactId>
-    <version>10.4.0</version>
+    <version>10.5.0</version>
   </parent>
 
   <groupId>org.apache.logging.log4j</groupId>
diff --git a/src/changelog/.2.x.x/update_org_apache_logging_logging_parent.xml b/src/changelog/.2.x.x/update_org_apache_logging_logging_parent.xml
new file mode 100644
index 0000000..84be6b2
--- /dev/null
+++ b/src/changelog/.2.x.x/update_org_apache_logging_logging_parent.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.3.xsd"
+       type="updated">
+  <issue id="4" link="https://github.com/apache/logging-log4j-jmx-gui/pull/4"/>
+  <description format="asciidoc">Update `org.apache.logging:logging-parent` to version `10.5.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc
index 915ca93..e958e6a 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -44,3 +44,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])
+
+=== Updated
+
+* Update `org.apache.logging:logging-parent` to version `10.5.0` (https://github.com/apache/logging-log4j-jmx-gui/pull/4[4])