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
commit 4b0092e38f0da0c32865dba6d1bbaeae5f0065ad Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 20 09:23:51 2023 -0400 Prepare for release candidate --- README.md | 2 +- RELEASE-NOTES.txt | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8853271..5259c5f 100644 --- a/README.md +++ b/README.md @@ -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>57</version> + <version>58</version> </dependency> ``` diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 1665f43..cce6d4d 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,34 @@ + Apache Commons Parent 58 + RELEASE NOTES + +The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 58. + +The Apache Commons Parent POM provides common settings for all Apache Commons components. + +Version 57: Maintenance and update dependencies + +Changes in this version include: + +New features: +o Add commons.javadoc20.java.link. Thanks to Gary Gregory. + +Changes: +o Bump cyclonedx-maven-plugin from 2.7.7 to 2.7.9 #266, #272. Thanks to Dependabot. +o Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 #265. Thanks to Dependabot. +o Bump junit-bom from 5.9.2 to 5.9.3 #263. Thanks to Dependabot. +o Bump build-helper-maven-plugin from 3.3.0 to 3.4.0 #270. Thanks to Dependabot. +o Bump buildnumber-maven-plugin from 3.0.0 to 3.1.0 #271. 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 57 RELEASE NOTES