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 8214bec Prepare release candidate 8214bec is described below commit 8214becf2a1abbfdfac67ffd26c38d8d587fceea Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 30 12:54:26 2023 -0400 Prepare release candidate --- README.md | 2 +- RELEASE-NOTES.txt | 33 +++++++++++++++++++++++++++++++++ pom.xml | 2 +- src/changes/changes.xml | 2 +- 4 files changed, 36 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41e9e12..2088dac 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>62</version> + <version>63</version> </dependency> ``` diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index f29d472..3f6f002 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,36 @@ + Apache Commons Parent 63 + RELEASE NOTES + +The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 63. + +The Apache Commons Parent POM provides common settings for all Apache Commons components. + +Version 63: Maintenance and update dependencies + +Changes in this version include: + +New features: +o Add commons.conf.dir property defaulting to src/conf. Thanks to Dependabot. + +Changes: +o Bump GitHub actions. Thanks to Dependabot. +o Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.17.2 to 0.18.1 #302, #313. Thanks to Dependabot, Gary Gregory. +o Bump maven-javadoc-plugin from 3.5.0 to 3.6.0. Thanks to Gary Gregory. +o Bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1 #309. Thanks to Dependabot. +o Bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.5 to 4.7.3.6 #312. Thanks to Dependabot. + +Removed: +o Remove obsolete Travis CI profiles. 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 62 RELEASE NOTES diff --git a/pom.xml b/pom.xml index 09fb8fb..62ecf4b 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>61</commons.bc.version> + <commons.bc.version>62</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 8b57193..29b1c64 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="63" date="2023-MM-DD" description="Version 63: Maintenance and update dependencies"> + <release version="63" date="2023-09-30" description="Version 63: Maintenance and update dependencies"> <!-- FIX --> <!-- ADD --> <action type="add" dev="ggregory" due-to="Dependabot">Add commons.conf.dir property defaulting to src/conf.</action>