Update site for 1.1
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 @@
 </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 @@
 &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>
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 @@
 <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>