This is a lazy-vote to release the Apache Logging Parent 10.2.0. Website: https://logging-parent.staged.apache.org/logging-parent GitHub: https://github.com/apache/logging-parent Commit: 13ee5ca880ef515b69fb1fc6b5fe2e1807e48be6 Distribution: https://dist.apache.org/repos/dist/dev/logging/logging-parent Nexus: https://repository.apache.org/content/repositories/orgapachelogging-1204 Signing key: 0x077e8893a6dcc33dd4a4d5b256e73ba9a0b592d0
Please download, test, and cast your votes on this mailing list. [ ] +1, release the artifacts [ ] -1, don't release, because... This vote is open for 24 hours and will pass unless getting a net negative vote count. All votes are welcome and we encourage everyone to test the release, but only the Logging Services PMC votes are officially counted. === Release Notes This minor release contains several small improvements. ==== Added * Added support for auto-generating CycloneDX Software Bill of Materials (SBOM) ==== Changed * 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` (#44) ==== Fixed * Prioritize definitions in `bnd-extra-*` variables over those inherited (#39) * Keep parent in `flatten-bom` configuration (#37) * Remove `build` in `flatten-bom` configuration * Fixed the archiving of symbolically linked directories in the `distribution` Maven profile (#43) * Used specific execution IDs in ``defaultGoal``s to avoid running unwanted plugins