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/12/18 10:38:20 UTC

(logging-parent) 10/11: Employ `updated` changelog entry type

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release/10.5.0
in repository https://gitbox.apache.org/repos/asf/logging-parent.git

commit 61f15b16d32658df4fe0bf9e293271722d75637e
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Mon Dec 18 10:57:07 2023 +0100

    Employ `updated` changelog entry type
---
 src/changelog/10.2.0/update-changelog-version.xml           |  2 +-
 .../update_com_github_spotbugs_spotbugs_annotations.xml     |  2 +-
 .../update_com_github_spotbugs_spotbugs_annotations.xml     |  2 +-
 .../update_com_github_spotbugs_spotbugs_maven_plugin.xml    |  2 +-
 .../update_com_google_errorprone_error_prone_core.xml       |  2 +-
 ...pdate_org_apache_maven_plugins_maven_artifact_plugin.xml |  2 +-
 .../10.3.0/update_org_cyclonedx_cyclonedx_maven_plugin.xml  |  2 +-
 .../update_biz_aqute_bnd_bnd_baseline_maven_plugin.xml      |  2 +-
 .../10.5.0/update_biz_aqute_bnd_bnd_maven_plugin.xml        |  2 +-
 .../update_com_diffplug_spotless_spotless_maven_plugin.xml  |  2 +-
 .../update_com_github_spotbugs_spotbugs_annotations.xml     |  2 +-
 .../update_com_github_spotbugs_spotbugs_maven_plugin.xml    |  2 +-
 .../10.5.0/update_dependabot_changelog_entry_type.xml       |  2 +-
 src/changelog/10.5.0/update_org_apache_apache.xml           |  2 +-
 ...rg_apache_logging_log4j_log4j_changelog_maven_plugin.xml |  2 +-
 src/site/_release-notes/_10.2.0.adoc                        |  7 +++++--
 src/site/_release-notes/_10.3.0.adoc                        | 13 ++++++++-----
 src/site/_release-notes/_10.5.0.adoc                        |  3 +++
 18 files changed, 31 insertions(+), 22 deletions(-)

diff --git a/src/changelog/10.2.0/update-changelog-version.xml b/src/changelog/10.2.0/update-changelog-version.xml
index 18bbdb5..0fdca35 100644
--- a/src/changelog/10.2.0/update-changelog-version.xml
+++ b/src/changelog/10.2.0/update-changelog-version.xml
@@ -2,6 +2,6 @@
 <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.3.xsd"
-       type="changed">
+       type="updated">
   <description format="asciidoc">Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version `0.5.0`</description>
 </entry>
diff --git a/src/changelog/10.2.0/update_com_github_spotbugs_spotbugs_annotations.xml b/src/changelog/10.2.0/update_com_github_spotbugs_spotbugs_annotations.xml
index 9267416..08e5c2a 100644
--- a/src/changelog/10.2.0/update_com_github_spotbugs_spotbugs_annotations.xml
+++ b/src/changelog/10.2.0/update_com_github_spotbugs_spotbugs_annotations.xml
@@ -2,7 +2,7 @@
 <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.3.xsd"
-       type="changed">
+       type="updated">
   <issue id="44" link="https://github.com/apache/logging-parent/pull/44"/>
   <description format="asciidoc">Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.0`</description>
 </entry>
diff --git a/src/changelog/10.3.0/update_com_github_spotbugs_spotbugs_annotations.xml b/src/changelog/10.3.0/update_com_github_spotbugs_spotbugs_annotations.xml
index 8653f4a..a6d9ca0 100644
--- a/src/changelog/10.3.0/update_com_github_spotbugs_spotbugs_annotations.xml
+++ b/src/changelog/10.3.0/update_com_github_spotbugs_spotbugs_annotations.xml
@@ -2,7 +2,7 @@
 <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.3.xsd"
-       type="changed">
+       type="updated">
   <issue id="58" link="https://github.com/apache/logging-parent/pull/58"/>
   <description format="asciidoc">Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.1`</description>
 </entry>
diff --git a/src/changelog/10.3.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml b/src/changelog/10.3.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml
index 86c3994..1ac5cb4 100644
--- a/src/changelog/10.3.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml
+++ b/src/changelog/10.3.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml
@@ -2,7 +2,7 @@
 <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.3.xsd"
