Update site for 1.1

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/4a51b8f2
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/4a51b8f2
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/4a51b8f2

Branch: refs/heads/release
Commit: 4a51b8f27df7b0743efeebfeff66dd77e15b7198
Parents: 9a6e52c
Author: Rob Tompkins <chtom...@apache.org>
Authored: Thu May 18 16:43:50 2017 -0400
Committer: Rob Tompkins <chtom...@apache.org>
Committed: Thu May 18 16:43:50 2017 -0400

----------------------------------------------------------------------
 src/site/xdoc/index.xml           | 8 ++++----
 src/site/xdoc/release-history.xml | 3 +++
 2 files changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/4a51b8f2/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index ef34a5a..a49c41c 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -42,10 +42,10 @@ The <a href="source-repository.html">Git repository</a> can 
be
 </section>
 <!-- ================================================== -->
 <section name="Release Information">
-<p>The latest stable release of Text is 1.0. You may: </p>
+<p>The latest stable release of Text is 1.1. You may: </p>
 <ul>
-<li>Download <a 
href="http://commons.apache.org/proper/commons-text/download_text.cgi";>1.0</a></li>
-<li>Read the <a href="release-notes/RELEASE-NOTES-1.0.txt">1.0 release 
notes</a></li>
+<li>Download <a 
href="http://commons.apache.org/proper/commons-text/download_text.cgi";>1.1</a></li>
+<li>Read the <a href="release-notes/RELEASE-NOTES-1.1.txt">1.1 release 
notes</a></li>
 </ul>
 <p>
 Alternatively you can pull it from the central Maven repositories:
@@ -53,7 +53,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-text&lt;/artifactId&gt;
-   &lt;version&gt;1.0&lt;/version&gt;
+   &lt;version&gt;1.1&lt;/version&gt;
 &lt;/dependency&gt;
 </pre>
 </p>

http://git-wip-us.apache.org/repos/asf/commons-text/blob/4a51b8f2/src/site/xdoc/release-history.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release-history.xml 
b/src/site/xdoc/release-history.xml
index bdc348c..10ebd8f 100644
--- a/src/site/xdoc/release-history.xml
+++ b/src/site/xdoc/release-history.xml
@@ -29,6 +29,9 @@ limitations under the License.
 <table>
 <tr><th>Version</th><th>Release date</th><th>Required Java 
Version</th><th>Javadoc</th><th>Release notes</th></tr>
 <tr>
+  <td>1.1</td><td>TBD</td><td>7.0</td><td><a 
href="javadocs/api-1.1/">api-1.1</a></td><td><a 
href="release-notes/RELEASE-NOTES-1.1.txt">release notes for 1.1</a></td>
+</tr>
+<tr>
   <td>1.0</td><td>3-11-2017</td><td>7.0</td><td><a 
href="javadocs/api-1.0/">api-1.0</a></td><td><a 
href="release-notes/RELEASE-NOTES-1.0.txt">release notes for 1.0</a></td>
 </tr>
 <tr>

Reply via email to