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

commit 91355b971ffdab0480c663ce20154990ebae08b7
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Aug 20 12:11:47 2025 +0000

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

diff --git a/README.md b/README.md
index 32785a5..0013c51 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/86.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/86)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/87.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/87)
 
[![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>86</version>
+  <version>87</version>
 </dependency>
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index b3103fb..55537c9 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,32 @@
+Apache Commons Parent 87 Release Notes
+--------------------------------------
+
+The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 87.
+
+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
+----------
+*                   Use Checkstyle 10.x on Java 11-16, Checkstyle 11.x 
requires Java 17. Thanks to Gary Gregory.
+
+Changes
+-------
+*                   Bump maven-javadoc-plugin from 3.11.2 to 3.11.3. 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 86 Release Notes
 --------------------------------------
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 68f2da7..0d1a3e6 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="87" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
+      <release version="87" date="2025-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">Use Checkstyle 
10.x on Java 11-16, Checkstyle 11.x requires Java 17.</action>
         <!-- ADD -->
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 1522c2c..8ecd686 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}.
 

Reply via email to