-       type="changed">
+       type="updated">
   <issue id="57" link="https://github.com/apache/logging-parent/pull/57"/>
   <description format="asciidoc">Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.1.0`</description>
 </entry>
diff --git a/src/changelog/10.3.0/update_com_google_errorprone_error_prone_core.xml b/src/changelog/10.3.0/update_com_google_errorprone_error_prone_core.xml
index 5f209b8..c220bd2 100644
--- a/src/changelog/10.3.0/update_com_google_errorprone_error_prone_core.xml
+++ b/src/changelog/10.3.0/update_com_google_errorprone_error_prone_core.xml
@@ -2,7 +2,7 @@
 <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.3.xsd"
-       type="changed">
+       type="updated">
   <issue id="49" link="https://github.com/apache/logging-parent/pull/49"/>
   <description format="asciidoc">Update `com.google.errorprone:error_prone_core` to version `2.23.0`</description>
 </entry>
diff --git a/src/changelog/10.3.0/update_org_apache_maven_plugins_maven_artifact_plugin.xml b/src/changelog/10.3.0/update_org_apache_maven_plugins_maven_artifact_plugin.xml
index 62b48df..3f15db2 100644
--- a/src/changelog/10.3.0/update_org_apache_maven_plugins_maven_artifact_plugin.xml
+++ b/src/changelog/10.3.0/update_org_apache_maven_plugins_maven_artifact_plugin.xml
@@ -2,6 +2,6 @@
 <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.3.xsd"
-       type="changed">
+       type="updated">
   <description format="asciidoc">Update `org.apache.maven.plugins:maven-artifact-plugin` to version `3.5.0`</description>
 </entry>
diff --git a/src/changelog/10.3.0/update_org_cyclonedx_cyclonedx_maven_plugin.xml b/src/changelog/10.3.0/update_org_cyclonedx_cyclonedx_maven_plugin.xml
index 30b9435..9810cb1 100644
--- a/src/changelog/10.3.0/update_org_cyclonedx_cyclonedx_maven_plugin.xml
+++ b/src/changelog/10.3.0/update_org_cyclonedx_cyclonedx_maven_plugin.xml
@@ -2,7 +2,7 @@
 <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.3.xsd"
-       type="changed">
+       type="updated">
   <issue id="54" link="https://github.com/apache/logging-parent/pull/54"/>
   <description format="asciidoc">Update `org.cyclonedx:cyclonedx-maven-plugin` to version `2.7.10`</description>
 </entry>
diff --git a/src/changelog/10.5.0/update_biz_aqute_bnd_bnd_baseline_maven_plugin.xml b/src/changelog/10.5.0/update_biz_aqute_bnd_bnd_baseline_maven_plugin.xml
index 2b80ed7..32f842c 100644
--- a/src/changelog/10.5.0/update_biz_aqute_bnd_bnd_baseline_maven_plugin.xml
+++ b/src/changelog/10.5.0/update_biz_aqute_bnd_bnd_baseline_maven_plugin.xml
@@ -2,7 +2,7 @@
 <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.3.xsd"
-       type="changed">
+       type="updated">
   <issue id="78" link="https://github.com/apache/logging-parent/pull/78"/>
   <description format="asciidoc">Update `biz.aQute.bnd:bnd-baseline-maven-plugin` to version `7.0.0`</description>
 </entry>
diff --git a/src/changelog/10.5.0/update_biz_aqute_bnd_bnd_maven_plugin.xml b/src/changelog/10.5.0/update_biz_aqute_bnd_bnd_maven_plugin.xml
index 482da1e..05227a6 100644
--- a/src/changelog/10.5.0/update_biz_aqute_bnd_bnd_maven_plugin.xml
+++ b/src/changelog/10.5.0/update_biz_aqute_bnd_bnd_maven_plugin.xml
@@ -2,7 +2,7 @@
 <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.3.xsd"
-       type="changed">
+       type="updated">
   <issue id="81" link="https://github.com/apache/logging-parent/pull/81"/>
   <description format="asciidoc">Update `github/codeql-action` to version `3.22.11`</description>
 </entry>
diff --git a/src/changelog/10.5.0/update_com_diffplug_spotless_spotless_maven_plugin.xml b/src/changelog/10.5.0/update_com_diffplug_spotless_spotless_maven_plugin.xml
index c221515..9ff5140 100644
--- a/src/changelog/10.5.0/update_com_diffplug_spotless_spotless_maven_plugin.xml
+++ b/src/changelog/10.5.0/update_com_diffplug_spotless_spotless_maven_plugin.xml
@@ -2,7 +2,7 @@
 <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.3.xsd"
-       type="changed">
+       type="updated">
   <issue id="70" link="https://github.com/apache/logging-parent/pull/70"/>
   <description format="asciidoc">Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.41.1`</description>
 </entry>
