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 f7ea0d7 Prepare for the next release candidate
f7ea0d7 is described below
commit f7ea0d76199d80b9830d7c932209962588e08b56
Author: Gary Gregory <[email protected]>
AuthorDate: Sat May 30 12:35:42 2026 +0000
Prepare for the next release candidate
---
README.md | 4 ++--
RELEASE-NOTES.txt | 36 ++++++++++++++++++++++++++++++++++++
src/changes/changes.xml | 2 +-
src/changes/release-notes.vm | 2 +-
4 files changed, 40 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 66bb9f4..b74c28f 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/100)
+[](https://javadoc.io/doc/org.apache.commons/commons-parent/101)
[](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>100</version>
+ <version>101</version>
</dependency>
```
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 1e197ff..efa6f5b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,39 @@
+Apache Commons Parent 101 Release Notes
+---------------------------------------
+
+The Apache Commons Parent team is pleased to announce the release of Apache
Commons Parent 101.
+
+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
+----------
+* Allow maven-pmd-plugin to override org.ow2.asm:asm version
(fixes Java 27-ea build: Unsupported class file major version 71). Thanks to
Gary Gregory.
+* Fix broken Maven Central badges in COMPONENTS.adoc (#709).
Thanks to Jack Green, Gary Gregory.
+
+Changes
+-------
+* Bump commons.asm.version from 9.1.1 to 9.10.1 (adds Java
27 opcode support, fixes SpotBugs Unsupported class file major version 71).
Thanks to Gary Gregory.
+* Bump maven-site-plugin from 3.21.0 to 3.22.0. Thanks to
Gary Gregory.
+* Bump com.github.siom79.japicmp:japicmp-maven-plugin from
0.25.7 to 0.26.1. Thanks to Gary Gregory.
+* Bump maven-failsafe-plugin from 3.5.5 to 3.5.6. Thanks to
Gary Gregory.
+* Bump maven-surefire-plugin from 3.5.5 to 3.5.6. Thanks to
Gary Gregory.
+* Bump maven-surefire-report-plugin from 3.5.5 to 3.5.6.
Thanks to Gary Gregory.
+* Bump net.sourceforge.pmd:pmd-* from 7.24.0 to 7.25.0.
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 100 Release Notes
---------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b26b216..52f5389 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="101" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
+ <release version="101" date="2026-05-30" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Gary Gregory">Allow
maven-pmd-plugin to override org.ow2.asm:asm version (fixes Java 27-ea build:
Unsupported class file major version 71).</action>
<action type="fix" dev="ggregory" due-to="Jack Green, Gary
Gregory">Fix broken Maven Central badges in COMPONENTS.adoc (#709).</action>
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 8ecd686..301e792 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -16,7 +16,7 @@
## under the License.
##
${project.name} ${version} Release Notes
---------------------------------------
+---------------------------------------
The ${developmentTeam} is pleased to announce the release of ${project.name}
${version}.