You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/23 23:22:55 UTC

[commons-text] 01/04: Prepare for the next release candidate

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

commit 852210f3f96add058b32cf88d9ea22da479045a6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 23 18:10:27 2022 -0400

    Prepare for the next release candidate
---
 src/site/site.xml       | 12 ++++++------
 src/site/xdoc/index.xml | 13 +++----------
 2 files changed, 9 insertions(+), 16 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index fc1633e2..6fefcea2 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -24,11 +24,12 @@
 
     <body>
         <menu name="Text">
-            <item name="Overview"                 href="/index.html"/>
-            <item name="Download"                 href="/download_text.cgi"/>
-            <item name="User Guide"               href="/userguide.html" />
-            <item name="Release History"          href="/changes-report.html"/>
-            <item name="Javadoc (Latest release)" href="javadocs/api-release/index.html"/>
+            <item name="Overview"             href="/index.html"/>
+            <item name="Download"             href="/download_text.cgi"/>
+            <item name="User Guide"           href="/userguide.html" />
+            <item name="Release History"      href="/changes-report.html"/>
+            <item name="Javadoc"              href="/apidocs/index.html"/>
+            <item name="Javadoc Archive"      href="https://javadoc.io/doc/org.apache.commons/commons-text"/>
         </menu>
 
         <menu name="Development">
@@ -37,7 +38,6 @@
             <item name="Proposal"             href="/proposal.html"/>
             <item name="Developer Guide"      href="/developerguide.html"/>
             <item name="Source Repository"    href="/scm.html"/>
-            <item name="Javadoc (latest)"     href="apidocs/index.html"/>
         </menu>
 
     </body>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index da0720b7..649e07b8 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -42,17 +42,10 @@ The <a href="scm.html">Git repository</a> can be
 </section>
 <!-- ================================================== -->
 <section name="Release Information">
-<p>The latest stable release of Text is 1.9.</p>
-<p>Download it from <a href="https://commons.apache.org/proper/commons-text/download_text.cgi">here</a>.</p>
 <p>
-Alternatively you can pull it from the central Maven repositories:
-<pre>
-&lt;dependency&gt;
-   &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
-   &lt;artifactId&gt;commons-text&lt;/artifactId&gt;
-   &lt;version&gt;1.9&lt;/version&gt;
-&lt;/dependency&gt;
-</pre>
+  Download the latest release from dependency-info.html</p>
+<p>
+  Alternatively, you can use a <a href="dependency-info.html">build tool dependency</a>.
 </p>
 
  <p>