You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by mi...@apache.org on 2019/06/19 21:00:05 UTC

svn commit: r1861661 [11/20] - in /maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST: ./ apidocs/ apidocs/org/apache/maven/doxia/docrenderer/ apidocs/org/apache/maven/doxia/docrenderer/class-use/ apidocs/org/apache/maven/do...

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/dependency-info.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/dependency-info.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/dependency-info.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:dependency-info at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:dependency-info at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; Dependency Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">Dependency Information</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -125,30 +125,30 @@
 <div class="source"><pre class="prettyprint linenums">&lt;dependency&gt;
   &lt;groupId&gt;org.apache.maven.doxia&lt;/groupId&gt;
   &lt;artifactId&gt;doxia-doc-renderer&lt;/artifactId&gt;
-  &lt;version&gt;1.9&lt;/version&gt;
+  &lt;version&gt;1.9.1&lt;/version&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Apache_Buildr"></a>Apache Buildr</h3><a name="Apache_Buildr"></a>
-<div class="source"><pre class="prettyprint linenums">'org.apache.maven.doxia:doxia-doc-renderer:jar:1.9'</pre></div></div>
+<div class="source"><pre class="prettyprint linenums">'org.apache.maven.doxia:doxia-doc-renderer:jar:1.9.1'</pre></div></div>
 <div class="section">
 <h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a>
-<div class="source"><pre class="prettyprint linenums">&lt;dependency org=&quot;org.apache.maven.doxia&quot; name=&quot;doxia-doc-renderer&quot; rev=&quot;1.9&quot;&gt;
+<div class="source"><pre class="prettyprint linenums">&lt;dependency org=&quot;org.apache.maven.doxia&quot; name=&quot;doxia-doc-renderer&quot; rev=&quot;1.9.1&quot;&gt;
   &lt;artifact name=&quot;doxia-doc-renderer&quot; type=&quot;jar&quot; /&gt;
 &lt;/dependency&gt;</pre></div></div>
 <div class="section">
 <h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a>
 <div class="source"><pre class="prettyprint linenums">@Grapes(
-@Grab(group='org.apache.maven.doxia', module='doxia-doc-renderer', version='1.9')
+@Grab(group='org.apache.maven.doxia', module='doxia-doc-renderer', version='1.9.1')
 )</pre></div></div>
 <div class="section">
 <h3><a name="Gradle.2FGrails"></a>Gradle/Grails</h3><a name="Gradle.2FGrails"></a>
-<div class="source"><pre class="prettyprint linenums">compile 'org.apache.maven.doxia:doxia-doc-renderer:1.9'</pre></div></div>
+<div class="source"><pre class="prettyprint linenums">compile 'org.apache.maven.doxia:doxia-doc-renderer:1.9.1'</pre></div></div>
 <div class="section">
 <h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a>
-<div class="source"><pre class="prettyprint linenums">libraryDependencies += &quot;org.apache.maven.doxia&quot; % &quot;doxia-doc-renderer&quot; % &quot;1.9&quot;</pre></div></div>
+<div class="source"><pre class="prettyprint linenums">libraryDependencies += &quot;org.apache.maven.doxia&quot; % &quot;doxia-doc-renderer&quot; % &quot;1.9.1&quot;</pre></div></div>
 <div class="section">
 <h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a>
-<div class="source"><pre class="prettyprint linenums">[org.apache.maven.doxia/doxia-doc-renderer &quot;1.9&quot;]</pre></div></div></div>
+<div class="source"><pre class="prettyprint linenums">[org.apache.maven.doxia/doxia-doc-renderer &quot;1.9.1&quot;]</pre></div></div></div>
         </div>
       </div>
     </div>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/dependency-management.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/dependency-management.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/dependency-management.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:dependency-management at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:dependency-management at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; Project Dependency Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">Project Dependency Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -151,7 +151,7 @@
 <tr class="a">
 <td>org.apache.maven.doxia</td>
 <td><a class="externalLink" href="https://maven.apache.org/doxia/doxia-sitetools/doxia-decoration-model/">doxia-decoration-model</a></td>
-<td>1.9</td>
+<td>1.9.1</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="b">
@@ -217,7 +217,7 @@
 <tr class="b">
 <td>org.apache.maven.doxia</td>
 <td><a class="externalLink" href="https://maven.apache.org/doxia/doxia-sitetools/doxia-skin-model/">doxia-skin-model</a></td>
