This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/10.1.0 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit 4b1dc5d343988abf087e4464acd93d7069a75777 Author: Volkan Yazıcı <[email protected]> AuthorDate: Thu Sep 28 10:52:24 2023 +0200 Update `org.apache:apache` to version `30` --- pom.xml | 2 +- src/changelog/10.1.0/update_org_apache_apache.xml | 8 ++++++++ src/site/_release-notes/_10.1.0.adoc | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 04454e5..81a7c9c 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>29</version> + <version>30</version> </parent> <groupId>org.apache.logging</groupId> diff --git a/src/changelog/10.1.0/update_org_apache_apache.xml b/src/changelog/10.1.0/update_org_apache_apache.xml new file mode 100644 index 0000000..10793e1 --- /dev/null +++ b/src/changelog/10.1.0/update_org_apache_apache.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.1.xsd" + type="changed"> + <author id="github:grobmeier"/> + <description format="asciidoc">Update `org.apache:apache` to version `30`</description> +</entry> diff --git a/src/site/_release-notes/_10.1.0.adoc b/src/site/_release-notes/_10.1.0.adoc index 66294ef..784e82c 100644 --- a/src/site/_release-notes/_10.1.0.adoc +++ b/src/site/_release-notes/_10.1.0.adoc @@ -60,6 +60,7 @@ In particular, we expect the absence of `module-info.java` files to avoid severa * Update `actions/checkout` to version `4.1.0` * Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.7.3.6` * Update `com.google.errorprone:error_prone_core` to version `2.22.0` +* Update `org.apache:apache` to version `30` * Update `org.osgi:osgi.annotation` to version `8.1.0` ==== Removed
