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-parent.git
commit f3be97b8a2a164453f41919394befbf684bff92b Author: Volkan Yazıcı <[email protected]> AuthorDate: Tue Oct 31 21:34:00 2023 +0100 Remove redundant changelog entries --- src/changelog/.10.x.x/update_actions_setup_java.xml | 8 -------- src/changelog/.10.x.x/update_github_codeql_action.xml | 8 -------- src/site/_release-notes/_10.x.x.adoc | 2 -- 3 files changed, 18 deletions(-) diff --git a/src/changelog/.10.x.x/update_actions_setup_java.xml b/src/changelog/.10.x.x/update_actions_setup_java.xml deleted file mode 100644 index 6832fdf..0000000 --- a/src/changelog/.10.x.x/update_actions_setup_java.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?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="55" link="https://github.com/apache/logging-parent/pull/55"/> - <description format="asciidoc">Update `actions/setup-java` to version `3.13.0`</description> -</entry> diff --git a/src/changelog/.10.x.x/update_github_codeql_action.xml b/src/changelog/.10.x.x/update_github_codeql_action.xml deleted file mode 100644 index 3425cc1..0000000 --- a/src/changelog/.10.x.x/update_github_codeql_action.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?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="53" link="https://github.com/apache/logging-parent/pull/53"/> - <description format="asciidoc">Update `github/codeql-action` to version `2.22.5`</description> -</entry> diff --git a/src/site/_release-notes/_10.x.x.adoc b/src/site/_release-notes/_10.x.x.adoc index 2fdbf63..1328a35 100644 --- a/src/site/_release-notes/_10.x.x.adoc +++ b/src/site/_release-notes/_10.x.x.adoc @@ -51,9 +51,7 @@ This minor release contains several small improvements. * `deploy-release-reusable.yaml` is improved to automatically derive deployed artifacts as attachments. This renders both `distribution-attachment-filepath-pattern` and `distribution-attachment-count` input arguments redundant for almost all cases. * Disable the usage of `<distributionManagement>` and alpha releases in the `bnd-baseline-maven-plugin`. * Convert `bnd-maven-plugin` API leakage warnings to errors (https://github.com/apache/logging-log4j2/issues/1895[apache/logging-log4j2#1895]) -* Update `actions/setup-java` to version `3.13.0` (https://github.com/apache/logging-parent/pull/55[55]) * Update `com.google.errorprone:error_prone_core` to version `2.23.0` (https://github.com/apache/logging-parent/pull/49[49]) -* Update `github/codeql-action` to version `2.22.5` (https://github.com/apache/logging-parent/pull/53[53]) * Update `org.cyclonedx:cyclonedx-maven-plugin` to version `2.7.10` (https://github.com/apache/logging-parent/pull/54[54]) ==== Fixed
