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 84d70d8f3b8f9219a893a45b454c5eaa478b3481
Merge: b34cfa7 44c6dd8
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Nov 10 13:46:35 2023 +0100

    Merge tag 'rel/10.3.0'
    
    10.3.0

 .github/generate-email.sh                          |  3 +-
 .github/workflows/build.yaml                       |  4 +-
 pom.xml                                            | 75 ++++++++++++++--------
 .../10.3.0/.release-notes.adoc.ftl}                | 24 +++----
 src/changelog/10.3.0/.release.xml                  | 21 ++++++
 .../{.10.x.x => 10.3.0}/add-bnd-extra-config.xml   |  0
 .../add-pom-xml-timestamp-substitution.xml         |  0
 .../add-sbom-serialNumber-and-vex.xml}             |  4 +-
 .../add-spotbugs-exclude.xml}                      |  4 +-
 .../auto-derive-dist-attachments.xml               |  0
 .../{.10.x.x => 10.3.0}/change-bnd-baseline.xml    |  2 +-
 .../{.10.x.x => 10.3.0}/fail-bnd-on-api-leak.xml   |  0
 .../fix-changelog-validation.xml                   |  0
 .../{.10.x.x => 10.3.0}/fix-flatten-clean.xml      |  0
 src/changelog/{.10.x.x => 10.3.0}/fix-manifest.xml |  0
 ...e_com_github_spotbugs_spotbugs_annotations.xml} |  4 +-
 ..._com_github_spotbugs_spotbugs_maven_plugin.xml} |  4 +-
 ...date_com_google_errorprone_error_prone_core.xml |  0
 ...apache_maven_plugins_maven_artifact_plugin.xml} |  4 +-
 ...update_org_cyclonedx_cyclonedx_maven_plugin.xml |  0
 src/site/_constants.adoc                           |  2 +-
 src/site/_features.adoc                            | 12 ++--
 src/site/_release-notes.adoc                       |  1 +
 .../_release-notes/{_10.x.x.adoc => _10.3.0.adoc}  |  9 +--
 src/site/_release-notes/_10.x.x.adoc               | 13 ----
 25 files changed, 113 insertions(+), 73 deletions(-)

diff --cc src/site/_release-notes.adoc
index ac72a8e,15db8c0..54a344c
--- a/src/site/_release-notes.adoc
+++ b/src/site/_release-notes.adoc
@@@ -36,7 -36,7 +36,8 @@@
  [#release-notes]
  == Release Notes
  
 +include::_release-notes/_10.x.x.adoc[]
+ include::_release-notes/_10.3.0.adoc[]
  include::_release-notes/_10.2.0.adoc[]
  include::_release-notes/_10.1.1.adoc[]
  include::_release-notes/_10.1.0.adoc[]
diff --cc src/site/_release-notes/_10.x.x.adoc
index 6ade808,8f67449..9b2b42d
--- a/src/site/_release-notes/_10.x.x.adoc
+++ b/src/site/_release-notes/_10.x.x.adoc
@@@ -40,26 -40,3 +40,13 @@@
  
  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])
 +* Add XSLT transformation step to add a deterministic `serialNumber` and VDR 
links to the SBOM
 +
 +==== 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.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])

Reply via email to