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/15 06:56:48 UTC

(logging-log4j-samples) branch main updated: Update `org.apache.logging:logging-parent` to version `10.4.0` (#92)

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


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

commit 75dc11244d6cb775c30c1dd4832aaa158fbe1aed
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Fri Dec 15 06:56:45 2023 +0000

    Update `org.apache.logging:logging-parent` to version `10.4.0` (#92)
---
 pom.xml                                                           | 2 +-
 src/changelog/.0.x.x/update_org_apache_logging_logging_parent.xml | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 74534b5..6899fcb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.logging</groupId>
     <artifactId>logging-parent</artifactId>
-    <version>10.1.1</version>
+    <version>10.4.0</version>
     <relativePath />
   </parent>
 
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..42deb15
--- /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="92" link="https://github.com/apache/logging-log4j-samples/pull/92"/>
+  <description format="asciidoc">Update `org.apache.logging:logging-parent` to version `10.4.0`</description>
+</entry>