diff --git a/src/changelog/10.5.0/update_com_github_spotbugs_spotbugs_annotations.xml b/src/changelog/10.5.0/update_com_github_spotbugs_spotbugs_annotations.xml
index abe2ab2..eccf147 100644
--- a/src/changelog/10.5.0/update_com_github_spotbugs_spotbugs_annotations.xml
+++ b/src/changelog/10.5.0/update_com_github_spotbugs_spotbugs_annotations.xml
@@ -2,7 +2,7 @@
 <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.3.xsd"
-       type="changed">
+       type="updated">
   <issue id="80" link="https://github.com/apache/logging-parent/pull/80"/>
   <description format="asciidoc">Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.3`</description>
 </entry>
diff --git a/src/changelog/10.5.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml b/src/changelog/10.5.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml
index e00c792..d72c5ff 100644
--- a/src/changelog/10.5.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml
+++ b/src/changelog/10.5.0/update_com_github_spotbugs_spotbugs_maven_plugin.xml
@@ -2,7 +2,7 @@
 <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.3.xsd"
-       type="changed">
+       type="updated">
   <issue id="71" link="https://github.com/apache/logging-parent/pull/71"/>
   <description format="asciidoc">Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.2.0`</description>
 </entry>
diff --git a/src/changelog/10.5.0/update_dependabot_changelog_entry_type.xml b/src/changelog/10.5.0/update_dependabot_changelog_entry_type.xml
index 3d07165..fb2e0fc 100644
--- a/src/changelog/10.5.0/update_dependabot_changelog_entry_type.xml
+++ b/src/changelog/10.5.0/update_dependabot_changelog_entry_type.xml
@@ -2,6 +2,6 @@
 <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.3.xsd"
-       type="changed">
+       type="updated">
   <description format="asciidoc">Replace `log4j-changelog` entry type of `dependabot` updates from `changed` to `updated`</description>
 </entry>
diff --git a/src/changelog/10.5.0/update_org_apache_apache.xml b/src/changelog/10.5.0/update_org_apache_apache.xml
index 5808533..5c41251 100644
--- a/src/changelog/10.5.0/update_org_apache_apache.xml
+++ b/src/changelog/10.5.0/update_org_apache_apache.xml
@@ -2,7 +2,7 @@
 <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.3.xsd"
-       type="changed">
+       type="updated">
   <issue id="73" link="https://github.com/apache/logging-parent/pull/73"/>
   <description format="asciidoc">Update `org.apache:apache` to version `31`</description>
 </entry>
diff --git a/src/changelog/10.5.0/update_org_apache_logging_log4j_log4j_changelog_maven_plugin.xml b/src/changelog/10.5.0/update_org_apache_logging_log4j_log4j_changelog_maven_plugin.xml
index 0c0ef47..d5c9979 100644
--- a/src/changelog/10.5.0/update_org_apache_logging_log4j_log4j_changelog_maven_plugin.xml
+++ b/src/changelog/10.5.0/update_org_apache_logging_log4j_log4j_changelog_maven_plugin.xml
@@ -2,7 +2,7 @@
 <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.3.xsd"
-       type="changed">
+       type="updated">
   <issue id="84" link="https://github.com/apache/logging-parent/pull/84"/>
   <description format="asciidoc">Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version `0.7.0`</description>
 </entry>
