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 9c14313 Prepare for the next release candidate
9c14313 is described below
commit 9c143135d15eede043ac19088523d7128e4d1cdb
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 7 20:24:50 2025 +0000
Prepare for the next release candidate
---
pom.xml | 6 +++---
src/changes/changes.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 29511c3..9a65548 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,13 +76,13 @@
<project.build.outputTimestamp>2025-10-30T11:20:50Z</project.build.outputTimestamp>
<commons.main.branch>master</commons.main.branch>
<commons.release.branch>release</commons.release.branch>
- <commons.release.version>91</commons.release.version>
- <commons.release.next>92</commons.release.next>
+ <commons.release.version>92</commons.release.version>
+ <commons.release.next>93</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>90</commons.bc.version>
+ <commons.bc.version>91</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 b0e795a..835892e 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="92" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
+ <release version="92" date="2025-11-07" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add POM
property `commons.repo.name` as `commons-${commons.componentid}` and use in
project/scm values.</action>