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 9f9a882 Update `org.apache.logging:logging-parent` to version
`10.5.0` (#98)
9f9a882 is described below
commit 9f9a882bc9bcc331ea9fdd2514f2262bd667e122
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Dec 22 01:12:36 2023 +0000
Update `org.apache.logging:logging-parent` to version `10.5.0` (#98)
---
pom.xml | 2 +-
src/changelog/.0.x.x/update_org_apache_logging_logging_parent.xml | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1b0751e..a5dba18 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/.0.x.x/update_org_apache_logging_logging_parent.xml
b/src/changelog/.0.x.x/update_org_apache_logging_logging_parent.xml
index 42deb15..54bc9e6 100644
--- 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
@@ -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="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>
+ xsi:schemaLocation="http://logging.apache.org/log4j/changelog
https://logging.apache.org/log4j/changelog-0.1.3.xsd"
+ type="updated">
+ <issue id="98"
link="https://github.com/apache/logging-log4j-samples/pull/98"/>
+ <description format="asciidoc">Update `org.apache.logging:logging-parent` to
version `10.5.0`</description>
</entry>