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

commit 0303459bdd0e1e43da7e22f598a3b7db8dc27fad
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Oct 17 13:11:02 2025 +0000

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

diff --git a/README.md b/README.md
index 900ef49..6a7baeb 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/89.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/89)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/90.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/90)
 
[![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>89</version>
+  <version>90</version>
 </dependency>
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 7a5c416..6e08f65 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,36 @@
+Apache Commons Parent 90 Release Notes
+--------------------------------------
+
+The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 90.
+
+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 org.codehaus.mojo:exec-maven-plugin from 3.6.0 to 
3.6.1 #673. Thanks to Gary Gregory, Dependabot.
+*                   Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 
1.24 to 1.26 #671. Thanks to Gary Gregory, Dependabot.
+*                   Bump com.puppycrawl.tools:checkstyle from 11.1.0 to 12.0.1 
on Java 17 and up. Thanks to Gary Gregory, Dependabot.
+*                   Bump maven-pmd-plugin from 3.27.0 to 3.28.0. Discontinue 
using Rule name category/java/errorprone.xml/UselessOperationOnImmutable as it 
is scheduled for removal from PMD. PMD 8.0.0 will remove support for this Rule. 
Thanks to Gary Gregory.
+*                   Bump com.github.siom79.japicmp:japicmp-maven-plugin from 
0.24.1 to 0.24.2. Thanks to Gary Gregory.
+*                   Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14. 
Thanks to Gary Gregory.
+*                   Bump org.apache.bcel:bcel from 6.10.0 to 6.11.0. Thanks to 
Gary Gregory.
+*                   Bump com.github.spotbugs:spotbugs from 4.9.6 to 4.9.7. 
Thanks to Gary Gregory.
+*                   Bump com.github.spotbugs:spotbugs-maven-plugin from 
4.9.6.0 to 4.9.7.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 89 Release Notes
 --------------------------------------
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 43bb17e..8557fa2 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="90" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
+      <release version="90" date="2025-10-17" description="This is a feature 
and maintenance release. Java 8 or later is required.">
         <!-- FIX -->
         <!-- ADD -->
         <!-- UPDATE -->

Reply via email to