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-text.git
The following commit(s) were added to refs/heads/master by this push:
new e7ab51e3 Updates for the next release
e7ab51e3 is described below
commit e7ab51e35c30af2f668ccd504bcee7301668614f
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 7 23:02:27 2025 +0000
Updates for the next release
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 42cbea80..f795a650 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,8 +39,8 @@
<commons.componentid>text</commons.componentid>
<commons.packageId>text</commons.packageId>
<commons.module.name>org.apache.commons.text</commons.module.name>
- <commons.release.version>1.15.0</commons.release.version>
- <commons.release.next>1.15.1</commons.release.next>
+ <commons.release.version>1.15.01</commons.release.version>
+ <commons.release.next>1.15.2</commons.release.next>
<commons.release.desc>(Java 8+)</commons.release.desc>
<commons.jira.id>TEXT</commons.jira.id>
<commons.jira.pid>12318221</commons.jira.pid>
@@ -61,7 +61,7 @@
</commons.osgi.import>
<!-- Commons Release Plugin -->
<!-- Previous version of the component (used for reporting binary
compatibility check)-->
- <commons.bc.version>1.14.0</commons.bc.version>
+ <commons.bc.version>1.15.0</commons.bc.version>
<commons.rc.version>RC1</commons.rc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>