Repository: commons-lang Updated Branches: refs/heads/master fdb91d4fd -> 402583487
Updates for 3.7 site. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/40258348 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/40258348 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/40258348 Branch: refs/heads/master Commit: 4025834872e72cf667c4be243ac84c28fc95043d Parents: fdb91d4 Author: Gary Gregory <ggreg...@apache.org> Authored: Wed Nov 8 08:54:13 2017 -0700 Committer: Gary Gregory <ggreg...@apache.org> Committed: Wed Nov 8 08:54:13 2017 -0700 ---------------------------------------------------------------------- src/site/xdoc/index.xml | 10 +++++----- src/site/xdoc/release-history.xml | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/40258348/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 2d8b15e..55c9d56 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.6/index.html">current stable release 3.6</a> [Java 7.0+]</li> +<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>Older releases - see the <a href="release-history.html">Release History</a> page</li> </ul> @@ -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.6. You may: </p> +<p>The latest stable release of Lang is 3.7. You may: </p> <ul> -<li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.6</a></li> -<li>Read the <a href="release-notes/RELEASE-NOTES-3.6.txt">3.6 release notes</a></li> +<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>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.6</version> + <version>3.7</version> </dependency> </pre> </p> http://git-wip-us.apache.org/repos/asf/commons-lang/blob/40258348/src/site/xdoc/release-history.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml index 57ba62d..6e79ac8 100644 --- a/src/site/xdoc/release-history.xml +++ b/src/site/xdoc/release-history.xml @@ -32,6 +32,9 @@ limitations under the License. <th>Version</th><th>Release date</th><th>Required Java Version</th><th>Javadoc</th><th>Release notes</th> </tr> <tr> + <td>3.7</td><td>2016-04-17</td><td>7.0</td><td><a href="javadocs/api-3.7/">api-3.7</a></td><td><a href="release-notes/RELEASE-NOTES-3.7.txt">release notes for 3.7</a></td> + </tr> + <tr> <td>3.6</td><td>2016-04-17</td><td>7.0</td><td><a href="javadocs/api-3.6/">api-3.6</a></td><td><a href="release-notes/RELEASE-NOTES-3.6.txt">release notes for 3.6</a></td> </tr> <tr>