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 67c8529 Prepare for the next release candidate 67c8529 is described below commit 67c85291c67e0a308a3812ad8e70149fbc58111c Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Apr 25 22:01:45 2025 +0000 Prepare for the next release candidate --- README.md | 4 ++-- RELEASE-NOTES.txt | 30 ++++++++++++++++++++++++++++++ src/changes/changes.xml | 2 +- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa7d249..fd67294 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Apache Commons Parent [](https://github.com/apache/commons-parent/actions/workflows/maven.yml) [](https://search.maven.org/artifact/org.apache.commons/commons-parent) -[](https://javadoc.io/doc/org.apache.commons/commons-parent/82) +[](https://javadoc.io/doc/org.apache.commons/commons-parent/83) [](https://github.com/apache/commons-parent/actions/workflows/codeql-analysis.yml) [](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent) @@ -68,7 +68,7 @@ Alternatively, you can pull it from the central Maven repositories: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>82</version> + <version>83</version> </dependency> ``` diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index fcb433b..de9d42f 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,33 @@ +Apache Commons Parent 83 Release Notes +-------------------------------------- + +The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 83. + +The Apache Commons Parent POM provides common settings for all Apache Commons components. + +Version 82: This is a feature and maintenance release. Java 8 or later is required. + +Fixed Bugs +---------- +* Freeze SpotBugs implementation (commons.spotbugs.impl.version) on Java 8, 9, and 10 to 4.8.6; SpotBugs version 4.9.0 requires Java 11. Thanks to Gary Gregory. +* Freeze SpotBugs plugin (ommons.spotbugs.plugin.version) on Java 8, 9, and 10 to 4.8.6.6; SpotBugs version 4.9.0 requires Java 11. Thanks to Gary Gregory. + +Changes +------- +* Bump commons.pmd-impl.version from 7.12.0 to 7.13.0 #617. Thanks to Gary Gregory, Dependabot. + + +Historical list of changes: https://commons.apache.org/proper/commons-parent/changes.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/ + +Enjoy! +Apache Commons Team + +----------------------------------------------------------------------------- Apache Commons Parent 82 Release Notes -------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8e4a177..bcff468 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -57,7 +57,7 @@ The <action> type attribute can be add,update,fix,remove. The changes report outputs actions in the order they appear in this file. --> <body> - <release version="83-SNAPSHOT" date="YYYY-MM-DD" description="Version 82: This is a feature and maintenance release. Java 8 or later is required."> + <release version="83" date="2025-04-25" description="Version 82: This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory">Freeze SpotBugs implementation (commons.spotbugs.impl.version) on Java 8, 9, and 10 to 4.8.6; SpotBugs version 4.9.0 requires Java 11.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Freeze SpotBugs plugin (ommons.spotbugs.plugin.version) on Java 8, 9, and 10 to 4.8.6.6; SpotBugs version 4.9.0 requires Java 11.</action>