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 56c9e31  Prepare for the next release candidate
56c9e31 is described below

commit 56c9e31108f9b1668c4a4d043cf058e2303b3bd7
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 11 11:31:21 2026 +0000

    Prepare for the next release candidate
---
 README.md               |  7 ++++---
 RELEASE-NOTES.txt       | 33 +++++++++++++++++++++++++++++++++
 pom.xml                 |  4 ++--
 src/changes/changes.xml |  2 +-
 4 files changed, 40 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index a16f92d..66bb9f4 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Apache Commons Parent
 
 [![Java 
CI](https://github.com/apache/commons-parent/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-parent/actions/workflows/maven.yml)
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-parent?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-parent)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/99.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/99)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/100.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/100)
 
[![CodeQL](https://github.com/apache/commons-parent/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-parent/actions/workflows/codeql-analysis.yml)
 [![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-parent/badge)](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>99</version>
+  <version>100</version>
 </dependency>
 ```
 
@@ -115,4 +115,5 @@ Additional Resources
 Apache Commons Components
 -------------------------
 
-Please see the [list of components](https://commons.apache.org/components.html)
++ [List of Apache Commons 
components](https://commons.apache.org/components.html): homepages and 
documentation for all components.
++ 
[`REPOSITORIES.md`](https://github.com/apache/commons-parent/blob/master/REPOSITORIES.md):
 overview of the code repositories and their build status.
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 2e12102..79f966f 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,36 @@
+Apache Commons Parent 100 Release Notes
+--------------------------------------
+
+The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 100.
+
+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
+----------
+*                   Remove redundant manifest entries for javadoc and source 
plugins, now inherited from org.apache:parent:36 #703. Thanks to Slawomir 
Jaranowski.
+
+Changes
+-------
+*                   Bump org.apache:apache from 37 to 38. Thanks to Gary 
Gregory.
+*                   Bump org.apache.maven.plugins:maven-source-plugin from 
3.2.1 to 3.4.0. Thanks to Slawomir Jaranowski.
+*                   Bump net.sourceforge.pmd:pmd-* from 7.23.0 to 7.24.0. 
Thanks to Gary Gregory.
+*                   Bump com.puppycrawl.tools:checkstyle from 13.4.0 to 13.4.2 
on Java 21 and up. Thanks to Gary Gregory.
+*                   Bump com.github.siom79.japicmp:japicmp-maven-plugin from 
0.25.6 to 0.25.7. 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 99 Release Notes
 --------------------------------------
 
diff --git a/pom.xml b/pom.xml
index 204bd1a..51558f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,13 +76,13 @@
     
<project.build.outputTimestamp>2026-04-26T11:05:39Z</project.build.outputTimestamp>
     <commons.main.branch>master</commons.main.branch>
     <commons.release.branch>release</commons.release.branch>
-    <commons.release.version>99</commons.release.version>
+    <commons.release.version>100</commons.release.version>
     <commons.release.next>101</commons.release.next>
     <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>COMMONSSITE</commons.jira.id>
     <!-- Commons Release Plugin -->
     <!-- Previous version of the component (used for reporting binary 
compatibility check)-->
-    <commons.bc.version>98</commons.bc.version>
+    <commons.bc.version>99</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <!--
       Define the following in ~/.m2/settings.xml in an active profile:
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index eba6ccb..bb18cff 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="100" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
+      <release version="100" date="2026-05-11" description="This is a feature 
and maintenance release. Java 8 or later is required.">
         <!-- FIX -->
         <action type="fix" dev="ggregory" due-to="Slawomir Jaranowski">Remove 
redundant manifest entries for javadoc and source plugins, now inherited from 
org.apache:parent:36 #703.</action>
         <!-- ADD -->

Reply via email to