This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push: new eeaa4e6 Prepare release candidate for version 57 eeaa4e6 is described below commit eeaa4e6698fa0a4297fbe99bee844fb4994cbf79 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 22 09:57:28 2023 -0400 Prepare release candidate for version 57 --- README.md | 10 +++++----- RELEASE-NOTES.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 2 +- 3 files changed, 56 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 80b0c0b..8853271 100644 --- a/README.md +++ b/README.md @@ -45,20 +45,20 @@ Apache Commons Parent [](https://github.com/apache/commons-parent/actions) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-parent/?gav=true) -[](https://api.securityscorecards.dev/projects/github.com/apache/commons-text) +[](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent) The Apache Commons Parent POM provides common settings for all Apache Commons components. Documentation ------------- -More information can be found on the [Apache Commons Parent homepage](https://commons.apache.org/proper/commons-commons-parent). -The [Javadoc](https://commons.apache.org/proper/commons-commons-parent/apidocs) can be browsed. +More information can be found on the [Apache Commons Parent homepage](https://commons.apache.org/proper/commons-parent). +The [Javadoc](https://commons.apache.org/proper/commons-parent/apidocs) can be browsed. Questions related to the usage of Apache Commons Parent should be posted to the [user mailing list][ml]. Where can I get the latest release? ----------------------------------- -You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-commons-parent/download_commons-parent.cgi). +You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-parent/download_commons-parent.cgi). Alternatively you can pull it from the central Maven repositories: @@ -66,7 +66,7 @@ Alternatively you can pull it from the central Maven repositories: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>56</version> + <version>57</version> </dependency> ``` diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 60b9030..1665f43 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,53 @@ + Apache Commons Parent 57 + RELEASE NOTES + +The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 57. + +The Apache Commons Parent POM provides common settings for all Apache Commons components. + +Version 57: Maintenance and update dependencies + +Changes in this version include: + +Fixed Bugs: +o Fix cyclonedx-maven-plugin configuration for multi-module projects. Thanks to Herv� Boutemy. +o Drop non-reproducible Implementation-Build in jar #242. Thanks to Herv� Boutemy. +o Use Java compiler release flag when compiling with Java >= 9.]. Thanks to Gary Gregory. + +Changes: +o Bump github/codeql-action from 2.1.37 to 2.1.38 #201. Thanks to Dependabot. +o Bump cyclonedx-maven-plugin from 2.7.3 to 2.7.7 #195, #220, #253, #262. Thanks to Dependabot. +o Bump junit-bom from 5.9.1 to 5.9.2 #198. Thanks to Dependabot. +o Bump maven-pmd-plugin from 3.19.0 to 3.20.0 #206. Thanks to Dependabot. +o Bump commons.pmd-impl.version from 6.54.0 to 6.55.0 #227. Thanks to Dependabot. +o Bump maven-failsafe-plugin from 3.0.0-M7 to 3.0.0 #202, #222, #235. Thanks to Dependabot. +o Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0 #219, #236. Thanks to Dependabot. +o Bump maven-surefire-report-plugin from 3.0.0-M7 to 3.0.0 #205, #207, #221, #237. Thanks to Dependabot. +o Bump maven-checkstyle-plugin from 3.2.0 to 3.2.2 #204, #260. Thanks to Dependabot. +o Bump maven-project-info-reports-plugin from 3.4.1 to 3.4.3 #203, @262. Thanks to Dependabot. +o Bump maven-enforcer-plugin from 3.1.0 to 3.3.0 #212, #255. Thanks to Dependabot. +o Bump spdx-maven-plugin from 0.6.3 to 0.6.5 #213, #259. Thanks to Dependabot. +o Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 #218. Thanks to Dependabot. +o Bump versions-maven-plugin from 2.14.2 to 2.15.0 #224. Thanks to Dependabot. +o Bump maven-assembly-plugin from 3.4.2 to 3.5.0 #226. Thanks to Dependabot. +o Bump spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.4 #225, #231, #243, #254. Thanks to Dependabot. +o Bump maven-compiler-plugin from 3.10.1 to 3.11.0 #229. Thanks to Dependabot. +o Bump japicmp-maven-plugin from 0.17.1 to 0.17.2 #230. Thanks to Dependabot. +o Bump commons.javadoc.java.link from Java 7 to 8. Thanks to Gary Gregory. +o Bump minimum Maven version from 3.3.9 to 3.6.3. Thanks to Gary Gregory. +o Bump jacoco-maven-plugin from 0.8.8 to 0.8.9 #256. Thanks to Dependabot. +o Bump animal-sniffer-maven-plugin from 1.22 to 1.23 #251. Thanks to Dependabot. + + +Historical list of changes: https://commons.apache.org/proper/commons-parent/changes-report.html + +For complete information on Apache Commons Parent, including instructions on how to submit bug reports, +patches, or suggestions for improvement, see the Apache Commons Parent website: + +https://commons.apache.org/proper/commons-parent/ + +----------------------------------------------------------------------------- + Apache Commons Parent 56 RELEASE NOTES diff --git a/pom.xml b/pom.xml index 8e19909..4ed1d7e 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,7 @@ <commons.rc.version>RC1</commons.rc.version> <commons.jira.id>COMMONSSITE</commons.jira.id> <!-- Commons Release Plugin --> - <commons.bc.version>55</commons.bc.version> + <commons.bc.version>56</commons.bc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName> <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>