This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-text.git
The following commit(s) were added to refs/heads/release by this push: new e9601091 Prepare for the release candidate 1.14.0 RC1 e9601091 is described below commit e96010915ed1c1185b3b7f34dcd231a613c40144 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 20 13:35:37 2025 +0000 Prepare for the release candidate 1.14.0 RC1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 5e4ab7a6..c0e5b7e3 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <version>85</version> </parent> <artifactId>commons-text</artifactId> - <version>1.14.0-SNAPSHOT</version> + <version>1.14.0</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. @@ -33,7 +33,7 @@ <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>2025-04-10T21:38:03Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-07-20T13:34:14Z</project.build.outputTimestamp> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <commons.componentid>text</commons.componentid>