Creating lang-3.3.1-RC1 tag (second try)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_3_3_1_RC1@1577854 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 4875369..5c89020 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -50,7 +50,7 @@
 The JavaDoc API documents are available online:
 </p>
 <ul>
-<li>The <a href="javadocs/api-3.3/index.html">current stable release 3.3</a> [Java 6.0+]</li>
+<li>The <a href="javadocs/api-3.3.1/index.html">current stable release 3.3.1</a> [Java 6.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>
@@ -64,10 +64,10 @@
 </section>
 <!-- ================================================== -->
 <section name="Release Information">
-<p>The latest stable release of Lang is 3.3. You may: </p>
+<p>The latest stable release of Lang is 3.3.1. You may: </p>
 <ul>
-<li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.3</a></li>
-<li>Read the <a href="release-notes/RELEASE-NOTES-3.3.txt">3.3 release notes</a></li>
+<li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.3.1</a></li>
+<li>Read the <a href="release-notes/RELEASE-NOTES-3.3.1.txt">3.3.1 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>
@@ -77,7 +77,7 @@
 <pre>
   &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
   &lt;artifactId&gt;commons-lang3&lt;/artifactId&gt;
-  &lt;version&gt;3.3&lt;/version&gt;
+  &lt;version&gt;3.3.1&lt;/version&gt;
 </pre>
 </p>