This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit 7b425739839a6d1460b3d29ab991be8ad1f5102a Author: Volkan Yazıcı <[email protected]> AuthorDate: Fri Sep 29 11:03:20 2023 +0200 Update `org.apache.logging:logging-parent` to version `10.1.0` (#82) --- pom.xml | 2 +- .../update_org_apache_logging_logging_parent.xml | 25 ++++++++++++++++++++++ src/site/_release-notes/_0.x.x.adoc | 1 + 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 803a57e..093087b 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.apache.logging</groupId> <artifactId>logging-parent</artifactId> - <version>10.1.0-SNAPSHOT</version> + <version>10.1.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..f7ab80b --- /dev/null +++ b/src/changelog/.0.x.x/update_org_apache_logging_logging_parent.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one or more + ~ contributor license agreements. See the NOTICE file distributed with + ~ this work for additional information regarding copyright ownership. + ~ The ASF licenses this file to you under the Apache License, Version 2.0 + ~ (the "License"); you may not use this file except in compliance with + ~ the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> +<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="82" link="https://github.com/apache/logging-log4j-tools/pull/82"/> + <author id="github:vy"/> + <description format="asciidoc">Update `org.apache.logging:logging-parent` to version `10.1.0`</description> +</entry> diff --git a/src/site/_release-notes/_0.x.x.adoc b/src/site/_release-notes/_0.x.x.adoc index 49cc4cf..c19aa20 100644 --- a/src/site/_release-notes/_0.x.x.adoc +++ b/src/site/_release-notes/_0.x.x.adoc @@ -49,3 +49,4 @@ This minor release contains various bug fixes and improvements. * Made `author` element optional and bumped the XML schema version to `0.1.2` (https://github.com/apache/logging-log4j-tools/issues/81[81]) * Make `log4j-changelog-maven-plugin` thread-safe (https://github.com/apache/logging-log4j-tools/issues/80[80]) +* Update `org.apache.logging:logging-parent` to version `10.1.0` (https://github.com/apache/logging-log4j-tools/pull/82[82])
