You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/10/25 14:54:30 UTC

[logging-parent] 02/02: Remove uninteresting changelog entries

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 e3a127a1455ffe6ecb49199b4d86b67fcd9a99c0
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Wed Oct 25 16:54:18 2023 +0200

    Remove uninteresting changelog entries
---
 src/changelog/.10.x.x/update_github_codeql_action.xml  | 8 --------
 src/changelog/.10.x.x/update_ossf_scorecard_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_github_codeql_action.xml b/src/changelog/.10.x.x/update_github_codeql_action.xml
deleted file mode 100644
index f613508..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="51" link="https://github.com/apache/logging-parent/pull/51"/>
-  <description format="asciidoc">Update `github/codeql-action` to version `2.22.4`</description>
-</entry>
diff --git a/src/changelog/.10.x.x/update_ossf_scorecard_action.xml b/src/changelog/.10.x.x/update_ossf_scorecard_action.xml
deleted file mode 100644
index fe31fb9..0000000
--- a/src/changelog/.10.x.x/update_ossf_scorecard_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="52" link="https://github.com/apache/logging-parent/pull/52"/>
-  <description format="asciidoc">Update `ossf/scorecard-action` to version `2.3.1`</description>
-</entry>
diff --git a/src/site/_release-notes/_10.x.x.adoc b/src/site/_release-notes/_10.x.x.adoc
index e0205e6..e4d3825 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -50,8 +50,6 @@ 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.
 * Convert `bnd-maven-plugin` API leakage warnings to errors (https://github.com/apache/logging-log4j2/issues/1895[apache/logging-log4j2#1895])
 * 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.4` (https://github.com/apache/logging-parent/pull/51[51])
-* Update `ossf/scorecard-action` to version `2.3.1` (https://github.com/apache/logging-parent/pull/52[52])
 
 ==== Fixed