-<td>1.9</td>
+<td>1.9.1</td>
 <td>jar</td>
 <td><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr>
 <tr class="a">

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/distribution-management.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/distribution-management.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/distribution-management.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:distribution-management at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:distribution-management at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; Project Distribution Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">Project Distribution Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/findbugs.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/findbugs.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/findbugs.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.codehaus.mojo:findbugs-maven-plugin:3.0.5:findbugs at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.codehaus.mojo:findbugs-maven-plugin:3.0.5:findbugs at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; FindBugs Bug Detector Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">FindBugs Bug Detector Report</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/index.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/index.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/index.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:index at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:index at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; About</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">About</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/issue-management.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/issue-management.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/issue-management.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:issue-management at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:issue-management at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; Issue Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">Issue Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/mailing-lists.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/mailing-lists.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/mailing-lists.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:mailing-lists at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:mailing-lists at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">Project Mailing Lists</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/plugin-management.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/plugin-management.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/plugin-management.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:plugin-management at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:plugin-management at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; Project Plugin Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">Project Plugin Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/plugins.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/plugins.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/plugins.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:plugins at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:plugins at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; Project Plugins</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">Project Plugins</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/pmd.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/pmd.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/pmd.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-pmd-plugin:3.8:pmd at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-pmd-plugin:3.8:pmd at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; PMD Results</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">PMD Results</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/project-info.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/project-info.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/project-info.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">Project Information</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/project-reports.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/project-reports.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/project-reports.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; Generated Reports</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">Generated Reports</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/scm.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/scm.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/scm.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:scm at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:scm at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; Source Code Management</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">Source Code Management</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -124,15 +124,15 @@
 <div class="section">
 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a>
 <p>The following is a link to a browsable version of the source repository:</p>
-<div class="source"><pre class="prettyprint linenums"><a class="externalLink" href="https://github.com/apache/maven-doxia-sitetools/tree/doxia-sitetools-1.9/doxia-doc-renderer">https://github.com/apache/maven-doxia-sitetools/tree/doxia-sitetools-1.9/doxia-doc-renderer</a></pre></div></div>
+<div class="source"><pre class="prettyprint linenums"><a class="externalLink" href="https://github.com/apache/maven-doxia-sitetools/tree/doxia-sitetools-1.9.1/doxia-doc-renderer">https://github.com/apache/maven-doxia-sitetools/tree/doxia-sitetools-1.9.1/doxia-doc-renderer</a></pre></div></div>
 <div class="section">
 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a name="Anonymous_Access"></a>
 <p>The source can be checked out anonymously from Git with this command (See <a class="externalLink" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>):</p>
-<div class="source"><pre class="prettyprint linenums">$ git clone --branch doxia-sitetools-1.9 https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</pre></div></div>
+<div class="source"><pre class="prettyprint linenums">$ git clone --branch doxia-sitetools-1.9.1 https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</pre></div></div>
 <div class="section">
 <h2><a name="Developer_Access"></a>Developer Access</h2><a name="Developer_Access"></a>
 <p>Only project developers can access the Git tree via this method (See <a class="externalLink" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>).</p>
-<div class="source"><pre class="prettyprint linenums">$ git clone --branch doxia-sitetools-1.9 https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</pre></div></div>
+<div class="source"><pre class="prettyprint linenums">$ git clone --branch doxia-sitetools-1.9.1 https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git</pre></div></div>
 <div class="section">
 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
 <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></div>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/sonar.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/sonar.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/sonar.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.codehaus.sonar-plugins:maven-report:0.1:report at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.codehaus.sonar-plugins:maven-report:0.1:report at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; Sonar</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">Sonar</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/summary.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/summary.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/summary.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:summary at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:summary at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; Project Summary</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">Project Summary</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -161,7 +161,7 @@
 <td>doxia-doc-renderer</td></tr>
 <tr class="b">
 <td>Version</td>
-<td>1.9</td></tr>
+<td>1.9.1</td></tr>
 <tr class="a">
 <td>Type</td>
 <td>jar</td></tr>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/surefire-report.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/surefire-report.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/surefire-report.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-surefire-report-plugin:2.22.0:report at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-surefire-report-plugin:2.22.0:report at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; Surefire Report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">Surefire Report</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">
