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/22 08:21:26 UTC

(logging-log4j-kotlin) branch main updated: Update `org.apache.logging:logging-parent` to version `10.5.0` (#58)

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-kotlin.git


The following commit(s) were added to refs/heads/main by this push:
     new 5645b67  Update `org.apache.logging:logging-parent` to version `10.5.0` (#58)
5645b67 is described below

commit 5645b67109e0f2b7a5fa8c7a9af402995f565144
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Fri Dec 22 08:21:22 2023 +0000

    Update `org.apache.logging:logging-parent` to version `10.5.0` (#58)
---
 pom.xml                                                           | 2 +-
 src/changelog/.1.x.x/update_org_apache_logging_logging_parent.xml | 8 ++++----
 src/site/_release-notes/_1.x.x.adoc                               | 5 ++++-
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index fe09ba0..ddc8d63 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>
     <relativePath />
   </parent>
 
diff --git a/src/changelog/.1.x.x/update_org_apache_logging_logging_parent.xml b/src/changelog/.1.x.x/update_org_apache_logging_logging_parent.xml
index ece1ff1..2482ee1 100644
--- a/src/changelog/.1.x.x/update_org_apache_logging_logging_parent.xml
+++ b/src/changelog/.1.x.x/update_org_apache_logging_logging_parent.xml
@@ -1,8 +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="53" link="https://github.com/apache/logging-log4j-kotlin/pull/53"/>
-  <description format="asciidoc">Update `org.apache.logging:logging-parent` to version `10.4.0`</description>
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
+       type="updated">
+  <issue id="58" link="https://github.com/apache/logging-log4j-kotlin/pull/58"/>
+  <description format="asciidoc">Update `org.apache.logging:logging-parent` to version `10.5.0`</description>
 </entry>
diff --git a/src/site/_release-notes/_1.x.x.adoc b/src/site/_release-notes/_1.x.x.adoc
index 4124ca5..9fa3a79 100644
--- a/src/site/_release-notes/_1.x.x.adoc
+++ b/src/site/_release-notes/_1.x.x.adoc
@@ -49,7 +49,10 @@ This minor release bumps the Kotlin baseline to 1.6.21 and contains various smal
 
 * Update `org.apache.logging:logging-parent` to version `10.2.0`
 * Update `org.apache.logging.log4j:log4j-bom` to version `2.22.0` (https://github.com/apache/logging-log4j-kotlin/pull/52[52])
-* Update `org.apache.logging:logging-parent` to version `10.4.0` (https://github.com/apache/logging-log4j-kotlin/pull/53[53])
 * Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0` (https://github.com/apache/logging-log4j-kotlin/pull/51[51])
 * Update `org.codehaus.mojo:exec-maven-plugin` to version `3.1.1` (https://github.com/apache/logging-log4j-kotlin/pull/50[50])
 * Update `org.junit:junit-bom` to version `5.10.1` (https://github.com/apache/logging-log4j-kotlin/pull/49[49])
+
+==== Updated
+
+* Update `org.apache.logging:logging-parent` to version `10.5.0` (https://github.com/apache/logging-log4j-kotlin/pull/58[58])