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 7361b72 Prepare release candidate 7361b72 is described below commit 7361b726ee66c070fbfd987e5803dd1169fc0f18 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 2 09:51:48 2023 -0400 Prepare release candidate --- README.md | 2 +- RELEASE-NOTES.txt | 24 ++++++++++++++++++++++++ pom.xml | 2 +- src/changes/changes.xml | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b884e76..41e9e12 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>61</version> + <version>62</version> </dependency> ``` diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 6e3f6b8..f29d472 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,27 @@ + Apache Commons Parent 62 + RELEASE NOTES + +The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 62. + +The Apache Commons Parent POM provides common settings for all Apache Commons components. + +Version 62: Maintenance and update dependencies + +Changes in this version include: + +Fixed Bugs: +o Use addServiceUses when generating JPMS module info. Thanks to Gary Gregory. + + +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 61 RELEASE NOTES diff --git a/pom.xml b/pom.xml index 536acc7..feab22b 100644 --- a/pom.xml +++ b/pom.xml @@ -96,7 +96,7 @@ <commons.rc.version>RC1</commons.rc.version> <commons.jira.id>COMMONSSITE</commons.jira.id> <!-- Commons Release Plugin --> - <commons.bc.version>60</commons.bc.version> + <commons.bc.version>61</commons.bc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName> <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 938a11b..21f3756 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,7 +60,7 @@ The <action> type attribute can be add,update,fix,remove. --> <body> - <release version="62" date="2023-MM-DD" description="Version 62: Maintenance and update dependencies"> + <release version="62" date="2023-09-02" description="Version 62: Maintenance and update dependencies"> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory">Use addServiceUses when generating JPMS module info.</action> <!-- ADD -->