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 04e93747 Prepare for the release candidate 1.15.0 RC1
04e93747 is described below
commit 04e937470d3679cc163df85d82d5b6d2e3e71128
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 4 15:55:50 2025 +0000
Prepare for the release candidate 1.15.0 RC1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index bcab4f57..325a76ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<version>93</version>
</parent>
<artifactId>commons-text</artifactId>
- <version>1.15.0-SNAPSHOT</version>
+ <version>1.15.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-07-24T12:03:40Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-12-04T15:53:46Z</project.build.outputTimestamp>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<commons.componentid>text</commons.componentid>