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

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

commit ad7671ff2c2a16dae4079fe6c040700626bc69d8
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Nov 6 09:08:21 2023 +0100

    Release changelog entries
---
 .../.10.x.x/add-pom-xml-timestamp-substitution.xml   |  8 --------
 .../{.10.x.x => 10.3.0}/change-bnd-baseline.xml      |  0
 src/changelog/{.10.x.x => 10.3.0}/fix-manifest.xml   |  0
 .../update_org_cyclonedx_cyclonedx_maven_plugin.xml  |  0
 src/site/_release-notes/_10.3.0.adoc                 |  3 +++
 src/site/_release-notes/_10.x.x.adoc                 | 20 --------------------
 6 files changed, 3 insertions(+), 28 deletions(-)

diff --git a/src/changelog/.10.x.x/add-pom-xml-timestamp-substitution.xml 
b/src/changelog/.10.x.x/add-pom-xml-timestamp-substitution.xml
deleted file mode 100644
index b333861..0000000
--- a/src/changelog/.10.x.x/add-pom-xml-timestamp-substitution.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="added">
-  <issue id="50" link="https://github.com/apache/logging-parent/issues/50"/>
-  <description format="asciidoc">Add support to replace 
`project.build.outputTimestamp` Maven property in CI</description>
-</entry>
diff --git a/src/changelog/.10.x.x/change-bnd-baseline.xml 
b/src/changelog/10.3.0/change-bnd-baseline.xml
similarity index 100%
rename from src/changelog/.10.x.x/change-bnd-baseline.xml
rename to src/changelog/10.3.0/change-bnd-baseline.xml
diff --git a/src/changelog/.10.x.x/fix-manifest.xml 
b/src/changelog/10.3.0/fix-manifest.xml
similarity index 100%
rename from src/changelog/.10.x.x/fix-manifest.xml
rename to src/changelog/10.3.0/fix-manifest.xml
diff --git 
a/src/changelog/.10.x.x/update_org_cyclonedx_cyclonedx_maven_plugin.xml 
b/src/changelog/10.3.0/update_org_cyclonedx_cyclonedx_maven_plugin.xml
similarity index 100%
rename from 
src/changelog/.10.x.x/update_org_cyclonedx_cyclonedx_maven_plugin.xml
rename to src/changelog/10.3.0/update_org_cyclonedx_cyclonedx_maven_plugin.xml
diff --git a/src/site/_release-notes/_10.3.0.adoc 
b/src/site/_release-notes/_10.3.0.adoc
index 048e628..2322e9f 100644
--- a/src/site/_release-notes/_10.3.0.adoc
+++ b/src/site/_release-notes/_10.3.0.adoc
@@ -49,10 +49,13 @@ This minor release contains several small improvements.
 ==== Changed
 
 * `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.google.errorprone:error_prone_core` to version `2.23.0` 
(https://github.com/apache/logging-parent/pull/49[49])
+* 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])
diff --git a/src/site/_release-notes/_10.x.x.adoc 
b/src/site/_release-notes/_10.x.x.adoc
index 27406e7..8f67449 100644
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@ -40,23 +40,3 @@
 
 This minor release contains several small improvements.
 
-
-==== Added
-
-* Add support to extend the `bnd-maven-plugin` configuration with 
`bnd-extra-config` property 
(https://github.com/apache/logging-log4j2/issues/1895[apache/logging-log4j2#1895])
-* Add support to replace `project.build.outputTimestamp` Maven property in CI 
(https://github.com/apache/logging-parent/issues/50[50])
-
-==== Changed
-
-* `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`.
-* Change plugin version properties from `<artifactId>.version` to 
`version.<artifactId>` to align with ASF parent convention.
-* 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 `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])

Reply via email to