This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 dea68fe Prepare for the next release candidate
dea68fe is described below
commit dea68fe75604d5239f659001ce26a3f8bd4ba084
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 20 14:23:30 2026 +0000
Prepare for the next release candidate
---
RELEASE-NOTES.txt | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 3d99882..3203126 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -7,6 +7,39 @@ The Apache Commons Parent POM provides common settings for all
Apache Commons co
This is a feature and maintenance release. Java 8 or later is required.
+Fixed Bugs
+----------
+* Java EE Javadoc has been republished with a Java > 8 and
is no longer compatible with Javadoc 8. Disable commons.javadoc.javaee.link on
Java 8 and 9. Thanks to Gary Gregory.
+
+Changes
+-------
+* Bump org.junit:junit-bom from 5.14.3 to 5.14.4. Thanks to
Arnout Engelen.
+* Bump com.github.spotbugs:spotbugs from 3.9.8 to 4.10.4
Thanks to Arnout Engelen, Gary Gregory.
+* Bump maven-jar-plugin from 3.5.0 to 3.5.1. Thanks to Gary
Gregory.
+* Bump biz.aQute.bnd:biz.aQute.bndlib from 7.3.0 to 7.4.0 on
Java 17 and up. Thanks to Gary Gregory.
+* Bump commons.checkstyle.version from 13.8.0 to 14.0.0 on
Java 21 and up. Thanks to Gary Gregory.
+
+
+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 104 Release Notes
+---------------------------------------
+
+The Apache Commons Parent team is pleased to announce the release of Apache
Commons Parent 104.
+
+The Apache Commons Parent POM provides common settings for all Apache Commons
components.
+
+This is a feature and maintenance release. Java 8 or later is required.
+
Fixed Bugs
----------
* Java EE Javadoc has been republished with a Java > 8 and
is no longer compatible with Javadoc 8. Disable commons.javadoc.javaee.link on
Java 8 and 9. Thanks to Arnout Engelen.