@@ -154,7 +154,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>2.743</td></tr></table><br />
+<td>6.835</td></tr></table><br />
 <p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></div>
 <div class="section">
 <h2><a name="Package_List"></a>Package List</h2><a name="Package_List"></a>
@@ -175,7 +175,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>2.743</td></tr></table><br />
+<td>6.835</td></tr></table><br />
 <p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p>
 <div class="section">
 <h3><a name="org.apache.maven.doxia.docrenderer"></a>org.apache.maven.doxia.docrenderer</h3><a name="org.apache.maven.doxia.docrenderer"></a>
@@ -197,7 +197,7 @@ function toggleDisplay(elementId) {
 <td>0</td>
 <td>0</td>
 <td>100%</td>
-<td>2.743</td></tr></table></div><br /></div>
+<td>6.835</td></tr></table></div><br /></div>
 <div class="section">
 <h2><a name="Test_Cases"></a>Test Cases</h2><a name="Test_Cases"></a>
 <p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p>
@@ -207,19 +207,19 @@ function toggleDisplay(elementId) {
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
 <td><a name="TC_org.apache.maven.doxia.docrenderer.DocumentRendererTest.testITextAggregate"></a>testITextAggregate</td>
-<td>1.017</td></tr>
+<td>2.686</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.doxia.docrenderer.DocumentRendererTest.testIText"></a>testIText</td>
-<td>0.239</td></tr>
+<td><a name="TC_org.apache.maven.doxia.docrenderer.DocumentRendererTest.testFoAggregate"></a>testFoAggregate</td>
+<td>2.726</td></tr>
 <tr class="a">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.doxia.docrenderer.DocumentRendererTest.testFo"></a>testFo</td>
-<td>1.138</td></tr>
+<td><a name="TC_org.apache.maven.doxia.docrenderer.DocumentRendererTest.testIText"></a>testIText</td>
+<td>0.349</td></tr>
 <tr class="b">
 <td><img src="images/icon_success_sml.gif" alt="" /></td>
-<td><a name="TC_org.apache.maven.doxia.docrenderer.DocumentRendererTest.testFoAggregate"></a>testFoAggregate</td>
-<td>0.34</td></tr></table></div><br /></div>
+<td><a name="TC_org.apache.maven.doxia.docrenderer.DocumentRendererTest.testFo"></a>testFo</td>
+<td>1.056</td></tr></table></div><br /></div>
         </div>
       </div>
     </div>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/taglist.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/taglist.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/taglist.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.codehaus.mojo:taglist-maven-plugin:2.4:taglist at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.codehaus.mojo:taglist-maven-plugin:2.4:taglist at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; Tag List report</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">Tag List report</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/team.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/team.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/team.html Wed Jun 19 20:59:59 2019
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:team at 2019-06-07
+ | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-project-info-reports-plugin:3.0.0:team at 2019-06-19
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20190607" />
+    <meta name="Date-Revision-yyyymmdd" content="20190619" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Doc Renderer &#x2013; Project Team</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" />
@@ -42,8 +42,8 @@
       <li class=""><a href="../index.html" title="Doxia Sitetools">Doxia Sitetools</a><span class="divider">/</span></li>
       <li class=""><a href="index.html" title="Doc Renderer">Doc Renderer</a><span class="divider">/</span></li>
     <li class="active ">Project Team</li>
-        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-07</li>
-          <li id="projectVersion" class="pull-right">Version: 1.9</li>
+        <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2019-06-19</li>
+          <li id="projectVersion" class="pull-right">Version: 1.9.1</li>
         </ul>
       </div>
       <div class="row-fluid">

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/allclasses-frame.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/allclasses-frame.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/allclasses-frame.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Doxia Sitetools :: Document Renderer 1.9 Test API)</title>
+<title>All Classes (Doxia Sitetools :: Document Renderer 1.9.1 Test API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/allclasses-noframe.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/allclasses-noframe.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/allclasses-noframe.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Doxia Sitetools :: Document Renderer 1.9 Test API)</title>
+<title>All Classes (Doxia Sitetools :: Document Renderer 1.9.1 Test API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/constant-values.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/constant-values.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/constant-values.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Doxia Sitetools :: Document Renderer 1.9 Test API)</title>
+<title>Constant Field Values (Doxia Sitetools :: Document Renderer 1.9.1 Test 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="Constant Field Values (Doxia Sitetools :: Document Renderer 1.9 Test API)";
+            parent.document.title="Constant Field Values (Doxia Sitetools :: Document Renderer 1.9.1 Test API)";
         }
     }
     catch(err) {

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/deprecated-list.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/deprecated-list.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/deprecated-list.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (Doxia Sitetools :: Document Renderer 1.9 Test API)</title>
+<title>Deprecated List (Doxia Sitetools :: Document Renderer 1.9.1 Test 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="Deprecated List (Doxia Sitetools :: Document Renderer 1.9 Test API)";
+            parent.document.title="Deprecated List (Doxia Sitetools :: Document Renderer 1.9.1 Test API)";
         }
     }
     catch(err) {

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/help-doc.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/help-doc.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/help-doc.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>API Help (Doxia Sitetools :: Document Renderer 1.9 Test API)</title>
+<title>API Help (Doxia Sitetools :: Document Renderer 1.9.1 Test 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="API Help (Doxia Sitetools :: Document Renderer 1.9 Test API)";
+            parent.document.title="API Help (Doxia Sitetools :: Document Renderer 1.9.1 Test API)";
         }
     }
     catch(err) {

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/index-all.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/index-all.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/index-all.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index (Doxia Sitetools :: Document Renderer 1.9 Test API)</title>
+<title>Index (Doxia Sitetools :: Document Renderer 1.9.1 Test 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="Index (Doxia Sitetools :: Document Renderer 1.9 Test API)";
+            parent.document.title="Index (Doxia Sitetools :: Document Renderer 1.9.1 Test API)";
         }
     }
     catch(err) {

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/index.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/index.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/index.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Doxia Sitetools :: Document Renderer 1.9 Test API</title>
+<title>Doxia Sitetools :: Document Renderer 1.9.1 Test API</title>
 <script type="text/javascript">
     tmpTargetPage = "" + window.location.search;
     if (tmpTargetPage != "" && tmpTargetPage != "undefined")

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/DocumentRendererTest.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/DocumentRendererTest.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/DocumentRendererTest.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DocumentRendererTest (Doxia Sitetools :: Document Renderer 1.9 Test API)</title>
+<title>DocumentRendererTest (Doxia Sitetools :: Document Renderer 1.9.1 Test 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="DocumentRendererTest (Doxia Sitetools :: Document Renderer 1.9 Test API)";
+            parent.document.title="DocumentRendererTest (Doxia Sitetools :: Document Renderer 1.9.1 Test API)";
         }
     }
     catch(err) {

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/class-use/DocumentRendererTest.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/class-use/DocumentRendererTest.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/class-use/DocumentRendererTest.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.maven.doxia.docrenderer.DocumentRendererTest (Doxia Sitetools :: Document Renderer 1.9 Test API)</title>
+<title>Uses of Class org.apache.maven.doxia.docrenderer.DocumentRendererTest (Doxia Sitetools :: Document Renderer 1.9.1 Test 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.maven.doxia.docrenderer.DocumentRendererTest (Doxia Sitetools :: Document Renderer 1.9 Test API)";
+            parent.document.title="Uses of Class org.apache.maven.doxia.docrenderer.DocumentRendererTest (Doxia Sitetools :: Document Renderer 1.9.1 Test API)";
         }
     }
     catch(err) {

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/package-frame.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/package-frame.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/package-frame.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.maven.doxia.docrenderer (Doxia Sitetools :: Document Renderer 1.9 Test API)</title>
+<title>org.apache.maven.doxia.docrenderer (Doxia Sitetools :: Document Renderer 1.9.1 Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/package-summary.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/package-summary.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/package-summary.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.maven.doxia.docrenderer (Doxia Sitetools :: Document Renderer 1.9 Test API)</title>
+<title>org.apache.maven.doxia.docrenderer (Doxia Sitetools :: Document Renderer 1.9.1 Test 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.maven.doxia.docrenderer (Doxia Sitetools :: Document Renderer 1.9 Test API)";
+            parent.document.title="org.apache.maven.doxia.docrenderer (Doxia Sitetools :: Document Renderer 1.9.1 Test API)";
         }
     }
     catch(err) {

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/package-tree.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/package-tree.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/package-tree.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.maven.doxia.docrenderer Class Hierarchy (Doxia Sitetools :: Document Renderer 1.9 Test API)</title>
+<title>org.apache.maven.doxia.docrenderer Class Hierarchy (Doxia Sitetools :: Document Renderer 1.9.1 Test 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.maven.doxia.docrenderer Class Hierarchy (Doxia Sitetools :: Document Renderer 1.9 Test API)";
+            parent.document.title="org.apache.maven.doxia.docrenderer Class Hierarchy (Doxia Sitetools :: Document Renderer 1.9.1 Test API)";
         }
     }
     catch(err) {

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/package-use.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/package-use.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/org/apache/maven/doxia/docrenderer/package-use.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.maven.doxia.docrenderer (Doxia Sitetools :: Document Renderer 1.9 Test API)</title>
+<title>Uses of Package org.apache.maven.doxia.docrenderer (Doxia Sitetools :: Document Renderer 1.9.1 Test 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.maven.doxia.docrenderer (Doxia Sitetools :: Document Renderer 1.9 Test API)";
+            parent.document.title="Uses of Package org.apache.maven.doxia.docrenderer (Doxia Sitetools :: Document Renderer 1.9.1 Test API)";
         }
     }
     catch(err) {

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/overview-tree.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/overview-tree.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/testapidocs/overview-tree.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Class Hierarchy (Doxia Sitetools :: Document Renderer 1.9 Test API)</title>
+<title>Class Hierarchy (Doxia Sitetools :: Document Renderer 1.9.1 Test 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 (Doxia Sitetools :: Document Renderer 1.9 Test API)";
+            parent.document.title="Class Hierarchy (Doxia Sitetools :: Document Renderer 1.9.1 Test API)";
         }
     }
     catch(err) {

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref-test/index.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref-test/index.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref-test/index.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <!-- this is a JXR report set -->
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref-test/org/apache/maven/doxia/docrenderer/package-frame.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref-test/org/apache/maven/doxia/docrenderer/package-frame.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref-test/org/apache/maven/doxia/docrenderer/package-frame.html Wed Jun 19 20:59:59 2019
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference Package org.apache.maven.doxia.docrenderer</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference Package org.apache.maven.doxia.docrenderer</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref-test/org/apache/maven/doxia/docrenderer/package-summary.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref-test/org/apache/maven/doxia/docrenderer/package-summary.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref-test/org/apache/maven/doxia/docrenderer/package-summary.html Wed Jun 19 20:59:59 2019
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference Package org.apache.maven.doxia.docrenderer</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference Package org.apache.maven.doxia.docrenderer</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref-test/overview-frame.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref-test/overview-frame.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref-test/overview-frame.html Wed Jun 19 20:59:59 2019
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref-test/overview-summary.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref-test/overview-summary.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref-test/overview-summary.html Wed Jun 19 20:59:59 2019
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -24,7 +24,7 @@
 	        </ul>
       	</div>
 		
-		      	<h2>Doxia Sitetools :: Document Renderer 1.9 Reference</h2>
+		      	<h2>Doxia Sitetools :: Document Renderer 1.9.1 Reference</h2>
 
 		<table class="summary">
         	<thead>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/index.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/index.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/index.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <!-- this is a JXR report set -->
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/itext/package-frame.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/itext/package-frame.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/itext/package-frame.html Wed Jun 19 20:59:59 2019
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference Package org.apache.maven.doxia.docrenderer.itext</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference Package org.apache.maven.doxia.docrenderer.itext</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/itext/package-summary.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/itext/package-summary.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/itext/package-summary.html Wed Jun 19 20:59:59 2019
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference Package org.apache.maven.doxia.docrenderer.itext</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference Package org.apache.maven.doxia.docrenderer.itext</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/package-frame.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/package-frame.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/package-frame.html Wed Jun 19 20:59:59 2019
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference Package org.apache.maven.doxia.docrenderer</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference Package org.apache.maven.doxia.docrenderer</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/package-summary.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/package-summary.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/package-summary.html Wed Jun 19 20:59:59 2019
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference Package org.apache.maven.doxia.docrenderer</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference Package org.apache.maven.doxia.docrenderer</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/fo/package-frame.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/fo/package-frame.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/fo/package-frame.html Wed Jun 19 20:59:59 2019
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference Package org.apache.maven.doxia.docrenderer.pdf.fo</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference Package org.apache.maven.doxia.docrenderer.pdf.fo</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/fo/package-summary.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/fo/package-summary.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/fo/package-summary.html Wed Jun 19 20:59:59 2019
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference Package org.apache.maven.doxia.docrenderer.pdf.fo</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference Package org.apache.maven.doxia.docrenderer.pdf.fo</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/itext/package-frame.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/itext/package-frame.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/itext/package-frame.html Wed Jun 19 20:59:59 2019
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference Package org.apache.maven.doxia.docrenderer.pdf.itext</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference Package org.apache.maven.doxia.docrenderer.pdf.itext</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/itext/package-summary.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/itext/package-summary.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/itext/package-summary.html Wed Jun 19 20:59:59 2019
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference Package org.apache.maven.doxia.docrenderer.pdf.itext</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference Package org.apache.maven.doxia.docrenderer.pdf.itext</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/package-frame.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/package-frame.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/package-frame.html Wed Jun 19 20:59:59 2019
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference Package org.apache.maven.doxia.docrenderer.pdf</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference Package org.apache.maven.doxia.docrenderer.pdf</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/package-summary.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/package-summary.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/org/apache/maven/doxia/docrenderer/pdf/package-summary.html Wed Jun 19 20:59:59 2019
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference Package org.apache.maven.doxia.docrenderer.pdf</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference Package org.apache.maven.doxia.docrenderer.pdf</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/overview-frame.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/overview-frame.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/overview-frame.html Wed Jun 19 20:59:59 2019
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/overview-summary.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/overview-summary.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-doc-renderer/xref/overview-summary.html Wed Jun 19 20:59:59 2019
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Doxia Sitetools :: Document Renderer 1.9 Reference</title>
+		<title>Doxia Sitetools :: Document Renderer 1.9.1 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -24,7 +24,7 @@
 	        </ul>
       	</div>
 		
-		      	<h2>Doxia Sitetools :: Document Renderer 1.9 Reference</h2>
+		      	<h2>Doxia Sitetools :: Document Renderer 1.9.1 Reference</h2>
 
 		<table class="summary">
         	<thead>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-integration-tools/apidocs/allclasses-frame.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-integration-tools/apidocs/allclasses-frame.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-integration-tools/apidocs/allclasses-frame.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Doxia Sitetools :: Integration Tools 1.9 API)</title>
+<title>All Classes (Doxia Sitetools :: Integration Tools 1.9.1 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-integration-tools/apidocs/allclasses-noframe.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-integration-tools/apidocs/allclasses-noframe.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-integration-tools/apidocs/allclasses-noframe.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Doxia Sitetools :: Integration Tools 1.9 API)</title>
+<title>All Classes (Doxia Sitetools :: Integration Tools 1.9.1 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-integration-tools/apidocs/constant-values.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-integration-tools/apidocs/constant-values.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-integration-tools/apidocs/constant-values.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Doxia Sitetools :: Integration Tools 1.9 API)</title>
+<title>Constant Field Values (Doxia Sitetools :: Integration Tools 1.9.1 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="Constant Field Values (Doxia Sitetools :: Integration Tools 1.9 API)";
+            parent.document.title="Constant Field Values (Doxia Sitetools :: Integration Tools 1.9.1 API)";
         }
     }
     catch(err) {

Modified: maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-integration-tools/apidocs/deprecated-list.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-integration-tools/apidocs/deprecated-list.html (original)
+++ maven/doxia/website/components/doxia-sitetools-archives/doxia-sitetools-LATEST/doxia-integration-tools/apidocs/deprecated-list.html Wed Jun 19 20:59:59 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (Doxia Sitetools :: Integration Tools 1.9 API)</title>
+<title>Deprecated List (Doxia Sitetools :: Integration Tools 1.9.1 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="Deprecated List (Doxia Sitetools :: Integration Tools 1.9 API)";
+            parent.document.title="Deprecated List (Doxia Sitetools :: Integration Tools 1.9.1 API)";
         }
     }
     catch(err) {