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


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

commit bcc658529344cba7a5141e215f1923d18a8d6f4c
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Dec 18 08:36:13 2023 +0000

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

diff --git a/pom.xml b/pom.xml
index 73d0ac7..2cea830 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.logging</groupId>
     <artifactId>logging-parent</artifactId>
-    <version>10.2.0</version>
+    <version>10.4.0</version>
   </parent>
 
   <groupId>org.apache.logging.log4j</groupId>
diff --git a/src/changelog/.0.x.x/update_org_apache_logging_logging_parent.xml 
b/src/changelog/.0.x.x/update_org_apache_logging_logging_parent.xml
new file mode 100644
index 0000000..dbf8613
--- /dev/null
+++ b/src/changelog/.0.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.2.xsd";
+       type="changed">
+  <issue id="66" 
link="https://github.com/apache/logging-log4j-transform/pull/66"/>
+  <description format="asciidoc">Update `org.apache.logging:logging-parent` to 
version `10.4.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_0.x.x.adoc 
b/src/site/_release-notes/_0.x.x.adoc
index 2b3b4fd..7a0bcdf 100644
--- a/src/site/_release-notes/_0.x.x.adoc
+++ b/src/site/_release-notes/_0.x.x.adoc
@@ -53,6 +53,7 @@ This is the second release of the project.
 * Update `commons-logging:commons-logging` to version `1.3.0` 
(https://github.com/apache/logging-log4j-transform/pull/67[67])
 * Update `org.apache.commons:commons-lang3` to version `3.14.0` 
(https://github.com/apache/logging-log4j-transform/pull/69[69])
 * Update `org.apache.logging.log4j:log4j-bom` to version `2.22.0` 
(https://github.com/apache/logging-log4j-transform/pull/71[71])
+* Update `org.apache.logging:logging-parent` to version `10.4.0` 
(https://github.com/apache/logging-log4j-transform/pull/66[66])
 * Update `org.apache.maven:maven-core` to version `3.9.6` 
(https://github.com/apache/logging-log4j-transform/pull/65[65])
 * Update `org.apache.maven.plugins:maven-invoker-plugin` to version `3.6.0` 
(https://github.com/apache/logging-log4j-transform/pull/68[68])
 * Update `org.apache.maven.plugins:maven-shade-plugin` to version `3.5.1` 
(https://github.com/apache/logging-log4j-transform/pull/64[64])

Reply via email to