This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/0.5.0 in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
commit 2820b52b19c21281b0b1b6a57c3d93d5459aa5c5 Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Oct 2 11:40:05 2023 +0200 Update `org.apache.logging:logging-parent` version to `10.1.1` --- pom.xml | 2 +- src/changelog/0.5.0/update_org_apache_logging_logging_parent.xml | 2 +- src/site/_release-notes/_0.5.0.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4eb67d6..d2ccfda 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</version> + <version>10.1.1</version> </parent> <groupId>org.apache.logging.log4j</groupId> diff --git a/src/changelog/0.5.0/update_org_apache_logging_logging_parent.xml b/src/changelog/0.5.0/update_org_apache_logging_logging_parent.xml index f7ab80b..8c205fd 100644 --- a/src/changelog/0.5.0/update_org_apache_logging_logging_parent.xml +++ b/src/changelog/0.5.0/update_org_apache_logging_logging_parent.xml @@ -21,5 +21,5 @@ 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> + <description format="asciidoc">Update `org.apache.logging:logging-parent` to version `10.1.1`</description> </entry> diff --git a/src/site/_release-notes/_0.5.0.adoc b/src/site/_release-notes/_0.5.0.adoc index 93feb4d..0352b81 100644 --- a/src/site/_release-notes/_0.5.0.adoc +++ b/src/site/_release-notes/_0.5.0.adoc @@ -49,5 +49,5 @@ 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]) +* Update `org.apache.logging:logging-parent` to version `10.1.1` (https://github.com/apache/logging-log4j-tools/pull/82[82]) * Update `org.junit.jupiter:junit-jupiter-engine` to version `5.10.0`
