You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by ch...@apache.org on 2017/03/12 02:08:05 UTC

svn commit: r1008161 [7/44] - in /websites/production/commons/content/proper/commons-text: ./ apidocs/ apidocs/org/apache/commons/text/ apidocs/org/apache/commons/text/class-use/ apidocs/org/apache/commons/text/diff/ apidocs/org/apache/commons/text/dif...

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/CharSequenceTranslator.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/CharSequenceTranslator.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/CharSequenceTranslator.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.text.translate.CharSequenceTranslator (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.translate.CharSequenceTranslator (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.text.translate.CharSequenceTranslator (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.text.translate.CharSequenceTranslator (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -130,22 +130,10 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html" title="class in org.apache.commons.text.translate">CharSequenceTranslator</a></code></td>
-<td class="colLast"><span class="typeNameLabel">StringEscapeUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/text/StringEscapeUtils.html#ESCAPE_HTML3_ONCE">ESCAPE_HTML3_ONCE</a></span></code>
-<div class="block">The improved translator object for escaping HTML version 3.0.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html" title="class in org.apache.commons.text.translate">CharSequenceTranslator</a></code></td>
 <td class="colLast"><span class="typeNameLabel">StringEscapeUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/text/StringEscapeUtils.html#ESCAPE_HTML4">ESCAPE_HTML4</a></span></code>
 <div class="block">Translator object for escaping HTML version 4.0.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html" title="class in org.apache.commons.text.translate">CharSequenceTranslator</a></code></td>
-<td class="colLast"><span class="typeNameLabel">StringEscapeUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/text/StringEscapeUtils.html#ESCAPE_HTML4_ONCE">ESCAPE_HTML4_ONCE</a></span></code>
-<div class="block">The improved translator object for escaping HTML version 4.0.</div>
-</td>
-</tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html" title="class in org.apache.commons.text.translate">CharSequenceTranslator</a></code></td>
 <td class="colLast"><span class="typeNameLabel">StringEscapeUtils.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/text/StringEscapeUtils.html#ESCAPE_JAVA">ESCAPE_JAVA</a></span></code>
@@ -262,7 +250,7 @@
 <tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/text/translate/CodePointTranslator.html" title="class in org.apache.commons.text.translate">CodePointTranslator</a></span></code>
-<div class="block">Helper subclass to CharSequenceTranslator to allow for translations that 
+<div class="block">Helper subclass to CharSequenceTranslator to allow for translations that
  will replace up to one character at a time.</div>
 </td>
 </tr>
@@ -299,7 +287,7 @@
 <tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.html" title="class in org.apache.commons.text.translate">NumericEntityUnescaper</a></span></code>
-<div class="block">Translate XML numeric entities of the form &amp;#[xX]?\d+;? to 
+<div class="block">Translate XML numeric entities of the form &amp;#[xX]?\d+;? to
  the specific codepoint.</div>
 </td>
 </tr>
@@ -311,24 +299,18 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/text/translate/SingleLookupTranslator.html" title="class in org.apache.commons.text.translate">SingleLookupTranslator</a></span></code>
-<div class="block">Translates a value using a lookup table.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/text/translate/UnicodeEscaper.html" title="class in org.apache.commons.text.translate">UnicodeEscaper</a></span></code>
 <div class="block">Translates codepoints to their Unicode escaped value.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/text/translate/UnicodeUnescaper.html" title="class in org.apache.commons.text.translate">UnicodeUnescaper</a></span></code>
-<div class="block">Translates escaped Unicode values of the form \\u+\d\d\d\d back to 
+<div class="block">Translates escaped Unicode values of the form \\u+\d\d\d\d back to
  Unicode.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/text/translate/UnicodeUnpairedSurrogateRemover.html" title="class in org.apache.commons.text.translate">UnicodeUnpairedSurrogateRemover</a></span></code>
 <div class="block">Helper subclass to CharSequenceTranslator to remove unpaired surrogates.</div>
@@ -346,7 +328,7 @@
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html" title="class in org.apache.commons.text.translate">CharSequenceTranslator</a></code></td>
 <td class="colLast"><span class="typeNameLabel">CharSequenceTranslator.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html#with-org.apache.commons.text.translate.CharSequenceTranslator...-">with</a></span>(<a href="../../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html" title="class in org.apache.commons.text.translate">CharSequenceTranslator</a>...&nbsp;translators)</code>
-<div class="block">Helper method to create a merger of this translator with another set of 
+<div class="block">Helper method to create a merger of this translator with another set of
  translators.</div>
 </td>
 </tr>
@@ -362,7 +344,7 @@
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html" title="class in org.apache.commons.text.translate">CharSequenceTranslator</a></code></td>
 <td class="colLast"><span class="typeNameLabel">CharSequenceTranslator.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html#with-org.apache.commons.text.translate.CharSequenceTranslator...-">with</a></span>(<a href="../../../../../../org/apache/commons/text/translate/CharSequenceTranslator.html" title="class in org.apache.commons.text.translate">CharSequenceTranslator</a>...&nbsp;translators)</code>
-<div class="block">Helper method to create a merger of this translator with another set of 
+<div class="block">Helper method to create a merger of this translator with another set of
  translators.</div>
 </td>
 </tr>

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/CodePointTranslator.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/CodePointTranslator.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/CodePointTranslator.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.text.translate.CodePointTranslator (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.translate.CodePointTranslator (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.text.translate.CodePointTranslator (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.text.translate.CodePointTranslator (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/CsvTranslators.CsvEscaper.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/CsvTranslators.CsvEscaper.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/CsvTranslators.CsvEscaper.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.text.translate.CsvTranslators.CsvEscaper (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.translate.CsvTranslators.CsvEscaper (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.text.translate.CsvTranslators.CsvEscaper (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.text.translate.CsvTranslators.CsvEscaper (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/CsvTranslators.CsvUnescaper.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/CsvTranslators.CsvUnescaper.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/CsvTranslators.CsvUnescaper.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.text.translate.CsvTranslators.CsvUnescaper (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.translate.CsvTranslators.CsvUnescaper (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.text.translate.CsvTranslators.CsvUnescaper (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.text.translate.CsvTranslators.CsvUnescaper (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/CsvTranslators.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/CsvTranslators.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/CsvTranslators.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.text.translate.CsvTranslators (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.translate.CsvTranslators (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.text.translate.CsvTranslators (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.text.translate.CsvTranslators (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/EntityArrays.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/EntityArrays.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/EntityArrays.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.text.translate.EntityArrays (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.translate.EntityArrays (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.text.translate.EntityArrays (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.text.translate.EntityArrays (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/JavaUnicodeEscaper.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/JavaUnicodeEscaper.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/JavaUnicodeEscaper.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.text.translate.JavaUnicodeEscaper (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.translate.JavaUnicodeEscaper (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.text.translate.JavaUnicodeEscaper (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.text.translate.JavaUnicodeEscaper (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/LookupTranslator.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/LookupTranslator.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/LookupTranslator.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.text.translate.LookupTranslator (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.translate.LookupTranslator (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.text.translate.LookupTranslator (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.text.translate.LookupTranslator (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/NumericEntityEscaper.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/NumericEntityEscaper.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/NumericEntityEscaper.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.text.translate.NumericEntityEscaper (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.translate.NumericEntityEscaper (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.text.translate.NumericEntityEscaper (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.text.translate.NumericEntityEscaper (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/NumericEntityUnescaper.OPTION.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/NumericEntityUnescaper.OPTION.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/NumericEntityUnescaper.OPTION.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.text.translate.NumericEntityUnescaper.OPTION (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.translate.NumericEntityUnescaper.OPTION (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.text.translate.NumericEntityUnescaper.OPTION (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.text.translate.NumericEntityUnescaper.OPTION (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/NumericEntityUnescaper.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/NumericEntityUnescaper.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/NumericEntityUnescaper.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.text.translate.NumericEntityUnescaper (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.translate.NumericEntityUnescaper (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.text.translate.NumericEntityUnescaper (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.text.translate.NumericEntityUnescaper (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/OctalUnescaper.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/OctalUnescaper.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/OctalUnescaper.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.text.translate.OctalUnescaper (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.translate.OctalUnescaper (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.text.translate.OctalUnescaper (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.text.translate.OctalUnescaper (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/UnicodeEscaper.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/UnicodeEscaper.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/UnicodeEscaper.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.text.translate.UnicodeEscaper (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.translate.UnicodeEscaper (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.text.translate.UnicodeEscaper (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.text.translate.UnicodeEscaper (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/UnicodeUnescaper.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/UnicodeUnescaper.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/UnicodeUnescaper.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.text.translate.UnicodeUnescaper (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.translate.UnicodeUnescaper (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.text.translate.UnicodeUnescaper (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.text.translate.UnicodeUnescaper (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/UnicodeUnpairedSurrogateRemover.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/UnicodeUnpairedSurrogateRemover.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/class-use/UnicodeUnpairedSurrogateRemover.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Class org.apache.commons.text.translate.UnicodeUnpairedSurrogateRemover (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.commons.text.translate.UnicodeUnpairedSurrogateRemover (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.commons.text.translate.UnicodeUnpairedSurrogateRemover (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.commons.text.translate.UnicodeUnpairedSurrogateRemover (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/package-frame.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>org.apache.commons.text.translate (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>org.apache.commons.text.translate (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -25,7 +25,6 @@
 <li><a href="NumericEntityEscaper.html" title="class in org.apache.commons.text.translate" target="classFrame">NumericEntityEscaper</a></li>
 <li><a href="NumericEntityUnescaper.html" title="class in org.apache.commons.text.translate" target="classFrame">NumericEntityUnescaper</a></li>
 <li><a href="OctalUnescaper.html" title="class in org.apache.commons.text.translate" target="classFrame">OctalUnescaper</a></li>
-<li><a href="SingleLookupTranslator.html" title="class in org.apache.commons.text.translate" target="classFrame">SingleLookupTranslator</a></li>
 <li><a href="UnicodeEscaper.html" title="class in org.apache.commons.text.translate" target="classFrame">UnicodeEscaper</a></li>
 <li><a href="UnicodeUnescaper.html" title="class in org.apache.commons.text.translate" target="classFrame">UnicodeUnescaper</a></li>
 <li><a href="UnicodeUnpairedSurrogateRemover.html" title="class in org.apache.commons.text.translate" target="classFrame">UnicodeUnpairedSurrogateRemover</a></li>

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/package-summary.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>org.apache.commons.text.translate (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>org.apache.commons.text.translate (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.commons.text.translate (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="org.apache.commons.text.translate (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -101,7 +101,7 @@
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/commons/text/translate/CodePointTranslator.html" title="class in org.apache.commons.text.translate">CodePointTranslator</a></td>
 <td class="colLast">
-<div class="block">Helper subclass to CharSequenceTranslator to allow for translations that 
+<div class="block">Helper subclass to CharSequenceTranslator to allow for translations that
  will replace up to one character at a time.</div>
 </td>
 </tr>
@@ -151,7 +151,7 @@
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.html" title="class in org.apache.commons.text.translate">NumericEntityUnescaper</a></td>
 <td class="colLast">
-<div class="block">Translate XML numeric entities of the form &amp;#[xX]?\d+;? to 
+<div class="block">Translate XML numeric entities of the form &amp;#[xX]?\d+;? to
  the specific codepoint.</div>
 </td>
 </tr>
@@ -162,25 +162,19 @@
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/commons/text/translate/SingleLookupTranslator.html" title="class in org.apache.commons.text.translate">SingleLookupTranslator</a></td>
-<td class="colLast">
-<div class="block">Translates a value using a lookup table.</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/commons/text/translate/UnicodeEscaper.html" title="class in org.apache.commons.text.translate">UnicodeEscaper</a></td>
 <td class="colLast">
 <div class="block">Translates codepoints to their Unicode escaped value.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="../../../../../org/apache/commons/text/translate/UnicodeUnescaper.html" title="class in org.apache.commons.text.translate">UnicodeUnescaper</a></td>
 <td class="colLast">
-<div class="block">Translates escaped Unicode values of the form \\u+\d\d\d\d back to 
+<div class="block">Translates escaped Unicode values of the form \\u+\d\d\d\d back to
  Unicode.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/commons/text/translate/UnicodeUnpairedSurrogateRemover.html" title="class in org.apache.commons.text.translate">UnicodeUnpairedSurrogateRemover</a></td>
 <td class="colLast">
 <div class="block">Helper subclass to CharSequenceTranslator to remove unpaired surrogates.</div>
@@ -199,7 +193,9 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.OPTION.html" title="enum in org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a></td>
-<td class="colLast">&nbsp;</td>
+<td class="colLast">
+<div class="block">NumericEntityUnescaper option enum.</div>
+</td>
 </tr>
 </tbody>
 </table>

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/package-tree.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/package-tree.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>org.apache.commons.text.translate Class Hierarchy (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>org.apache.commons.text.translate Class Hierarchy (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.commons.text.translate Class Hierarchy (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="org.apache.commons.text.translate Class Hierarchy (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -100,7 +100,6 @@
 <li type="circle">org.apache.commons.text.translate.<a href="../../../../../org/apache/commons/text/translate/LookupTranslator.html" title="class in org.apache.commons.text.translate"><span class="typeNameLink">LookupTranslator</span></a></li>
 <li type="circle">org.apache.commons.text.translate.<a href="../../../../../org/apache/commons/text/translate/NumericEntityUnescaper.html" title="class in org.apache.commons.text.translate"><span class="typeNameLink">NumericEntityUnescaper</span></a></li>
 <li type="circle">org.apache.commons.text.translate.<a href="../../../../../org/apache/commons/text/translate/OctalUnescaper.html" title="class in org.apache.commons.text.translate"><span class="typeNameLink">OctalUnescaper</span></a></li>
-<li type="circle">org.apache.commons.text.translate.<a href="../../../../../org/apache/commons/text/translate/SingleLookupTranslator.html" title="class in org.apache.commons.text.translate"><span class="typeNameLink">SingleLookupTranslator</span></a></li>
 <li type="circle">org.apache.commons.text.translate.<a href="../../../../../org/apache/commons/text/translate/UnicodeUnescaper.html" title="class in org.apache.commons.text.translate"><span class="typeNameLink">UnicodeUnescaper</span></a></li>
 </ul>
 </li>

Modified: websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/package-use.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/package-use.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/org/apache/commons/text/translate/package-use.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Uses of Package org.apache.commons.text.translate (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.commons.text.translate (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.commons.text.translate (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Uses of Package org.apache.commons.text.translate (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -130,7 +130,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/commons/text/translate/class-use/CodePointTranslator.html#org.apache.commons.text.translate">CodePointTranslator</a>
-<div class="block">Helper subclass to CharSequenceTranslator to allow for translations that 
+<div class="block">Helper subclass to CharSequenceTranslator to allow for translations that
  will replace up to one character at a time.</div>
 </td>
 </tr>
@@ -145,7 +145,9 @@
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><a href="../../../../../org/apache/commons/text/translate/class-use/NumericEntityUnescaper.OPTION.html#org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a>&nbsp;</td>
+<td class="colOne"><a href="../../../../../org/apache/commons/text/translate/class-use/NumericEntityUnescaper.OPTION.html#org.apache.commons.text.translate">NumericEntityUnescaper.OPTION</a>
+<div class="block">NumericEntityUnescaper option enum.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colOne"><a href="../../../../../org/apache/commons/text/translate/class-use/UnicodeEscaper.html#org.apache.commons.text.translate">UnicodeEscaper</a>

Modified: websites/production/commons/content/proper/commons-text/apidocs/overview-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/overview-frame.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/overview-frame.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Overview List (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Overview List (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

Modified: websites/production/commons/content/proper/commons-text/apidocs/overview-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/overview-summary.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/overview-summary.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Overview (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Overview (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Overview (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Overview (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -70,7 +70,7 @@
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 <div class="header">
-<h1 class="title">Apache Commons Text 1.0-SNAPSHOT API</h1>
+<h1 class="title">Apache Commons Text 1.1-SNAPSHOT API</h1>
 </div>
 <div class="contentContainer">
 <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation">

Modified: websites/production/commons/content/proper/commons-text/apidocs/overview-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/overview-tree.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/overview-tree.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Class Hierarchy (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Class Hierarchy (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Class Hierarchy (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Class Hierarchy (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -104,7 +104,6 @@
 <li type="circle">org.apache.commons.text.translate.<a href="org/apache/commons/text/translate/LookupTranslator.html" title="class in org.apache.commons.text.translate"><span class="typeNameLink">LookupTranslator</span></a></li>
 <li type="circle">org.apache.commons.text.translate.<a href="org/apache/commons/text/translate/NumericEntityUnescaper.html" title="class in org.apache.commons.text.translate"><span class="typeNameLink">NumericEntityUnescaper</span></a></li>
 <li type="circle">org.apache.commons.text.translate.<a href="org/apache/commons/text/translate/OctalUnescaper.html" title="class in org.apache.commons.text.translate"><span class="typeNameLink">OctalUnescaper</span></a></li>
-<li type="circle">org.apache.commons.text.translate.<a href="org/apache/commons/text/translate/SingleLookupTranslator.html" title="class in org.apache.commons.text.translate"><span class="typeNameLink">SingleLookupTranslator</span></a></li>
 <li type="circle">org.apache.commons.text.translate.<a href="org/apache/commons/text/translate/UnicodeUnescaper.html" title="class in org.apache.commons.text.translate"><span class="typeNameLink">UnicodeUnescaper</span></a></li>
 </ul>
 </li>

Modified: websites/production/commons/content/proper/commons-text/apidocs/serialized-form.html
==============================================================================
--- websites/production/commons/content/proper/commons-text/apidocs/serialized-form.html (original)
+++ websites/production/commons/content/proper/commons-text/apidocs/serialized-form.html Sun Mar 12 02:08:01 2017
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Serialized Form (Apache Commons Text 1.0-SNAPSHOT API)</title>
+<title>Serialized Form (Apache Commons Text 1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Serialized Form (Apache Commons Text 1.0-SNAPSHOT API)";
+            parent.document.title="Serialized Form (Apache Commons Text 1.1-SNAPSHOT API)";
         }
     }
     catch(err) {