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 2c2d0818 Prepare for the next release candidate 2c2d0818 is described below commit 2c2d0818b0540c59f055f5174db51d0574af46da Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 13 13:31:55 2024 +0000 Prepare for the next release candidate --- README.md | 3 ++- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ef6bc71..c553b21c 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,8 @@ Apache Commons Text [](https://github.com/apache/commons-text/actions/workflows/codeql-analysis.yml) [](https://api.securityscorecards.dev/projects/github.com/apache/commons-text) -Apache Commons Text is a library focused on algorithms working on strings. +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. Documentation ------------- diff --git a/pom.xml b/pom.xml index fc465c8d..5ac1b722 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <version>69</version> </parent> <artifactId>commons-text</artifactId> - <version>1.12.0-SNAPSHOT</version> + <version>1.12.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. @@ -33,7 +33,7 @@ <properties> <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-04-13T13:15:17Z</project.build.outputTimestamp> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target>