Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/logging/package-frame.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/logging/package-frame.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/logging/package-frame.html
 Tue Jun 13 19:13:15 2017
@@ -1,9 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.utils.logging (Apache Maven Shared Utils 
3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.utils.logging (Apache Maven Shared Utils 3.2.0 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/logging/package-summary.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/logging/package-summary.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/logging/package-summary.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.utils.logging (Apache Maven Shared Utils 
3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.utils.logging (Apache Maven Shared Utils 3.2.0 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.shared.utils.logging (Apache 
Maven Shared Utils 3.2.0-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.shared.utils.logging (Apache 
Maven Shared Utils 3.2.0 API)";
     }
 //-->
 </script>
@@ -106,7 +106,7 @@
 <tr class="altColor">
 <td class="colFirst"><a 
href="../../../../../../org/apache/maven/shared/utils/logging/MessageUtils.html"
 title="class in org.apache.maven.shared.utils.logging">MessageUtils</a></td>
 <td class="colLast">
-<div class="block">Colored message utils, to manage colors consistently across 
plugins (only if Maven version is at least 3.4.0).</div>
+<div class="block">Colored message utils, to manage colors consistently across 
plugins (only if Maven version is at least 3.5.0).</div>
 </td>
 </tr>
 </tbody>
@@ -118,7 +118,7 @@
 </a>
 <h2 title="Package org.apache.maven.shared.utils.logging Description">Package 
org.apache.maven.shared.utils.logging Description</h2>
 <div class="block">An API to write Maven messages to console with styled color 
content, consistently across whole
- Maven ecosystem (Maven itself or any plugin or extension). 
+ Maven ecosystem (Maven itself or any plugin or extension).
  <p>
  Messages are built with instances of <a 
href="../../../../../../org/apache/maven/shared/utils/logging/MessageBuilder.html"
 title="interface in 
org.apache.maven.shared.utils.logging"><code>MessageBuilder</code></a>
  which provides a fluent API, while error level are colored by slf4j provider 
with
@@ -127,10 +127,10 @@
  <a 
href="../../../../../../org/apache/maven/shared/utils/logging/MessageUtils.html"
 title="class in 
org.apache.maven.shared.utils.logging"><code>MessageUtils</code></a> gives 
access to these builders.
  <p>
  Plugins can use this API with any Maven version: color
- just won't be activated when run with Maven version older than 3.4.0.
+ just won't be activated when run with Maven version older than 3.5.0.
  <p>
  Styles are:<ul>
- <li><code>debug</code>, <code>info</code>, <code>warning</code> and 
<code>error</code> for 
+ <li><code>debug</code>, <code>info</code>, <code>warning</code> and 
<code>error</code> for
  <a 
href="../../../../../../org/apache/maven/shared/utils/logging/LoggerLevelRenderer.html"
 title="interface in org.apache.maven.shared.utils.logging"><code>logger level 
rendering</code></a>,</li>
  <li><code>success</code>, <code>warning</code>, <code>failure</code>, 
<code>strong</code>, <code>mojo</code>
  and <code>project</code> for <a 
href="../../../../../../org/apache/maven/shared/utils/logging/MessageBuilder.html"
 title="interface in org.apache.maven.shared.utils.logging"><code>message 
content</code></a></li>
@@ -139,7 +139,7 @@
  environment variable (eventually in <code>.mavenrc</code> script):<ul>
  <li>system properties are named <code>style.&lt;style name&gt;</code>,</li>
  <li>values are comma separated combination of <code>bold</code>, 
<code>&lt;color&gt;</code> and
- <code>bg&lt;color&gt;</code> (for background), where 
<code>&lt;color&gt;</code> is 
+ <code>bg&lt;color&gt;</code> (for background), where 
<code>&lt;color&gt;</code> is
  an <a href="https://en.wikipedia.org/wiki/ANSI_escape_code#Colors";>ANSI 
color</a>: <code>black</code>,
  <code>red</code>, <code>green</code>, <code>yellow</code>, <code>blue</code>, 
<code>magenta</code>,
  <code>cyan</code> or <code>white</code>, eventually with <code>bright</code> 
prefix</li>
@@ -192,6 +192,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/logging/package-tree.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/logging/package-tree.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/logging/package-tree.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.utils.logging Class Hierarchy (Apache Maven 
Shared Utils 3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.utils.logging Class Hierarchy (Apache Maven 
Shared Utils 3.2.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.shared.utils.logging Class 
Hierarchy (Apache Maven Shared Utils 3.2.0-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.shared.utils.logging Class 
Hierarchy (Apache Maven Shared Utils 3.2.0 API)";
     }
 //-->
 </script>
@@ -128,6 +128,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/logging/package-use.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/logging/package-use.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/logging/package-use.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.shared.utils.logging (Apache Maven 
Shared Utils 3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Package org.apache.maven.shared.utils.logging (Apache Maven 
Shared Utils 3.2.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package 
org.apache.maven.shared.utils.logging (Apache Maven Shared Utils 3.2.0-SNAPSHOT 
API)";
+        parent.document.title="Uses of Package 
org.apache.maven.shared.utils.logging (Apache Maven Shared Utils 3.2.0 API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/package-frame.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/package-frame.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/package-frame.html
 Tue Jun 13 19:13:15 2017
@@ -1,9 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.utils (Apache Maven Shared Utils 3.2.0-SNAPSHOT 
API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.utils (Apache Maven Shared Utils 3.2.0 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/package-summary.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/package-summary.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/package-summary.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.utils (Apache Maven Shared Utils 3.2.0-SNAPSHOT 
API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.utils (Apache Maven Shared Utils 3.2.0 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.shared.utils (Apache Maven 
Shared Utils 3.2.0-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.shared.utils (Apache Maven 
Shared Utils 3.2.0 API)";
     }
 //-->
 </script>
@@ -161,6 +161,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/package-tree.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/package-tree.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/package-tree.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.utils Class Hierarchy (Apache Maven Shared 
Utils 3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.utils Class Hierarchy (Apache Maven Shared 
Utils 3.2.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.shared.utils Class Hierarchy 
(Apache Maven Shared Utils 3.2.0-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.shared.utils Class Hierarchy 
(Apache Maven Shared Utils 3.2.0 API)";
     }
 //-->
 </script>
@@ -128,6 +128,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/package-use.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/package-use.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/package-use.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.shared.utils (Apache Maven Shared 
Utils 3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Package org.apache.maven.shared.utils (Apache Maven Shared 
Utils 3.2.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.shared.utils 
(Apache Maven Shared Utils 3.2.0-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.apache.maven.shared.utils 
(Apache Maven Shared Utils 3.2.0 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/reflection/package-frame.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/reflection/package-frame.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/reflection/package-frame.html
 Tue Jun 13 19:13:15 2017
@@ -1,9 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.utils.reflection (Apache Maven Shared Utils 
3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.utils.reflection (Apache Maven Shared Utils 
3.2.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/reflection/package-summary.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/reflection/package-summary.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/reflection/package-summary.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.utils.reflection (Apache Maven Shared Utils 
3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.utils.reflection (Apache Maven Shared Utils 
3.2.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.shared.utils.reflection 
(Apache Maven Shared Utils 3.2.0-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.shared.utils.reflection 
(Apache Maven Shared Utils 3.2.0 API)";
     }
 //-->
 </script>
@@ -109,6 +109,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/reflection/package-tree.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/reflection/package-tree.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/reflection/package-tree.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.utils.reflection Class Hierarchy (Apache Maven 
Shared Utils 3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.utils.reflection Class Hierarchy (Apache Maven 
Shared Utils 3.2.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.shared.utils.reflection Class 
Hierarchy (Apache Maven Shared Utils 3.2.0-SNAPSHOT API)";
+        parent.document.title="org.apache.maven.shared.utils.reflection Class 
Hierarchy (Apache Maven Shared Utils 3.2.0 API)";
     }
 //-->
 </script>
@@ -113,6 +113,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/reflection/package-use.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/reflection/package-use.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/reflection/package-use.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.shared.utils.reflection (Apache Maven 
Shared Utils 3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Package org.apache.maven.shared.utils.reflection (Apache Maven 
Shared Utils 3.2.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package 
org.apache.maven.shared.utils.reflection (Apache Maven Shared Utils 
3.2.0-SNAPSHOT API)";
+        parent.document.title="Uses of Package 
org.apache.maven.shared.utils.reflection (Apache Maven Shared Utils 3.2.0 API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/PrettyPrintXMLWriter.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/PrettyPrintXMLWriter.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/PrettyPrintXMLWriter.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PrettyPrintXMLWriter (Apache Maven Shared Utils 3.2.0-SNAPSHOT 
API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>PrettyPrintXMLWriter (Apache Maven Shared Utils 3.2.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PrettyPrintXMLWriter (Apache Maven Shared Utils 
3.2.0-SNAPSHOT API)";
+        parent.document.title="PrettyPrintXMLWriter (Apache Maven Shared Utils 
3.2.0 API)";
     }
 //-->
 </script>
@@ -374,13 +374,16 @@ implements <a href="../../../../../../or
 <li class="blockList">
 <h4>addAttribute</h4>
 <pre>public&nbsp;void&nbsp;addAttribute(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;key,
-                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;value)
+                  throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Add a XML attribute to the current XML Element.
  This method must get called immediately after <a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html#startElement(java.lang.String)"><code>XMLWriter.startElement(String)</code></a></div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html#addAttribute(java.lang.String,%20java.lang.String)">addAttribute</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in org.apache.maven.shared.utils.xml">XMLWriter</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key 
of the attribute.</dd><dd><code>value</code> - The value of the 
attribute.</dd></dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The key 
of the attribute.</dd><dd><code>value</code> - The value of the attribute.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if adding the 
attribute fails.</dd></dl>
 </li>
 </ul>
 <a name="setEncoding(java.lang.String)">
@@ -438,12 +441,15 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>startElement</h4>
-<pre>public&nbsp;void&nbsp;startElement(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;elementName)</pre>
+<pre>public&nbsp;void&nbsp;startElement(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;elementName)
+                  throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Start an XML Element tag.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html#startElement(java.lang.String)">startElement</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in org.apache.maven.shared.utils.xml">XMLWriter</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>elementName</code> - 
The name of the tag.</dd></dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>elementName</code> - 
The name of the tag.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if starting the 
element fails.</dd></dl>
 </li>
 </ul>
 <a name="writeText(java.lang.String)">
@@ -452,13 +458,16 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>writeText</h4>
-<pre>public&nbsp;void&nbsp;writeText(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;text)</pre>
+<pre>public&nbsp;void&nbsp;writeText(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;text)
+               throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Add a value text to the current element tag
  This will perform XML escaping to guarantee valid content</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html#writeText(java.lang.String)">writeText</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in org.apache.maven.shared.utils.xml">XMLWriter</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>text</code> - The 
text which should be written.</dd></dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>text</code> - The 
text which should be written.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing the 
text fails.</dd></dl>
 </li>
 </ul>
 <a name="writeMarkup(java.lang.String)">
@@ -467,12 +476,15 @@ implements <a href="../../../../../../or
 <ul class="blockList">
 <li class="blockList">
 <h4>writeMarkup</h4>
-<pre>public&nbsp;void&nbsp;writeMarkup(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;markup)</pre>
+<pre>public&nbsp;void&nbsp;writeMarkup(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;markup)
+                 throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Add a preformatted markup to the current element tag</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html#writeMarkup(java.lang.String)">writeMarkup</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in org.apache.maven.shared.utils.xml">XMLWriter</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>markup</code> - The 
text which should be written.</dd></dl>
+<dt><span class="strong">Parameters:</span></dt><dd><code>markup</code> - The 
text which should be written.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing the 
markup fails.</dd></dl>
 </li>
 </ul>
 <a name="endElement()">
@@ -481,12 +493,14 @@ implements <a href="../../../../../../or
 <ul class="blockListLast">
 <li class="blockList">
 <h4>endElement</h4>
-<pre>public&nbsp;void&nbsp;endElement()</pre>
+<pre>public&nbsp;void&nbsp;endElement()
+                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">End the previously opened element.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html#endElement()">endElement</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in org.apache.maven.shared.utils.xml">XMLWriter</a></code></dd>
-<dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html#startElement(java.lang.String)"><code>XMLWriter.startElement(String)</code></a></dd></dl>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if ending the 
element fails.</dd><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html#startElement(java.lang.String)"><code>XMLWriter.startElement(String)</code></a></dd></dl>
 </li>
 </ul>
 </li>
@@ -556,6 +570,6 @@ implements <a href="../../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/XMLWriter.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/XMLWriter.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/XMLWriter.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>XMLWriter (Apache Maven Shared Utils 3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>XMLWriter (Apache Maven Shared Utils 3.2.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="XMLWriter (Apache Maven Shared Utils 
3.2.0-SNAPSHOT API)";
+        parent.document.title="XMLWriter (Apache Maven Shared Utils 3.2.0 
API)";
     }
 //-->
 </script>
@@ -204,9 +204,12 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>startElement</h4>
-<pre>void&nbsp;startElement(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>void&nbsp;startElement(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)
+                  throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Start an XML Element tag.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - 
The name of the tag.</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - 
The name of the tag.</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if starting the 
element fails.</dd></dl>
 </li>
 </ul>
 <a name="addAttribute(java.lang.String, java.lang.String)">
@@ -216,12 +219,14 @@
 <li class="blockList">
 <h4>addAttribute</h4>
 <pre>void&nbsp;addAttribute(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;key,
-                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;value)</pre>
+                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;value)
+                  throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Add a XML attribute to the current XML Element.
  This method must get called immediately after <a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html#startElement(java.lang.String)"><code>startElement(String)</code></a></div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The 
key of the attribute.</dd><dd><code>value</code> - The value of the 
attribute.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalStateException.html?is-external=true";
 title="class or interface in java.lang">IllegalStateException</a></code> - if 
no element tag is currently in process</dd></dl>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalStateException.html?is-external=true";
 title="class or interface in java.lang">IllegalStateException</a></code> - if 
no element tag is currently in process</dd>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if adding the 
attribute fails.</dd></dl>
 </li>
 </ul>
 <a name="writeText(java.lang.String)">
@@ -230,12 +235,14 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>writeText</h4>
-<pre>void&nbsp;writeText(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;text)</pre>
+<pre>void&nbsp;writeText(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;text)
+               throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Add a value text to the current element tag
  This will perform XML escaping to guarantee valid content</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>text</code> - 
The text which should be written.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalStateException.html?is-external=true";
 title="class or interface in java.lang">IllegalStateException</a></code> - if 
no element tag got started yet</dd></dl>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalStateException.html?is-external=true";
 title="class or interface in java.lang">IllegalStateException</a></code> - if 
no element tag got started yet</dd>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing the 
text fails.</dd></dl>
 </li>
 </ul>
 <a name="writeMarkup(java.lang.String)">
@@ -244,11 +251,13 @@
 <ul class="blockList">
 <li class="blockList">
 <h4>writeMarkup</h4>
-<pre>void&nbsp;writeMarkup(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;text)</pre>
+<pre>void&nbsp;writeMarkup(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;text)
+                 throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Add a preformatted markup to the current element tag</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>text</code> - 
The text which should be written.</dd>
 <dt><span class="strong">Throws:</span></dt>
-<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalStateException.html?is-external=true";
 title="class or interface in java.lang">IllegalStateException</a></code> - if 
no element tag got started yet</dd></dl>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalStateException.html?is-external=true";
 title="class or interface in java.lang">IllegalStateException</a></code> - if 
no element tag got started yet</dd>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing the 
markup fails.</dd></dl>
 </li>
 </ul>
 <a name="endElement()">
@@ -257,9 +266,11 @@
 <ul class="blockListLast">
 <li class="blockList">
 <h4>endElement</h4>
-<pre>void&nbsp;endElement()</pre>
+<pre>void&nbsp;endElement()
+                throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">End the previously opened element.</div>
-<dl><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html#startElement(java.lang.String)"><code>startElement(String)</code></a></dd></dl>
+<dl><dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if ending the 
element fails.</dd><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html#startElement(java.lang.String)"><code>startElement(String)</code></a></dd></dl>
 </li>
 </ul>
 </li>
@@ -329,6 +340,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/XmlStreamReader.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/XmlStreamReader.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/XmlStreamReader.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>XmlStreamReader (Apache Maven Shared Utils 3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>XmlStreamReader (Apache Maven Shared Utils 3.2.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="XmlStreamReader (Apache Maven Shared Utils 
3.2.0-SNAPSHOT API)";
+        parent.document.title="XmlStreamReader (Apache Maven Shared Utils 
3.2.0 API)";
     }
 //-->
 </script>
@@ -493,6 +493,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/XmlStreamWriter.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/XmlStreamWriter.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/XmlStreamWriter.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>XmlStreamWriter (Apache Maven Shared Utils 3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>XmlStreamWriter (Apache Maven Shared Utils 3.2.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="XmlStreamWriter (Apache Maven Shared Utils 
3.2.0-SNAPSHOT API)";
+        parent.document.title="XmlStreamWriter (Apache Maven Shared Utils 
3.2.0 API)";
     }
 //-->
 </script>
@@ -89,7 +89,7 @@
 <li><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">java.io.Writer</a></li>
 <li>
 <ul class="inheritance">
-<li>org.apache.commons.io.output.XmlStreamWriter</li>
+<li><a 
href="http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/output/XmlStreamWriter.html?is-external=true";
 title="class or interface in 
org.apache.commons.io.output">org.apache.commons.io.output.XmlStreamWriter</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.maven.shared.utils.xml.XmlStreamWriter</li>
@@ -110,7 +110,7 @@
 <hr>
 <br>
 <pre>public class <span class="strong">XmlStreamWriter</span>
-extends org.apache.commons.io.output.XmlStreamWriter</pre>
+extends <a 
href="http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/output/XmlStreamWriter.html?is-external=true";
 title="class or interface in 
org.apache.commons.io.output">XmlStreamWriter</a></pre>
 <div class="block">We just wrap the commons StreamWriter to not get into 
troubles
  by exposing shaded commons-io packages</div>
 </li>
@@ -164,8 +164,8 @@ extends org.apache.commons.io.output.Xml
 <li class="blockList"><a 
name="methods_inherited_from_class_org.apache.commons.io.output.XmlStreamWriter">
 <!--   -->
 </a>
-<h3>Methods inherited from 
class&nbsp;org.apache.commons.io.output.XmlStreamWriter</h3>
-<code>close, flush, getDefaultEncoding, getEncoding, write</code></li>
+<h3>Methods inherited from class&nbsp;org.apache.commons.io.output.<a 
href="http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/output/XmlStreamWriter.html?is-external=true";
 title="class or interface in 
org.apache.commons.io.output">XmlStreamWriter</a></h3>
+<code><a 
href="http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/output/XmlStreamWriter.html?is-external=true#close()"
 title="class or interface in org.apache.commons.io.output">close</a>, <a 
href="http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/output/XmlStreamWriter.html?is-external=true#flush()"
 title="class or interface in org.apache.commons.io.output">flush</a>, <a 
href="http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/output/XmlStreamWriter.html?is-external=true#getDefaultEncoding()"
 title="class or interface in 
org.apache.commons.io.output">getDefaultEncoding</a>, <a 
href="http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/output/XmlStreamWriter.html?is-external=true#getEncoding()"
 title="class or interface in org.apache.commons.io.output">getEncoding</a>, <a 
href="http://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/output/XmlStreamWriter.html?is-external=tr
 ue#write(char[],%20int,%20int)" title="class or interface in 
org.apache.commons.io.output">write</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.io.Writer">
@@ -285,6 +285,6 @@ extends org.apache.commons.io.output.Xml
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/XmlWriterUtil.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/XmlWriterUtil.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/XmlWriterUtil.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>XmlWriterUtil (Apache Maven Shared Utils 3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>XmlWriterUtil (Apache Maven Shared Utils 3.2.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="XmlWriterUtil (Apache Maven Shared Utils 
3.2.0-SNAPSHOT API)";
+        parent.document.title="XmlWriterUtil (Apache Maven Shared Utils 3.2.0 
API)";
     }
 //-->
 </script>
@@ -123,13 +123,13 @@ extends <a href="http://docs.oracle.com/
 <tr class="altColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_COLUMN_LINE">DEFAULT_COLUMN_LINE</a></strong></code>
-<div class="block">The default column before line wrapping i.e. 80.</div>
+<div class="block">The default column before line wrapping i.e.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static int</code></td>
 <td class="colLast"><code><strong><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_INDENTATION_SIZE">DEFAULT_INDENTATION_SIZE</a></strong></code>
-<div class="block">The default line indenter size i.e. 2.</div>
+<div class="block">The default line indenter size i.e.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -366,9 +366,12 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>writeLineBreak</h4>
-<pre>public static&nbsp;void&nbsp;writeLineBreak(<a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in 
org.apache.maven.shared.utils.xml">XMLWriter</a>&nbsp;writer)</pre>
+<pre>public static&nbsp;void&nbsp;writeLineBreak(<a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in 
org.apache.maven.shared.utils.xml">XMLWriter</a>&nbsp;writer)
+                           throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Convenience method to write one <code>CRLF</code>.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null writer</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null writer</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing 
fails.</dd></dl>
 </li>
 </ul>
 <a name="writeLineBreak(org.apache.maven.shared.utils.xml.XMLWriter, int)">
@@ -378,9 +381,12 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <h4>writeLineBreak</h4>
 <pre>public static&nbsp;void&nbsp;writeLineBreak(<a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in 
org.apache.maven.shared.utils.xml">XMLWriter</a>&nbsp;writer,
-                  int&nbsp;repeat)</pre>
+                  int&nbsp;repeat)
+                           throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Convenience method to repeat <code>CRLF</code>.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>repeat</code> - positive number</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>repeat</code> - positive number</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing 
fails.</dd></dl>
 </li>
 </ul>
 <a name="writeLineBreak(org.apache.maven.shared.utils.xml.XMLWriter, int, 
int)">
@@ -391,9 +397,12 @@ extends <a href="http://docs.oracle.com/
 <h4>writeLineBreak</h4>
 <pre>public static&nbsp;void&nbsp;writeLineBreak(<a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in 
org.apache.maven.shared.utils.xml">XMLWriter</a>&nbsp;writer,
                   int&nbsp;repeat,
-                  int&nbsp;indent)</pre>
+                  int&nbsp;indent)
+                           throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Convenience method to repeat <code>CRLF</code> and to 
indent the writer by <code>2</code>.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>repeat</code> - The number of repetitions of the 
indent</dd><dd><code>indent</code> - positive number</dd><dt><span 
class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_INDENTATION_SIZE"><code>DEFAULT_INDENTATION_SIZE</code></a>,
 
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>repeat</code> - The number of repetitions of the 
indent</dd><dd><code>indent</code> - positive number</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing 
fails.</dd><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_INDENTATION_SIZE"><code>DEFAULT_INDENTATION_SIZE</code></a>,
 
 <a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#writeLineBreak(org.apache.maven.shared.utils.xml.XMLWriter,%20int,%20int,%20int)"><code>writeLineBreak(XMLWriter,
 int, int, int)</code></a></dd></dl>
 </li>
 </ul>
@@ -406,9 +415,12 @@ extends <a href="http://docs.oracle.com/
 <pre>public static&nbsp;void&nbsp;writeLineBreak(<a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in 
org.apache.maven.shared.utils.xml">XMLWriter</a>&nbsp;writer,
                   int&nbsp;repeat,
                   int&nbsp;indent,
-                  int&nbsp;indentSize)</pre>
+                  int&nbsp;indentSize)
+                           throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Convenience method to repeat <code>CRLF</code> and to 
indent the writer by <code>indentSize</code>.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>repeat</code> - The number of repetitions of the 
indent</dd><dd><code>indent</code> - positive 
number</dd><dd><code>indentSize</code> - positive number</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>repeat</code> - The number of repetitions of the 
indent</dd><dd><code>indent</code> - positive 
number</dd><dd><code>indentSize</code> - positive number</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing 
fails.</dd></dl>
 </li>
 </ul>
 <a name="writeCommentLineBreak(org.apache.maven.shared.utils.xml.XMLWriter)">
@@ -417,9 +429,12 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>writeCommentLineBreak</h4>
-<pre>public static&nbsp;void&nbsp;writeCommentLineBreak(<a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in 
org.apache.maven.shared.utils.xml">XMLWriter</a>&nbsp;writer)</pre>
+<pre>public static&nbsp;void&nbsp;writeCommentLineBreak(<a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in 
org.apache.maven.shared.utils.xml">XMLWriter</a>&nbsp;writer)
+                                  throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Convenience method to write XML comment line break. Its 
size is <code>80</code>.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_COLUMN_LINE"><code>DEFAULT_COLUMN_LINE</code></a>,
 
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing 
fails.</dd><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_COLUMN_LINE"><code>DEFAULT_COLUMN_LINE</code></a>,
 
 <a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#writeCommentLineBreak(org.apache.maven.shared.utils.xml.XMLWriter,%20int)"><code>writeCommentLineBreak(XMLWriter,
 int)</code></a></dd></dl>
 </li>
 </ul>
@@ -430,9 +445,12 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <h4>writeCommentLineBreak</h4>
 <pre>public static&nbsp;void&nbsp;writeCommentLineBreak(<a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in 
org.apache.maven.shared.utils.xml">XMLWriter</a>&nbsp;writer,
-                         int&nbsp;columnSize)</pre>
+                         int&nbsp;columnSize)
+                                  throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Convenience method to write XML comment line break with 
<code>columnSize</code> as length.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>columnSize</code> - positive number</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>columnSize</code> - positive number</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing 
fails.</dd></dl>
 </li>
 </ul>
 <a name="writeComment(org.apache.maven.shared.utils.xml.XMLWriter, 
java.lang.String)">
@@ -442,10 +460,13 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <h4>writeComment</h4>
 <pre>public static&nbsp;void&nbsp;writeComment(<a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in 
org.apache.maven.shared.utils.xml">XMLWriter</a>&nbsp;writer,
-                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;comment)</pre>
+                <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;comment)
+                         throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Convenience method to write XML comment line. The 
<code>comment</code> is splitted to have a size of
  <code>80</code>.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>comment</code> - The comment to write</dd><dt><span 
class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_INDENTATION_SIZE"><code>DEFAULT_INDENTATION_SIZE</code></a>,
 
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>comment</code> - The comment to write</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing 
fails.</dd><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_INDENTATION_SIZE"><code>DEFAULT_INDENTATION_SIZE</code></a>,
 
 <a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#writeComment(org.apache.maven.shared.utils.xml.XMLWriter,%20java.lang.String,%20int,%20int)"><code>writeComment(XMLWriter,
 String, int, int)</code></a></dd></dl>
 </li>
 </ul>
@@ -457,10 +478,13 @@ extends <a href="http://docs.oracle.com/
 <h4>writeComment</h4>
 <pre>public static&nbsp;void&nbsp;writeComment(<a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in 
org.apache.maven.shared.utils.xml">XMLWriter</a>&nbsp;writer,
                 <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;comment,
-                int&nbsp;indent)</pre>
+                int&nbsp;indent)
+                         throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Convenience method to write XML comment line. The 
<code>comment</code> is split to have a size of
  <code>80</code> and is indented by <code>indent</code> using <code>2</code> 
as indentation size.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>comment</code> - The comment to 
write</dd><dd><code>indent</code> - positive number</dd><dt><span 
class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_INDENTATION_SIZE"><code>DEFAULT_INDENTATION_SIZE</code></a>,
 
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>comment</code> - The comment to 
write</dd><dd><code>indent</code> - positive number</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing 
fails.</dd><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_INDENTATION_SIZE"><code>DEFAULT_INDENTATION_SIZE</code></a>,
 
 <a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#writeComment(org.apache.maven.shared.utils.xml.XMLWriter,%20java.lang.String,%20int,%20int)"><code>writeComment(XMLWriter,
 String, int, int)</code></a></dd></dl>
 </li>
 </ul>
@@ -473,10 +497,13 @@ extends <a href="http://docs.oracle.com/
 <pre>public static&nbsp;void&nbsp;writeComment(<a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in 
org.apache.maven.shared.utils.xml">XMLWriter</a>&nbsp;writer,
                 <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;comment,
                 int&nbsp;indent,
-                int&nbsp;indentSize)</pre>
+                int&nbsp;indentSize)
+                         throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Convenience method to write XML comment line. The 
<code>comment</code> is split to have a size of <code>80</code>
  and is indented by <code>indent</code> using <code>indentSize</code>.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>comment</code> - The comment to 
write</dd><dd><code>indent</code> - positive 
number</dd><dd><code>indentSize</code> - positive number</dd><dt><span 
class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_COLUMN_LINE"><code>DEFAULT_COLUMN_LINE</code></a>,
 
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>comment</code> - The comment to 
write</dd><dd><code>indent</code> - positive 
number</dd><dd><code>indentSize</code> - positive number</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing 
fails.</dd><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_COLUMN_LINE"><code>DEFAULT_COLUMN_LINE</code></a>,
 
 <a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#writeComment(org.apache.maven.shared.utils.xml.XMLWriter,%20java.lang.String,%20int,%20int,%20int)"><code>writeComment(XMLWriter,
 String, int, int, int)</code></a></dd></dl>
 </li>
 </ul>
@@ -490,10 +517,13 @@ extends <a href="http://docs.oracle.com/
                 <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;comment,
                 int&nbsp;indent,
                 int&nbsp;indentSize,
-                int&nbsp;columnSize)</pre>
+                int&nbsp;columnSize)
+                         throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Convenience method to write XML comment line. The 
<code>comment</code> is split to have a size of
  <code>columnSize</code> and is indented by <code>indent</code> using 
<code>indentSize</code>.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>comment</code> - The comment to 
write</dd><dd><code>indent</code> - positive 
number</dd><dd><code>indentSize</code> - positive 
number</dd><dd><code>columnSize</code> - positive number</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>comment</code> - The comment to 
write</dd><dd><code>indent</code> - positive 
number</dd><dd><code>indentSize</code> - positive 
number</dd><dd><code>columnSize</code> - positive number</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing 
fails.</dd></dl>
 </li>
 </ul>
 <a name="writeCommentText(org.apache.maven.shared.utils.xml.XMLWriter, 
java.lang.String)">
@@ -503,10 +533,13 @@ extends <a href="http://docs.oracle.com/
 <li class="blockList">
 <h4>writeCommentText</h4>
 <pre>public static&nbsp;void&nbsp;writeCommentText(<a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in 
org.apache.maven.shared.utils.xml">XMLWriter</a>&nbsp;writer,
-                    <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;comment)</pre>
+                    <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;comment)
+                             throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Convenience method to write XML comments between two 
comments line break.
  The XML comment block is not indented.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>comment</code> - The comment to write</dd><dt><span 
class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_INDENTATION_SIZE"><code>DEFAULT_INDENTATION_SIZE</code></a>,
 
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>comment</code> - The comment to write</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing 
fails.</dd><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_INDENTATION_SIZE"><code>DEFAULT_INDENTATION_SIZE</code></a>,
 
 <a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#writeCommentText(org.apache.maven.shared.utils.xml.XMLWriter,%20java.lang.String,%20int,%20int)"><code>writeCommentText(XMLWriter,
 String, int, int)</code></a></dd></dl>
 </li>
 </ul>
@@ -518,11 +551,14 @@ extends <a href="http://docs.oracle.com/
 <h4>writeCommentText</h4>
 <pre>public static&nbsp;void&nbsp;writeCommentText(<a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in 
org.apache.maven.shared.utils.xml">XMLWriter</a>&nbsp;writer,
                     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;comment,
-                    int&nbsp;indent)</pre>
+                    int&nbsp;indent)
+                             throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Convenience method to write XML comments between two 
comments line break.
  The XML comment block is also indented by <code>indent</code> using
  <code>2</code> as indentation size.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>comment</code> - The comment to 
write</dd><dd><code>indent</code> - positive number</dd><dt><span 
class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_INDENTATION_SIZE"><code>DEFAULT_INDENTATION_SIZE</code></a>,
 
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>comment</code> - The comment to 
write</dd><dd><code>indent</code> - positive number</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing 
fails.</dd><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_INDENTATION_SIZE"><code>DEFAULT_INDENTATION_SIZE</code></a>,
 
 <a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#writeCommentText(org.apache.maven.shared.utils.xml.XMLWriter,%20java.lang.String,%20int,%20int)"><code>writeCommentText(XMLWriter,
 String, int, int)</code></a></dd></dl>
 </li>
 </ul>
@@ -535,10 +571,13 @@ extends <a href="http://docs.oracle.com/
 <pre>public static&nbsp;void&nbsp;writeCommentText(<a 
href="../../../../../../org/apache/maven/shared/utils/xml/XMLWriter.html" 
title="interface in 
org.apache.maven.shared.utils.xml">XMLWriter</a>&nbsp;writer,
                     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;comment,
                     int&nbsp;indent,
-                    int&nbsp;indentSize)</pre>
+                    int&nbsp;indentSize)
+                             throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Convenience method to write XML comment between two comment 
line break.
  The XML comment block is also indented by <code>indent</code> using 
<code>indentSize</code>.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>comment</code> - The comment to 
write</dd><dd><code>indent</code> - positive 
number</dd><dd><code>indentSize</code> - positive number</dd><dt><span 
class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_COLUMN_LINE"><code>DEFAULT_COLUMN_LINE</code></a>,
 
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>comment</code> - The comment to 
write</dd><dd><code>indent</code> - positive 
number</dd><dd><code>indentSize</code> - positive number</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing 
fails.</dd><dt><span class="strong">See Also:</span></dt><dd><a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#DEFAULT_COLUMN_LINE"><code>DEFAULT_COLUMN_LINE</code></a>,
 
 <a 
href="../../../../../../org/apache/maven/shared/utils/xml/XmlWriterUtil.html#writeCommentText(org.apache.maven.shared.utils.xml.XMLWriter,%20java.lang.String,%20int,%20int,%20int)"><code>writeCommentText(XMLWriter,
 String, int, int, int)</code></a></dd></dl>
 </li>
 </ul>
@@ -552,11 +591,14 @@ extends <a href="http://docs.oracle.com/
                     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;comment,
                     int&nbsp;indent,
                     int&nbsp;indentSize,
-                    int&nbsp;columnSize)</pre>
+                    int&nbsp;columnSize)
+                             throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></pre>
 <div class="block">Convenience method to write XML comments between two 
comments line break.
  The XML comment block is also indented by <code>indent</code> using 
<code>indentSize</code>.
  The column size could be also be specified.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>comment</code> - The comment to 
write</dd><dd><code>indent</code> - positive 
number</dd><dd><code>indentSize</code> - positive 
number</dd><dd><code>columnSize</code> - positive number</dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>writer</code> - 
not null</dd><dd><code>comment</code> - The comment to 
write</dd><dd><code>indent</code> - positive 
number</dd><dd><code>indentSize</code> - positive 
number</dd><dd><code>columnSize</code> - positive number</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true";
 title="class or interface in java.io">IOException</a></code> - if writing 
fails.</dd></dl>
 </li>
 </ul>
 </li>
@@ -626,6 +668,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/Xpp3Dom.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/Xpp3Dom.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/Xpp3Dom.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Xpp3Dom (Apache Maven Shared Utils 3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Xpp3Dom (Apache Maven Shared Utils 3.2.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Xpp3Dom (Apache Maven Shared Utils 
3.2.0-SNAPSHOT API)";
+        parent.document.title="Xpp3Dom (Apache Maven Shared Utils 3.2.0 API)";
     }
 //-->
 </script>
@@ -758,6 +758,6 @@ public&nbsp;<a href="http://docs.oracle.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/Xpp3DomBuilder.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/Xpp3DomBuilder.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/Xpp3DomBuilder.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Xpp3DomBuilder (Apache Maven Shared Utils 3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Xpp3DomBuilder (Apache Maven Shared Utils 3.2.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Xpp3DomBuilder (Apache Maven Shared Utils 
3.2.0-SNAPSHOT API)";
+        parent.document.title="Xpp3DomBuilder (Apache Maven Shared Utils 3.2.0 
API)";
     }
 //-->
 </script>
@@ -326,6 +326,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/Xpp3DomUtils.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/Xpp3DomUtils.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/xml/Xpp3DomUtils.html
 Tue Jun 13 19:13:15 2017
@@ -1,15 +1,15 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <!-- NewPage -->
-<html lang="fr">
+<html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Xpp3DomUtils (Apache Maven Shared Utils 3.2.0-SNAPSHOT API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Xpp3DomUtils (Apache Maven Shared Utils 3.2.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Xpp3DomUtils (Apache Maven Shared Utils 
3.2.0-SNAPSHOT API)";
+        parent.document.title="Xpp3DomUtils (Apache Maven Shared Utils 3.2.0 
API)";
     }
 //-->
 </script>
@@ -308,6 +308,6 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file


Reply via email to