Repository: commons-lang Updated Branches: refs/heads/master 0020780dd -> 3a3cec01d
Prepare for release 3.8. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/3a3cec01 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/3a3cec01 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/3a3cec01 Branch: refs/heads/master Commit: 3a3cec01d57dd6066a00773ff4ad19d6c44110b0 Parents: 0020780 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Mon Jul 16 07:54:20 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Mon Jul 16 07:54:20 2018 -0600 ---------------------------------------------------------------------- src/site/xdoc/index.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/3a3cec01/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 0111baa..14cc29e 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -50,8 +50,8 @@ 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.7/index.html">current stable release 3.7</a> [Java 7.0+]</li> -<li>The <a href="javadocs/api-2.6/index.html">legacy release 2.6</a> [Java 1.2+]</li> +<li>The <a href="javadocs/api-3.8/index.html">current stable release 3.8</a> [Java 7 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> <p> @@ -61,10 +61,10 @@ The <a href="source-repository.html">git repository</a> can be </section> <!-- ================================================== --> <section name="Release Information"> -<p>The latest stable release of Lang is 3.7. You may: </p> +<p>The latest stable release of Lang is 3.8. You may: </p> <ul> -<li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.7</a></li> -<li>Read the <a href="release-notes/RELEASE-NOTES-3.7.txt">3.7 release notes</a></li> +<li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.8</a></li> +<li>Read the <a href="release-notes/RELEASE-NOTES-3.8.txt">3.8 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.7</version> + <version>3.8</version> </dependency> </pre> </p>