diff --git a/plexus-pom.changes b/plexus-pom.changes index b9a5afe..bed1afa 100644 --- a/plexus-pom.changes +++ b/plexus-pom.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Sep 6 14:57:40 UTC 2023 - Fridrich Strba + +- Upgrade to version 14 + * Bug Fixes + + Remove maven-failsafe-report-plugin + + Set compiler.source and compiler.target to javaVersion + property without "1.x" prefix + + fix site descriptor (revert partially PR #161) + + fix site link + + Add a deploy build + + Add spotless plugin configuration + + Correct location of Checkstyle header + + javadoc notimestamp, to avoid noise in gh-pages + + Remove test-javadoc report and configuration improvements + + Require Maven 3.2.5+ + + Remove FindBugs from reporting + + Drop Dependency Management for plexus-component-annotations + (deprecated) + + Fix mailing list links + + Checkstyle license check - depend on file from released branch + + Refresh Maven site + + Fix link to ASF 2.0 license + + One time spotless apply + + Sync enforcer configuration setup with ASF + + Drop no longer needed configuration for checkstyle plugin + ------------------------------------------------------------------- Sat Feb 9 06:10:22 UTC 2019 - Fridrich Strba