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 afde184 Fix typos
afde184 is described below
commit afde1845d765ab97a9005ec8a19aa0b07212ce22
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 22 07:45:29 2026 -0400
Fix typos
---
RELEASE-NOTES.txt | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 3203126..9b14a92 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -9,7 +9,7 @@ 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.
+* Java EE Javadoc has been republished with 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
-------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index beef42c..2778a99 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
</release>
<release version="104" date="2026-08-20" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
- <action type="fix" dev="ggregory" due-to="Gary Gregory">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.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">Java EE
Javadoc has been republished with Java > 8 and is no longer compatible with
Javadoc 8. Disable commons.javadoc.javaee.link on Java 8 and 9.</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="engelen" due-to="Arnout Engelen">Bump
org.junit:junit-bom from 5.14.3 to 5.14.4.</action>