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
commit ec0845e5e053bfa562e7b6f43d34434aa731e688 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 20 10:50:27 2025 -0400 Bump properties for the next version --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e77dd7ab..6f2f38a3 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <version>84</version> </parent> <artifactId>commons-text</artifactId> - <version>1.13.2-SNAPSHOT</version> + <version>1.14.0-SNAPSHOT</version> <name>Apache Commons Text</name> <description>Apache Commons Text is a set of utility functions and reusable components for processing and manipulating text in a Java environment. @@ -41,8 +41,8 @@ <commons.packageId>text</commons.packageId> <commons.module.name>org.apache.commons.text</commons.module.name> - <commons.release.version>1.13.1</commons.release.version> - <commons.release.next>1.13.2</commons.release.next> + <commons.release.version>1.14.0</commons.release.version> + <commons.release.next>1.14.1</commons.release.next> <commons.release.desc>(Java 8+)</commons.release.desc> <commons.jira.id>TEXT</commons.jira.id> @@ -68,7 +68,7 @@ <!-- Commons Release Plugin --> <!-- Previous version of the component (used for reporting binary compatibility check)--> - <commons.bc.version>1.13.0</commons.bc.version> + <commons.bc.version>1.13.1</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>