This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-text.git
commit c288f85fbd04331b459da784433472743c5b531d Author: Gary Gregory <[email protected]> AuthorDate: Sat Aug 29 16:16:44 2026 -0400 Fix Maven property commons.release.version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 20c2faf0..9f8e6784 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ <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.01</commons.release.version> + <commons.release.version>1.15.1</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>
