This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new de8ecb2a Prepare for the next release candidate
de8ecb2a is described below

commit de8ecb2aa443877585f58bf8701a5c4ded7484e3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 24 09:10:38 2023 -0400

    Prepare for the next release candidate
---
 README.md                       | 221 +++++++++++++++++++++-------------------
 RELEASE-NOTES.txt               |  96 +++++++++++++++++
 pom.xml                         |   1 +
 src/changes/release-notes.vm    |   2 +
 src/site/xdoc/download_text.xml |  26 ++---
 src/site/xdoc/mail-lists.xml    |  38 ++++---
 6 files changed, 247 insertions(+), 137 deletions(-)

diff --git a/README.md b/README.md
index 6a4125d9..f143c901 100644
--- a/README.md
+++ b/README.md
@@ -1,106 +1,119 @@
-<!---
- 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
-===================
-
+<!---
+ 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
+===================
+
 [![Java 
CI](https://github.com/apache/commons-text/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-text/actions/workflows/maven.yml)
-[![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)
+[![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.11.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-text/1.11.0)
 
[![CodeQL](https://github.com/apache/commons-text/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-text/actions/workflows/codeql-analysis.yml)
-
-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 License 
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
+[![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].
+
+Getting 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.11.0</version>
+</dependency>
+```
+
+Building
+--------
+
+Building requires a Java JDK and [Apache Maven](https://maven.apache.org/). 
+The required Java version is found in the `pom.xml` as the 
`maven.compiler.source` property.
+
+From a command shell, run `mvn` without arguments to invoke the default Maven 
goal to run all tests and checks.
+
+Contributing
+------------
+
+We accept Pull Requests via GitHub. The [developer mailing 
list](https://commons.apache.org/mail-lists.html) 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 existing code style for each file.
++ 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 licensed under the [Apache License 
v2](https://www.apache.org/licenses/LICENSE-2.0).
+
+See the `NOTICE.txt` file for required notices and attributions.
+
+Donating
+--------
+You like Apache Commons Text? Then [donate back to the 
ASF](https://www.apache.org/foundation/contributing.html) to support 
development.
+
+Additional Resources
+--------------------
+
++ [Apache Commons Homepage](https://commons.apache.org/)
++ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/TEXT)
++ [Apache Commons Slack Channel](https://the-asf.slack.com/archives/C60NVB8AD)
++ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
++ `#apache-commons` IRC channel on `irc.freenode.org`
+
+Apache Commons Components
+-------------------------
+
+Please see the [list of components](https://commons.apache.org/components.html)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index e5a5f6bf..14f0ea5f 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,99 @@
+
+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.
+
+
+Apache Commons Text
+Version 1.11.0
+Release Notes
+
+
+INTRODUCTION:
+
+This document contains the release notes for the 1.11.0 version of Apache 
Commons Text.
+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.
+
+
+Apache Commons Text is a library focused on algorithms working on strings.
+
+Release 1.11.0. Requires Java 8.
+
+Changes in this version include:
+
+New features:
+o TEXT-224:  Set SecureProcessing feature in XmlStringLookup by default. 
Thanks to PJ Fanning, Gary Gregory.
+o TEXT-224:  Add StringLookupFactory.xmlStringLookup(Map<String, Boolean>...). 
Thanks to Gary Gregory.
+o            Add @FunctionalInterface to FormatFactory. Thanks to Gary Gregory.
+o            Add RandomStringGenerator.builder(). Thanks to Gary Gregory.
+o TEXT-229:  Add XmlEncoderStringLookup/XmlDecoderStringLookup #449. Thanks to 
Michael Osipov, Elliotte Rusty Harold, Gary Gregory.
+o            Add StringSubstitutor.toString(). Thanks to Gary Gregory.
+
+Fixed Bugs:
+o TEXT-219:  Fix StringTokenizer.getTokenList to return an independent 
modifiable list Thanks to Jaap Sperling.
+o            Fix Javadoc for StringEscapeUtils.escapeHtml4 #382 Thanks to 
James Nord.
+o            TextStringBuidler#hashCode() allocates a String on each call 
#387. Thanks to Pavel Belousov, Gary Gregory.
+o TEXT-221:  Fix Bundle-SymbolicName to use the package name 
org.apache.commons.text Thanks to Remco Riswick.
+o            Add and use a package-private singleton for RegexTokenizer. 
Thanks to Gary Gregory.
+o            Add and use a package-private singleton for CosineSimilarity. 
Thanks to Gary Gregory.
+o            Add and use a package-private singleton for 
LongestCommonSubsequence. Thanks to Gary Gregory.
+o            Add and use a package-private singleton for 
JaroWinklerSimilarity. Thanks to Gary Gregory.
+o            Add and use a package-private singleton for JaccardSimilarity. 
Thanks to Gary Gregory.
+o            [StepSecurity] ci: Harden GitHub Actions #428. Thanks to 
step-security-bot, Gary Gregory.
+o            Improve AlphabetConverter Javadoc #429. Thanks to Dimitrios 
Efthymiou.
+o            Fix exception message in IntersectionResult to make set-theoretic 
sense #438. Thanks to Dimitrios Efthymiou.
+o            Add null-check in RandomStringGenerator#Builder#selectFrom() to 
avoid NullPointerException #434. Thanks to Dimitrios Efthymiou, Gary Gregory.
+o            Add null-check in RandomStringGenerator#Builder#withinRange() to 
avoid NullPointerException. Thanks to Dimitrios Efthymiou, Gary Gregory.
+o TEXT-228:  Fix TextStringBuilder to over-allocate when ensuring capacity 
#452. Thanks to Alex Herbert, Gary Gregory.
+o            Constructor for ResourceBundleStringLookup should be private 
instead of package-private. Thanks to Elliotte Rusty Harold, Gary Gregory.
+o            Constructor for UrlDecoderStringLookup should be private instead 
of package-private. Thanks to Elliotte Rusty Harold, Gary Gregory.
+o            Constructor for UrlEncoderStringLookup should be private instead 
of package-private. Thanks to Elliotte Rusty Harold, Gary Gregory.
+o TEXT-230:  Javadoc of org.apache.commons.text.lookup.DefaultStringLookup.XML 
is incorrect. Thanks to Michael Osipov, Gary Gregory.
+o            Update DoubleFormat to state it is based on Double.toString. 
#467. Thanks to Alex Herbert.
+
+Changes:
+o            Bump actions/cache. Thanks to Dependabot.
+o            Bump actions/setup-java. Thanks to Dependabot.
+o            Bump actions/checkout. Thanks to Dependabot.
+o            Bump pmd from 6.49.0 to 6.52.0 #364. Thanks to Dependabot, Gary 
Gregory.
+o            Bump commons-rng-simple from 1.4 to 1.5 #370. Thanks to 
Dependabot.
+o            Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.3.6 #371, #385. 
Thanks to Dependabot, Gary Gregory.
+o            Bump spotbugs from 4.7.2 to 4.7.3 #373. Thanks to Dependabot.
+o            Bump mockito-inline from 4.8.0 to 4.11.0 #380, #389, #396, #400. 
Thanks to Dependabot.
+o            Bump jmh.version from 1.35 to 1.37 #388. Thanks to Dependabot.
+o            Bump commons-parent from 54 to 64 #392, #401. Thanks to Gary 
Gregory.
+o            Bump assertj-core from 3.23.1 to 3.24.2 #405, #410. Thanks to 
Dependabot.
+o            Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 #407. Thanks to 
Dependabot.
+o            Bump commons-io from 2.11.0 to 2.14.0. Thanks to Gary Gregory.
+o            Bump commons-lang3 from 3.12.0 to 3.13.0. Thanks to Gary Gregory.
+
+
+Historical list of changes: 
https://commons.apache.org/proper/commons-text/changes-report.html
+
+For complete information on Apache Commons Text, including instructions on how 
to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons Text website:
+
+https://commons.apache.org/proper/commons-text
+
+Download page: https://commons.apache.org/proper/commons-text/download_text.cgi
+
+Have fun!
+-Apache Commons Team
+
+=============================================================================
+
 Apache Commons Text
 Version 1.10.0
 Release Notes
diff --git a/pom.xml b/pom.xml
index de096ada..2d635a0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,7 @@
     <commons.module.name>org.apache.commons.text</commons.module.name>
 
     <commons.release.version>1.11.0</commons.release.version>
+    <commons.release.next>1.11.1</commons.release.next>
     <commons.release.desc>(Java 8+)</commons.release.desc>
 
     <commons.jira.id>TEXT</commons.jira.id>
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 86393997..06f16b5f 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -137,3 +137,5 @@ Download page: ${project.url}/download_text.cgi
 
 Have fun!
 -Apache Commons Team
+
+=============================================================================
diff --git a/src/site/xdoc/download_text.xml b/src/site/xdoc/download_text.xml
index d72b3105..183c6cd1 100644
--- a/src/site/xdoc/download_text.xml
+++ b/src/site/xdoc/download_text.xml
@@ -113,32 +113,32 @@ limitations under the License.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Text 1.10.0 (Java 8+)">
+    <section name="Apache Commons Text 1.11.0 (Java 8+)">
       <subsection name="Binaries">
         <table>
           <tr>
-              <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>
+              <td><a 
href="[preferred]/commons/text/binaries/commons-text-1.11.0-bin.tar.gz">commons-text-1.11.0-bin.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/text/binaries/commons-text-1.11.0-bin.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/text/binaries/commons-text-1.11.0-bin.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <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>
+              <td><a 
href="[preferred]/commons/text/binaries/commons-text-1.11.0-bin.zip">commons-text-1.11.0-bin.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/text/binaries/commons-text-1.11.0-bin.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/text/binaries/commons-text-1.11.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.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>
+              <td><a 
href="[preferred]/commons/text/source/commons-text-1.11.0-src.tar.gz">commons-text-1.11.0-src.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/text/source/commons-text-1.11.0-src.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/text/source/commons-text-1.11.0-src.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <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>
+              <td><a 
href="[preferred]/commons/text/source/commons-text-1.11.0-src.zip">commons-text-1.11.0-src.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/text/source/commons-text-1.11.0-src.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/text/source/commons-text-1.11.0-src.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 3a6dd209..40515172 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -59,9 +59,9 @@ limitations under the License.
       </p>
       <p>
         Questions related to the usage of Apache Commons Text should be posted 
to the
-        <a href="https://mail-archives.apache.org/mod_mbox/commons-user/";>User 
List</a>.
+        <a 
href="https://lists.apache.org/list.html?u...@commons.apache.org";>User List</a>.
         <br />
-        The <a 
href="https://mail-archives.apache.org/mod_mbox/commons-dev/";>Developer List</a>
+        The <a 
href="https://lists.apache.org/list.html?d...@commons.apache.org";>Developer 
List</a>
         is for questions and discussion related to the development of Apache 
Commons Text.
         <br />
         Please do not cross-post; developers are also subscribed to the user 
list.
@@ -70,8 +70,10 @@ limitations under the License.
         to subscribe.
       </p>
       <p>
-        <strong>Note:</strong> please don't send patches or attachments to any 
of the mailing lists.
+        <strong>Note:</strong> please don't send patches or attachments to any 
of the mailing lists;
+        most of the lists are set up to drop attachments.
         Patches are best handled via the <a href="issue-tracking.html">Issue 
Tracking</a> system.
+        If you have a GitHub account, most components also accept PRs (pull 
requests).
         Otherwise, please upload the file to a public server and include the 
URL in the mail.
       </p>
     </section>
@@ -105,12 +107,11 @@ limitations under the License.
           <td><a 
href="mailto:user-subscr...@commons.apache.org";>Subscribe</a></td>
           <td><a 
href="mailto:user-unsubscr...@commons.apache.org";>Unsubscribe</a></td>
           <td><a 
href="mailto:u...@commons.apache.org?subject=[text]";>Post</a></td>
-          <td><a 
href="https://mail-archives.apache.org/mod_mbox/commons-user/";>mail-archives.apache.org</a><br
 />
+          <td>
               <a 
href="https://lists.apache.org/list.html?u...@commons.apache.org";>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/user@commons.apache.org/";>www.mail-archive.com</a><br
 />
-              <a 
href="https://news.gmane.org/gmane.comp.jakarta.commons.devel";>news.gmane.org</a>
+          <td>
+              <a 
href="https://www.mail-archive.com/user@commons.apache.org/";>www.mail-archive.com</a>
           </td>
         </tr>
 
@@ -125,12 +126,11 @@ limitations under the License.
           <td><a 
href="mailto:dev-subscr...@commons.apache.org";>Subscribe</a></td>
           <td><a 
href="mailto:dev-unsubscr...@commons.apache.org";>Unsubscribe</a></td>
           <td><a 
href="mailto:d...@commons.apache.org?subject=[text]";>Post</a></td>
-          <td><a 
href="https://mail-archives.apache.org/mod_mbox/commons-dev/";>mail-archives.apache.org</a><br
 />
+          <td>
               <a 
href="https://lists.apache.org/list.html?d...@commons.apache.org";>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/dev@commons.apache.org/";>www.mail-archive.com</a><br
 />
-              <a 
href="https://news.gmane.org/gmane.comp.jakarta.commons.devel";>news.gmane.org</a>
+          <td>
+              <a 
href="https://www.mail-archive.com/dev@commons.apache.org/";>www.mail-archive.com</a>
           </td>
         </tr>
 
@@ -145,10 +145,10 @@ limitations under the License.
           <td><a 
href="mailto:issues-subscr...@commons.apache.org";>Subscribe</a></td>
           <td><a 
href="mailto:issues-unsubscr...@commons.apache.org";>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><br
 />
+          <td>
               <a 
href="https://lists.apache.org/list.html?iss...@commons.apache.org";>lists.apache.org</a>
           </td>
-          <td><a 
href="https://markmail.org/list/org.apache.commons.issues/";>markmail.org</a><br 
/>
+          <td>
               <a 
href="https://www.mail-archive.com/issues@commons.apache.org/";>www.mail-archive.com</a>
           </td>
         </tr>
@@ -164,10 +164,10 @@ limitations under the License.
           <td><a 
href="mailto:commits-subscr...@commons.apache.org";>Subscribe</a></td>
           <td><a 
href="mailto:commits-unsubscr...@commons.apache.org";>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><br
 />
+          <td>
               <a 
href="https://lists.apache.org/list.html?commits@commons.apache.org";>lists.apache.org</a>
           </td>
-          <td><a 
href="https://markmail.org/list/org.apache.commons.commits/";>markmail.org</a><br
 />
+          <td>
               <a 
href="https://www.mail-archive.com/commits@commons.apache.org/";>www.mail-archive.com</a>
           </td>
         </tr>
@@ -199,13 +199,11 @@ limitations under the License.
           <td><a class="externalLink" 
href="mailto:announce-subscr...@apache.org";>Subscribe</a></td>
           <td><a class="externalLink" 
href="mailto:announce-unsubscr...@apache.org";>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><br
 />
+          <td>
               <a class="externalLink" 
href="https://lists.apache.org/list.html?annou...@apache.org";>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/announce@apache.org/";>www.mail-archive.com</a><br
 />
-              <a class="externalLink" 
href="https://news.gmane.org/gmane.comp.apache.announce";>news.gmane.org</a>
+          <td>
+              <a class="externalLink" 
href="https://www.mail-archive.com/announce@apache.org/";>www.mail-archive.com</a>
           </td>
         </tr>
       </table>

Reply via email to