diff --git a/src/site/_release-notes/_10.2.0.adoc b/src/site/_release-notes/_10.2.0.adoc
index 71e0c36..cc1da33 100644
--- a/src/site/_release-notes/_10.2.0.adoc
+++ b/src/site/_release-notes/_10.2.0.adoc
@@ -50,9 +50,7 @@ This minor release contains several small improvements.
 * Add a compulsory `bnd-baseline-maven-plugin` execution to check for breaking API changes
 * Apply the default `bnd-maven-plugin` configuration to all the plugin's goals
 * Moves `.flattened-pom.xml` to the same directory as `pom.xml` to preserve the relative parent path. This requires adding `.flattened-pom.xml` to the `.gitignore` file of the repository.
-* Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version `0.5.0`
 * Update `log4j-changelog` XSD (used for validating changelog entries) to version `0.1.2`
-* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.0` (https://github.com/apache/logging-parent/pull/44[44])
 
 ==== Fixed
 
@@ -61,3 +59,8 @@ This minor release contains several small improvements.
 * Remove `build` in `flatten-bom` configuration
 * Fixed the archiving of symbolically linked directories in the `distribution` Maven profile (https://github.com/apache/logging-parent/issues/43[43])
 * Used specific execution IDs in ``defaultGoal``s to avoid running unwanted plugins
+
+==== Updated
+
+* Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version `0.5.0`
+* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.0` (https://github.com/apache/logging-parent/pull/44[44])
diff --git a/src/site/_release-notes/_10.3.0.adoc b/src/site/_release-notes/_10.3.0.adoc
index 72f8c25..c2e7458 100644
--- a/src/site/_release-notes/_10.3.0.adoc
+++ b/src/site/_release-notes/_10.3.0.adoc
@@ -53,14 +53,17 @@ 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 `com.github.spotbugs:spotbugs-annotations` to version `4.8.1` (https://github.com/apache/logging-parent/pull/58[58])
-* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.1.0` (https://github.com/apache/logging-parent/pull/57[57])
-* Update `com.google.errorprone:error_prone_core` to version `2.23.0` (https://github.com/apache/logging-parent/pull/49[49])
-* Update `org.apache.maven.plugins:maven-artifact-plugin` to version `3.5.0`
-* Update `org.cyclonedx:cyclonedx-maven-plugin` to version `2.7.10` (https://github.com/apache/logging-parent/pull/54[54])
 
 ==== Fixed
 
 * Fix broken changelog entry validation
 * Attach `flatten:clean` to `clean` phase
 * Add missing `Implementation-` and `Specification-` entries in `MANIFEST.MF` to `bnd-maven-plugin` configuration (https://github.com/apache/logging-log4j2/issues/1923[apache/logging-log4j2#1923])
+
+==== Updated
+
+* Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.1` (https://github.com/apache/logging-parent/pull/58[58])
+* Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.1.0` (https://github.com/apache/logging-parent/pull/57[57])
+* Update `com.google.errorprone:error_prone_core` to version `2.23.0` (https://github.com/apache/logging-parent/pull/49[49])
+* Update `org.apache.maven.plugins:maven-artifact-plugin` to version `3.5.0`
+* Update `org.cyclonedx:cyclonedx-maven-plugin` to version `2.7.10` (https://github.com/apache/logging-parent/pull/54[54])
diff --git a/src/site/_release-notes/_10.5.0.adoc b/src/site/_release-notes/_10.5.0.adoc
index 94a7c0f..329f520 100644
--- a/src/site/_release-notes/_10.5.0.adoc
+++ b/src/site/_release-notes/_10.5.0.adoc
@@ -47,6 +47,9 @@ Log4j was the blocker for this upgrade and the issue is resolved in https://gith
 ==== Changed
 
 * Switch from `bnd:jar` to `bnd:bnd-process` to improve integration with the ecosystem; IDEs, Maven plugins, etc. (https://github.com/apache/logging-parent/issues/69[69])
+
+==== Updated
+
 * Update `biz.aQute.bnd:bnd-baseline-maven-plugin` to version `7.0.0` (https://github.com/apache/logging-parent/pull/78[78])
 * Update `github/codeql-action` to version `3.22.11` (https://github.com/apache/logging-parent/pull/81[81])
 * Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.41.1` (https://github.com/apache/logging-parent/pull/70[70])