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 2020/04/07 13:39:34 UTC

[commons-lang] branch master updated: Missed an update for 3.9 to 3.10.

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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new d8a6c67  Missed an update for 3.9 to 3.10.
d8a6c67 is described below

commit d8a6c6745b881de9cf8a145c6509fbc1dd0900cc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Apr 7 09:39:29 2020 -0400

    Missed an update for 3.9 to 3.10.
---
 src/site/xdoc/index.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 354503d..49e9d11 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -50,7 +50,7 @@ and various <a href="project-reports.html">project reports</a> are provided.
 The Javadoc API documents are available online:
 </p>
 <ul>
-<li>The <a href="javadocs/api-3.9/index.html">current stable release 3.9</a> [Java 8 and up]</li>
+<li>The <a href="javadocs/api-3.10/index.html">current stable release 3.10</a> [Java 8 and up]</li>
 <li>The <a href="javadocs/api-2.6/index.html">legacy release 2.6</a> [Java 1.2 and up]</li>
 <li>Older releases - see the <a href="release-history.html">Release History</a> page</li>
 </ul>
@@ -61,10 +61,10 @@ The <a href="scm.html">git repository</a> can be
 </section>
 <!-- ================================================== -->
 <section name="Release Information">
-<p>The latest stable release of Lang is 3.9. You may: </p>
+<p>The latest stable release of Lang is 3.10. You may: </p>
 <ul>
-<li>Download <a href="https://commons.apache.org/lang/download_lang.cgi">3.9</a></li>
-<li>Read the <a href="release-notes/RELEASE-NOTES-3.9.txt">3.9 release notes</a></li>
+<li>Download <a href="https://commons.apache.org/lang/download_lang.cgi">3.10</a></li>
+<li>Read the <a href="release-notes/RELEASE-NOTES-3.10.txt">3.10 release notes</a></li>
 <li>Examine the <a href="article3_0.html">2.x to 3.0 upgrade notes</a></li>
 <li>Compare major versions via the <a href="lang2-lang3-clirr-report.html">Lang2 to Lang3 Clirr report</a></li>
 </ul>
@@ -74,7 +74,7 @@ Alternatively you can pull it from the central Maven repositories:
 &lt;dependency&gt;
   &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
   &lt;artifactId&gt;commons-lang3&lt;/artifactId&gt;
-  &lt;version&gt;3.9&lt;/version&gt;
+  &lt;version&gt;3.10&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
 </p>