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 9397c1cd Prepare release candidate
9397c1cd is described below

commit 9397c1cdce7e78ffb3f53267d47c857d54c45d1c
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Sep 24 10:44:15 2022 -0400

    Prepare release candidate
---
 README.md                        | 213 +++++++++++++++++++--------------------
 pom.xml                          |   2 +-
 src/changes/changes.xml          |   2 +-
 src/site/xdoc/download_text.xml  |  28 ++---
 src/site/xdoc/issue-tracking.xml |   2 +-
 src/site/xdoc/mail-lists.xml     |  22 ++--
 6 files changed, 139 insertions(+), 130 deletions(-)

diff --git a/README.md b/README.md
index 6f664c05..17413871 100644
--- a/README.md
+++ b/README.md
@@ -1,107 +1,106 @@
-<!---
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<!---
- +======================================================================+
- |****                                                              ****|
- |****      THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN      ****|
- |****                    DO NOT EDIT DIRECTLY                      ****|
- |****                                                              ****|
- +======================================================================+
- | TEMPLATE FILE: readme-md-template.md                                 |
- | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
- +======================================================================+
- |                                                                      |
- | 1) Re-generate using: mvn commons-build:readme-md                    |
- |                                                                      |
- | 2) Set the following properties in the component's pom:              |
- |    - commons.componentid (required, alphabetic, lower case)          |
- |    - commons.release.version (required)                              |
- |                                                                      |
- | 3) Example Properties                                                |
- |                                                                      |
- |  <properties>                                                        |
- |    <commons.componentid>math</commons.componentid>                   |
- |    <commons.release.version>1.2</commons.release.version>            |
- |  </properties>                                                       |
- |                                                                      |
- +======================================================================+
---->
-Apache Commons Text
-===================
-
-[![Build 
Status](https://travis-ci.org/apache/commons-text.svg)](https://travis-ci.org/apache/commons-text)
-[![Coverage 
Status](https://codecov.io/gh/apache/commons-text/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-text/branch/master)
-[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-text/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-text/?gav=true)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-text/1.9.svg)](https://javadoc.io/doc/org.apache.commons/commons-text/1.9)
-[![CodeQL](https://github.com/apache/commons-text/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-text/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
-[![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-text/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-text)
-
-Apache Commons Text is a library focused on algorithms working on strings.
-
-Documentation
--------------
-
-More information can be found on the [Apache Commons Text 
homepage](https://commons.apache.org/proper/commons-text).
-The [Javadoc](https://commons.apache.org/proper/commons-text/apidocs) can be 
browsed.
-Questions related to the usage of Apache Commons Text should be posted to the 
[user mailing list][ml].
-
-Where can I get the latest release?
------------------------------------
-You can download source and binaries from our [download 
page](https://commons.apache.org/proper/commons-text/download_text.cgi).
-
-Alternatively you can pull it from the central Maven repositories:
-
-```xml
-<dependency>
-  <groupId>org.apache.commons</groupId>
-  <artifactId>commons-text</artifactId>
-  <version>1.9</version>
-</dependency>
-```
-
-Contributing
-------------
-
-We accept Pull Requests via GitHub. The [developer mailing list][ml] is the 
main channel of communication for contributors.
-There are some guidelines which will make applying PRs easier for us:
-+ No tabs! Please use spaces for indentation.
-+ Respect the code style.
-+ Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
-+ Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running ```mvn```.
-
-If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
-You can learn more about contributing via GitHub in our [contribution 
guidelines](CONTRIBUTING.md).
-
-License
--------
-This code is under the [Apache Licence 
v2](https://www.apache.org/licenses/LICENSE-2.0).
-
-See the `NOTICE.txt` file for required notices and attributions.
-
-Donations
----------
-You like Apache Commons Text? Then [donate back to the 
ASF](https://www.apache.org/foundation/contributing.html) to support the 
development.
-
-Additional Resources
---------------------
-
-+ [Apache Commons Homepage](https://commons.apache.org/)
-+ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/TEXT)
-+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
-+ `#apache-commons` IRC channel on `irc.freenode.org`
-
-[ml]:https://commons.apache.org/mail-lists.html
+<!---
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<!---
+ +======================================================================+
+ |****                                                              ****|
+ |****      THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN      ****|
+ |****                    DO NOT EDIT DIRECTLY                      ****|
+ |****                                                              ****|
+ +======================================================================+
+ | TEMPLATE FILE: readme-md-template.md                                 |
+ | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
+ +======================================================================+
+ |                                                                      |
+ | 1) Re-generate using: mvn commons-build:readme-md                    |
+ |                                                                      |
+ | 2) Set the following properties in the component's pom:              |
+ |    - commons.componentid (required, alphabetic, lower case)          |
+ |    - commons.release.version (required)                              |
+ |                                                                      |
+ | 3) Example Properties                                                |
+ |                                                                      |
+ |  <properties>                                                        |
+ |    <commons.componentid>math</commons.componentid>                   |
+ |    <commons.release.version>1.2</commons.release.version>            |
+ |  </properties>                                                       |
+ |                                                                      |
+ +======================================================================+
+--->
+Apache Commons Text
+===================
+
+[![GitHub Actions 
Status](https://github.com/apache/commons-text/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-text/actions)
+[![Coverage 
Status](https://codecov.io/gh/apache/commons-text/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-text)
+[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-text/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-text/?gav=true)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-text/1.10.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-text/1.10.0)
+[![CodeQL](https://github.com/apache/commons-text/workflows/CodeQL/badge.svg)](hhttps://github.com/apache/commons-text/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
+
+Apache Commons Text is a library focused on algorithms working on strings.
+
+Documentation
+-------------
+
+More information can be found on the [Apache Commons Text 
homepage](https://commons.apache.org/proper/commons-text).
+The [Javadoc](https://commons.apache.org/proper/commons-text/apidocs) can be 
browsed.
+Questions related to the usage of Apache Commons Text should be posted to the 
[user mailing list][ml].
+
+Where can I get the latest release?
+-----------------------------------
+You can download source and binaries from our [download 
page](https://commons.apache.org/proper/commons-text/download_text.cgi).
+
+Alternatively you can pull it from the central Maven repositories:
+
+```xml
+<dependency>
+  <groupId>org.apache.commons</groupId>
+  <artifactId>commons-text</artifactId>
+  <version>1.10.0</version>
+</dependency>
+```
+
+Contributing
+------------
+
+We accept Pull Requests via GitHub. The [developer mailing list][ml] is the 
main channel of communication for contributors.
+There are some guidelines which will make applying PRs easier for us:
++ No tabs! Please use spaces for indentation.
++ Respect the code style.
++ Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
++ Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running ```mvn```.
+
+If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
+You can learn more about contributing via GitHub in our [contribution 
guidelines](CONTRIBUTING.md).
+
+License
+-------
+This code is under the [Apache Licence 
v2](https://www.apache.org/licenses/LICENSE-2.0).
+
+See the `NOTICE.txt` file for required notices and attributions.
+
+Donations
+---------
+You like Apache Commons Text? Then [donate back to the 
ASF](https://www.apache.org/foundation/contributing.html) to support the 
development.
+
+Additional Resources
+--------------------
+
++ [Apache Commons Homepage](https://commons.apache.org/)
++ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/TEXT)
++ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
++ `#apache-commons` IRC channel on `irc.freenode.org`
+
+[ml]:https://commons.apache.org/mail-lists.html
diff --git a/pom.xml b/pom.xml
index 43eb2b21..da754be0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <version>54</version>
   </parent>
   <artifactId>commons-text</artifactId>
-  <version>1.10.0-SNAPSHOT</version>
+  <version>1.10.0</version>
   <name>Apache Commons Text</name>
   <description>Apache Commons Text is a library focused on algorithms working 
on strings.</description>
   <url>https://commons.apache.org/proper/commons-text</url>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1088d7f5..c7d48df1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Apache Commons Text Changes</title>
   </properties>
   <body>
-  <release version="1.10.0" date="2021-MM-DD" description="Release 1.10.0. 
Requires Java 8.">
+  <release version="1.10.0" date="2022-09-24" description="Release 1.10.0. 
Requires Java 8.">
     <!-- FIX -->
     <action issue="TEXT-189" type="fix" dev="kinow" due-to="Gongpu Zhu">Fix 
CaseUtils when the input string contains only delimiters</action>
     <action issue="TEXT-187" type="fix" dev="kinow">Add GraalVM test 
dependencies to fix test failures with Java 15.</action>
diff --git a/src/site/xdoc/download_text.xml b/src/site/xdoc/download_text.xml
index dc35f812..d72b3105 100644
--- a/src/site/xdoc/download_text.xml
+++ b/src/site/xdoc/download_text.xml
@@ -107,38 +107,38 @@ limitations under the License.
         failing that using the <code>SHA512</code> hash (<code>*.sha512</code> 
checksum files).
       </p>
       <p>
-        The <a href="https://www.apache.org/dist/commons/KEYS";>KEYS</a>
+        The <a href="https://downloads.apache.org/commons/KEYS";>KEYS</a>
         file contains the public PGP keys used by Apache Commons developers
         to sign releases.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Text 1.9 (Java 8+)">
+    <section name="Apache Commons Text 1.10.0 (Java 8+)">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/text/binaries/commons-text-1.9-bin.tar.gz">commons-text-1.9-bin.tar.gz</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/text/binaries/commons-text-1.9-bin.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/text/binaries/commons-text-1.9-bin.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/text/binaries/commons-text-1.10.0-bin.tar.gz">commons-text-1.10.0-bin.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/text/binaries/commons-text-1.10.0-bin.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/text/binaries/commons-text-1.10.0-bin.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/text/binaries/commons-text-1.9-bin.zip">commons-text-1.9-bin.zip</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/text/binaries/commons-text-1.9-bin.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/text/binaries/commons-text-1.9-bin.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/text/binaries/commons-text-1.10.0-bin.zip">commons-text-1.10.0-bin.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/text/binaries/commons-text-1.10.0-bin.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/text/binaries/commons-text-1.10.0-bin.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/text/source/commons-text-1.9-src.tar.gz">commons-text-1.9-src.tar.gz</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/text/source/commons-text-1.9-src.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/text/source/commons-text-1.9-src.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/text/source/commons-text-1.10.0-src.tar.gz">commons-text-1.10.0-src.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/text/source/commons-text-1.10.0-src.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/text/source/commons-text-1.10.0-src.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/text/source/commons-text-1.9-src.zip">commons-text-1.9-src.zip</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/text/source/commons-text-1.9-src.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://www.apache.org/dist/commons/text/source/commons-text-1.9-src.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/text/source/commons-text-1.10.0-src.zip">commons-text-1.10.0-src.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/text/source/commons-text-1.10.0-src.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/text/source/commons-text-1.10.0-src.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>
diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml
index 6f1151da..49f6dffc 100644
--- a/src/site/xdoc/issue-tracking.xml
+++ b/src/site/xdoc/issue-tracking.xml
@@ -85,7 +85,7 @@ limitations under the License.
       </p>
 
       <p>
-      For more information on subversion and creating patches see the
+      For more information on creating patches see the
       <a href="https://www.apache.org/dev/contributors.html";>Apache 
Contributors Guide</a>.
       </p>
 
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 866aa384..3a6dd209 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -105,7 +105,9 @@ limitations under the License.
           <td><a 
href="mailto:[email protected]";>Subscribe</a></td>
           <td><a 
href="mailto:[email protected]";>Unsubscribe</a></td>
           <td><a 
href="mailto:[email protected]?subject=[text]";>Post</a></td>
-          <td><a 
href="https://mail-archives.apache.org/mod_mbox/commons-user/";>mail-archives.apache.org</a></td>
+          <td><a 
href="https://mail-archives.apache.org/mod_mbox/commons-user/";>mail-archives.apache.org</a><br
 />
+              <a 
href="https://lists.apache.org/[email protected]";>lists.apache.org</a>
+          </td>
           <td><a 
href="https://markmail.org/list/org.apache.commons.users/";>markmail.org</a><br 
/>
               <a 
href="https://www.mail-archive.com/[email protected]/";>www.mail-archive.com</a><br
 />
               <a 
href="https://news.gmane.org/gmane.comp.jakarta.commons.devel";>news.gmane.org</a>
@@ -123,7 +125,9 @@ limitations under the License.
           <td><a 
href="mailto:[email protected]";>Subscribe</a></td>
           <td><a 
href="mailto:[email protected]";>Unsubscribe</a></td>
           <td><a 
href="mailto:[email protected]?subject=[text]";>Post</a></td>
-          <td><a 
href="https://mail-archives.apache.org/mod_mbox/commons-dev/";>mail-archives.apache.org</a></td>
+          <td><a 
href="https://mail-archives.apache.org/mod_mbox/commons-dev/";>mail-archives.apache.org</a><br
 />
+              <a 
href="https://lists.apache.org/[email protected]";>lists.apache.org</a>
+          </td>
           <td><a 
href="https://markmail.org/list/org.apache.commons.dev/";>markmail.org</a><br />
               <a 
href="https://www.mail-archive.com/[email protected]/";>www.mail-archive.com</a><br
 />
               <a 
href="https://news.gmane.org/gmane.comp.jakarta.commons.devel";>news.gmane.org</a>
@@ -141,7 +145,9 @@ limitations under the License.
           <td><a 
href="mailto:[email protected]";>Subscribe</a></td>
           <td><a 
href="mailto:[email protected]";>Unsubscribe</a></td>
           <td><i>read only</i></td>
-          <td><a 
href="https://mail-archives.apache.org/mod_mbox/commons-issues/";>mail-archives.apache.org</a></td>
+          <td><a 
href="https://mail-archives.apache.org/mod_mbox/commons-issues/";>mail-archives.apache.org</a><br
 />
+              <a 
href="https://lists.apache.org/[email protected]";>lists.apache.org</a>
+          </td>
           <td><a 
href="https://markmail.org/list/org.apache.commons.issues/";>markmail.org</a><br 
/>
               <a 
href="https://www.mail-archive.com/[email protected]/";>www.mail-archive.com</a>
           </td>
@@ -152,13 +158,15 @@ limitations under the License.
           <td>
             <strong>Commons Commits List</strong>
             <br /><br />
-            Only for e-mails automatically generated by the <a 
href="scm.html">source control</a> sytem.
+            Only for e-mails automatically generated by the <a 
href="scm.html">source control</a> system.
             <br /><br />
           </td>
           <td><a 
href="mailto:[email protected]";>Subscribe</a></td>
           <td><a 
href="mailto:[email protected]";>Unsubscribe</a></td>
           <td><i>read only</i></td>
-          <td><a 
href="https://mail-archives.apache.org/mod_mbox/commons-commits/";>mail-archives.apache.org</a></td>
+          <td><a 
href="https://mail-archives.apache.org/mod_mbox/commons-commits/";>mail-archives.apache.org</a><br
 />
+              <a 
href="https://lists.apache.org/[email protected]";>lists.apache.org</a>
+          </td>
           <td><a 
href="https://markmail.org/list/org.apache.commons.commits/";>markmail.org</a><br
 />
               <a 
href="https://www.mail-archive.com/[email protected]/";>www.mail-archive.com</a>
           </td>
@@ -191,7 +199,9 @@ limitations under the License.
           <td><a class="externalLink" 
href="mailto:[email protected]";>Subscribe</a></td>
           <td><a class="externalLink" 
href="mailto:[email protected]";>Unsubscribe</a></td>
           <td><i>read only</i></td>
-          <td><a class="externalLink" 
href="https://mail-archives.apache.org/mod_mbox/www-announce/";>mail-archives.apache.org</a></td>
+          <td><a class="externalLink" 
href="https://mail-archives.apache.org/mod_mbox/www-announce/";>mail-archives.apache.org</a><br
 />
+              <a class="externalLink" 
href="https://lists.apache.org/[email protected]";>lists.apache.org</a>
+          </td>
           <td><a class="externalLink" 
href="https://markmail.org/list/org.apache.announce/";>markmail.org</a><br />
               <a class="externalLink" 
href="https://old.nabble.com/Apache-News-and-Announce-f109.html";>old.nabble.com</a><br
 />
               <a class="externalLink" 
href="https://www.mail-archive.com/[email protected]/";>www.mail-archive.com</a><br
 />

Reply via email to