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-lang.git
The following commit(s) were added to refs/heads/release by this push: new bc4b945 Prepare for 3.11 site. bc4b945 is described below commit bc4b945bde0a54571126296146dcbbc175c9f63b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 16 09:07:00 2020 -0400 Prepare for 3.11 site. --- src/site/xdoc/index.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 7f7667a..148195d 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -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.10. You may: </p> +<p>The latest stable release of Lang is 3.11. You may: </p> <ul> -<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>Download <a href="https://commons.apache.org/lang/download_lang.cgi">3.11</a></li> +<li>Read the <a href="release-notes/RELEASE-NOTES-3.11.txt">3.11 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: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.10</version> + <version>3.11</version> </dependency> </pre> </p>