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
The following commit(s) were added to refs/heads/master by this push: new 2c38410 Update site for the next release. 2c38410 is described below commit 2c38410988d79ccc5272c12005319967cbcc2d65 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 16 11:29:58 2020 -0400 Update site for the next release. --- src/site/xdoc/index.xml | 4 ++-- src/site/xdoc/release-history.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index c91a268..156978c 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -42,7 +42,7 @@ The <a href="scm.html">Git repository</a> can be </section> <!-- ================================================== --> <section name="Release Information"> -<p>The latest stable release of Text is 1.8. You may: </p> +<p>The latest stable release of Text is 1.9. You may: </p> <ul> <li>Download the <a href="https://commons.apache.org/proper/commons-text/download_text.cgi">current version</a></li> <li>Read the <a href="RELEASE-NOTES.txt">release notes</a></li> @@ -53,7 +53,7 @@ Alternatively you can pull it from the central Maven repositories: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> - <version>1.8</version> + <version>1.9</version> </dependency> </pre> </p> diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml index 75b7109..166bbad 100644 --- a/src/site/xdoc/release-history.xml +++ b/src/site/xdoc/release-history.xml @@ -27,6 +27,9 @@ limitations under the License. <table> <tr><th>Version</th><th>Release date (YYYY-MM-DD)</th><th>Required Java Version</th><th>Javadoc</th><th>Release notes</th></tr> <tr> + <td>1.9</td><td>2020-MM-DD</td><td>8</td><td><a href="https://javadoc.io/doc/org.apache.commons/commons-text/1.9">1.8</a></td><td><a href="RELEASE-NOTES.txt">RELEASE-NOTES.txt</a></td> +</tr> +<tr> <td>1.8</td><td>2019-08-30</td><td>8</td><td><a href="https://javadoc.io/doc/org.apache.commons/commons-text/1.8">1.8</a></td><td><a href="RELEASE-NOTES.txt">RELEASE-NOTES.txt</a></td> </tr> <tr>