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

commit 9fa6ccd83bf731570c1c27221c62bd80cafbb1f2
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Oct 5 11:14:12 2025 +0000

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

diff --git a/README.md b/README.md
index e8cd582..900ef49 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/88.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/88)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/89.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/89)
 
[![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>88</version>
+  <version>89</version>
 </dependency>
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 4d57b8f..7a5c416 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,37 @@
+Apache Commons Parent 89 Release Notes
+--------------------------------------
+
+The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 89.
+
+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.
+
+Changes
+-------
+*                   Bump com.github.spotbugs:spotbugs-maven-plugin from 
4.9.5.0 to 4.9.6.0 #662. Thanks to Gary Gregory, Dependabot.
+*                   Bump com.github.spotbugs:spotbugs from 4.9.5 to 4.9.6. 
Thanks to Gary Gregory.
+*                   Bump maven-javadoc-plugin from 3.11.3 to 3.12.0. Fixes 
"[WARNING] Javadoc 1.4+ doesn't support the -1.1 switch anymore. Ignore this 
option." Thanks to Gary Gregory.
+*                   Bump maven-compiler-plugin from 3.14.0 to 3.14.1. Thanks 
to Gary Gregory.
+*                   Bump org.codehaus.mojo:versions-maven-plugin from 2.19.0 
to 2.19.1. Thanks to Gary Gregory.
+*                   Bump com.puppycrawl.tools:checkstyle from 11.0.1 to 
11.1.0. Thanks to Gary Gregory.
+*                   Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 
3.6.0. Thanks to Gary Gregory.
+*                   Bump org.apache.maven.plugins:maven-artifact-plugin from 
3.6.0 to 3.6.1 #668. Thanks to Gary Gregory, Dependabot.
+*                   Bump com.github.siom79.japicmp:japicmp-maven-plugin from 
0.23.1 to 0.24.1. Thanks to Gary Gregory.
+*                   Bump org.ow2.asm:asm from 9.8 to 9.9. 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 88 Release Notes
 --------------------------------------
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1e2d811..a819227 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="89" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
+      <release version="89" date="2025-10-05" description="This is a feature 
and maintenance release. Java 8 or later is required.">
         <!-- FIX -->
         <!-- ADD -->
         <!-- UPDATE -->

Reply via email to