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 9430a284 Prepare for the next release candidate
9430a284 is described below
commit 9430a2848a2593ee3bce32750305c28c549cabf8
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 10 11:59:58 2024 +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 9119ac40..e2126638 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<version>78</version>
</parent>
<artifactId>commons-text</artifactId>
- <version>1.13.0-SNAPSHOT</version>
+ <version>1.13.0</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.
@@ -32,7 +32,7 @@
<properties>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
<project.build.outputTimestamp>2024-04-16T18:22:35Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-12-10T11:55:32Z</project.build.outputTimestamp>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>