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

commit aee056b831a0dfbaa27385e2e97b42cc8e6250b7
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Fri May 16 11:50:34 2025 +0000

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

diff --git a/README.md b/README.md
index fd67294..2ed342b 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/83.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/83)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-parent/84.svg)](https://javadoc.io/doc/org.apache.commons/commons-parent/84)
 
[![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>83</version>
+  <version>84</version>
 </dependency>
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 1d700f0..6b220e5 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,30 @@
+Apache Commons Parent 84 Release Notes
+--------------------------------------
+
+The Apache Commons Parent team is pleased to announce the release of Apache 
Commons Parent 84.
+
+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.spdx:spdx-maven-plugin from 1.0.0 to 1.0.2 #620. 
Thanks to Arnout Engelen, Dependabot.
+*                   Bump org.apache.maven.plugins:maven-changes-plugin from 
3.0.0-M2 to 3.0.0-M3 (fixes Apache Commons Exec build). Thanks to Gary Gregory.
+*                   Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 
10.23.1 on Java 11 and up. 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 83 Release Notes
 --------------------------------------
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b8c579e..113d864 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="84" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
+      <release version="84" date="2025-05-16" description="This is a feature 
and maintenance release. Java 8 or later is required.">
         <!-- FIX -->
         <!-- ADD -->
         <!-- UPDATE -->

Reply via email to