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 a70c34e0 Prepare for the next release candidate a70c34e0 is described below commit a70c34e028ab279bb89565606e1ab09011a41bc2 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Mon Apr 7 19:41:34 2025 +0000 Prepare for the next release candidate --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 33b348b3..80527f52 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <version>81</version> </parent> <artifactId>commons-text</artifactId> - <version>1.13.1-SNAPSHOT</version> + <version>1.13.1</version> <name>Apache Commons Text</name> <description>Apache Commons Text is a set of utility functions and reusable components for the purpose of processing and manipulating text that should be of use 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>2024-12-13T16:17:37Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-04-07T19:39:51Z</project.build.outputTimestamp> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target>