You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/04/13 16:09:29 UTC

svn commit: r906025 [2/35] - in /websites/production/maven/content/plugin-testing-archives/LATEST: ./ maven-plugin-testing-harness/ maven-plugin-testing-harness/apidocs/ maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/ maven-plugin...

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/MojoRule.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/MojoRule.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/MojoRule.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>MojoRule (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>MojoRule (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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="MojoRule (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="MojoRule (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -95,14 +95,14 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="http://junit.sourceforge.net/javadoc/org/junit/rules.TestRule.html?is-external=true" title="class or interface in org.junit">org.junit.rules.TestRule</a></dd>
+<dd><a href="http://junit.org/javadoc/4.10/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules">TestRule</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="strong">MojoRule</span>
 extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
-implements <a href="http://junit.sourceforge.net/javadoc/org/junit/rules.TestRule.html?is-external=true" title="class or interface in org.junit">org.junit.rules.TestRule</a></pre>
-<div class="block"><a href="http://junit.sourceforge.net/javadoc/org/junit/rules.TestRule.html?is-external=true" title="class or interface in org.junit"><code>TestRule</code></a> for usage with Junit-4.10ff. This is just a wrapper for an embedded 
+implements <a href="http://junit.org/javadoc/4.10/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules">TestRule</a></pre>
+<div class="block"><a href="http://junit.org/javadoc/4.10/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules"><code>TestRule</code></a> for usage with Junit-4.10ff. This is just a wrapper for an embedded 
  <a href="../../../../../org/apache/maven/plugin/testing/AbstractMojoTestCase.html" title="class in org.apache.maven.plugin.testing"><code>AbstractMojoTestCase</code></a>, so all <tt>protected</tt> methods of the TestCase are 
  exhibited as <tt>public</tt> in the rule. You may annotate single tests methods with 
  <a href="../../../../../org/apache/maven/plugin/testing/WithoutMojo.html" title="annotation in org.apache.maven.plugin.testing"><code>WithoutMojo</code></a> to prevent the rule from firing.</div>
@@ -157,9 +157,9 @@ implements <a href="http://junit.sourcef
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://junit.sourceforge.net/javadoc/org/junit/runners/model.Statement.html?is-external=true" title="class or interface in org.junit.runners">org.junit.runners.model.Statement</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#apply(org.junit.runners.model.Statement, org.junit.runner.Description)">apply</a></strong>(<a href="http://junit.sourceforge.net/javadoc/org/junit/runners/model.Statement.html?is-external=true" title="class or interface in org.junit.runners">org.junit.runners.model.Statement</a>&nbsp;base,
-     <a href="http://junit.sourceforge.net/javadoc/org/junit/runner/Description.html?is-external=true" title="class or interface in org.junit.runner">Description</a>&nbsp;description)</code>&nbsp;</td>
+<td class="colFirst"><code><a href="http://junit.org/javadoc/4.10/org/junit/runners/model/Statement.html?is-external=true" title="class or interface in org.junit.runners.model">Statement</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html#apply(org.junit.runners.model.Statement, org.junit.runner.Description)">apply</a></strong>(<a href="http://junit.org/javadoc/4.10/org/junit/runners/model/Statement.html?is-external=true" title="class or interface in org.junit.runners.model">Statement</a>&nbsp;base,
+     <a href="http://junit.org/javadoc/4.10/org/junit/runner/Description.html?is-external=true" title="class or interface in org.junit.runner">Description</a>&nbsp;description)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
@@ -701,11 +701,11 @@ implements <a href="http://junit.sourcef
 <ul class="blockList">
 <li class="blockList">
 <h4>apply</h4>
-<pre>public&nbsp;<a href="http://junit.sourceforge.net/javadoc/org/junit/runners/model.Statement.html?is-external=true" title="class or interface in org.junit.runners">org.junit.runners.model.Statement</a>&nbsp;apply(<a href="http://junit.sourceforge.net/javadoc/org/junit/runners/model.Statement.html?is-external=true" title="class or interface in org.junit.runners">org.junit.runners.model.Statement</a>&nbsp;base,
-                                      <a href="http://junit.sourceforge.net/javadoc/org/junit/runner/Description.html?is-external=true" title="class or interface in org.junit.runner">Description</a>&nbsp;description)</pre>
+<pre>public&nbsp;<a href="http://junit.org/javadoc/4.10/org/junit/runners/model/Statement.html?is-external=true" title="class or interface in org.junit.runners.model">Statement</a>&nbsp;apply(<a href="http://junit.org/javadoc/4.10/org/junit/runners/model/Statement.html?is-external=true" title="class or interface in org.junit.runners.model">Statement</a>&nbsp;base,
+              <a href="http://junit.org/javadoc/4.10/org/junit/runner/Description.html?is-external=true" title="class or interface in org.junit.runner">Description</a>&nbsp;description)</pre>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code>apply</code>&nbsp;in interface&nbsp;<code><a href="http://junit.sourceforge.net/javadoc/org/junit/rules.TestRule.html?is-external=true" title="class or interface in org.junit">org.junit.rules.TestRule</a></code></dd>
+<dd><code><a href="http://junit.org/javadoc/4.10/org/junit/rules/TestRule.html?is-external=true#apply(org.junit.runners.model.Statement, org.junit.runner.Description)" title="class or interface in org.junit.rules">apply</a></code>&nbsp;in interface&nbsp;<code><a href="http://junit.org/javadoc/4.10/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules">TestRule</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -832,6 +832,6 @@ implements <a href="http://junit.sourcef
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/ResolverExpressionEvaluatorStub.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/ResolverExpressionEvaluatorStub.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/ResolverExpressionEvaluatorStub.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ResolverExpressionEvaluatorStub (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>ResolverExpressionEvaluatorStub (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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="ResolverExpressionEvaluatorStub (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="ResolverExpressionEvaluatorStub (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -284,6 +284,6 @@ implements org.codehaus.plexus.component
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/SilentLog.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/SilentLog.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/SilentLog.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>SilentLog (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>SilentLog (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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="SilentLog (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="SilentLog (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -882,6 +882,6 @@ implements <a href="http://maven.apache.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/WithoutMojo.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/WithoutMojo.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/WithoutMojo.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>WithoutMojo (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>WithoutMojo (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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="WithoutMojo (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="WithoutMojo (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -151,6 +151,6 @@ public @interface <span class="strong">W
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/AbstractMojoTestCase.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/AbstractMojoTestCase.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/AbstractMojoTestCase.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.AbstractMojoTestCase (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.AbstractMojoTestCase (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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 Class org.apache.maven.plugin.testing.AbstractMojoTestCase (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.AbstractMojoTestCase (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -148,6 +148,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/ArtifactStubFactory.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/ArtifactStubFactory.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/ArtifactStubFactory.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.ArtifactStubFactory (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.ArtifactStubFactory (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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 Class org.apache.maven.plugin.testing.ArtifactStubFactory (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.ArtifactStubFactory (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/ConfigurationException.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/ConfigurationException.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/ConfigurationException.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.ConfigurationException (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.ConfigurationException (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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 Class org.apache.maven.plugin.testing.ConfigurationException (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.ConfigurationException (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/MojoRule.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/MojoRule.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/MojoRule.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.MojoRule (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.MojoRule (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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 Class org.apache.maven.plugin.testing.MojoRule (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.MojoRule (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/ResolverExpressionEvaluatorStub.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/ResolverExpressionEvaluatorStub.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/ResolverExpressionEvaluatorStub.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.ResolverExpressionEvaluatorStub (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.ResolverExpressionEvaluatorStub (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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 Class org.apache.maven.plugin.testing.ResolverExpressionEvaluatorStub (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.ResolverExpressionEvaluatorStub (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/SilentLog.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/SilentLog.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/SilentLog.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.SilentLog (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.SilentLog (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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 Class org.apache.maven.plugin.testing.SilentLog (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.SilentLog (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/WithoutMojo.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/WithoutMojo.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/class-use/WithoutMojo.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.WithoutMojo (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.WithoutMojo (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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 Class org.apache.maven.plugin.testing.WithoutMojo (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.WithoutMojo (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/package-frame.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/package-frame.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/package-frame.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.testing (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>org.apache.maven.plugin.testing (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/package-summary.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/package-summary.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/package-summary.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.testing (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>org.apache.maven.plugin.testing (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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.plugin.testing (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="org.apache.maven.plugin.testing (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -90,7 +90,7 @@
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html" title="class in org.apache.maven.plugin.testing">MojoRule</a></td>
 <td class="colLast">
-<div class="block"><a href="http://junit.sourceforge.net/javadoc/org/junit/rules.TestRule.html?is-external=true" title="class or interface in org.junit"><code>TestRule</code></a> for usage with Junit-4.10ff.</div>
+<div class="block"><a href="http://junit.org/javadoc/4.10/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules"><code>TestRule</code></a> for usage with Junit-4.10ff.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -189,6 +189,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/package-tree.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/package-tree.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/package-tree.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.testing Class Hierarchy (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>org.apache.maven.plugin.testing Class Hierarchy (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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.plugin.testing Class Hierarchy (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="org.apache.maven.plugin.testing Class Hierarchy (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -87,7 +87,7 @@
 </li>
 </ul>
 </li>
-<li type="circle">org.apache.maven.plugin.testing.<a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html" title="class in org.apache.maven.plugin.testing"><span class="strong">MojoRule</span></a> (implements org.junit.rules.<a href="http://junit.sourceforge.net/javadoc/org/junit/rules.TestRule.html?is-external=true" title="class or interface in org.junit">TestRule</a>)</li>
+<li type="circle">org.apache.maven.plugin.testing.<a href="../../../../../org/apache/maven/plugin/testing/MojoRule.html" title="class in org.apache.maven.plugin.testing"><span class="strong">MojoRule</span></a> (implements org.junit.rules.<a href="http://junit.org/javadoc/4.10/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules">TestRule</a>)</li>
 <li type="circle">org.apache.maven.plugin.testing.<a href="../../../../../org/apache/maven/plugin/testing/ResolverExpressionEvaluatorStub.html" title="class in org.apache.maven.plugin.testing"><span class="strong">ResolverExpressionEvaluatorStub</span></a> (implements org.codehaus.plexus.component.configurator.expression.ExpressionEvaluator)</li>
 <li type="circle">org.apache.maven.plugin.testing.<a href="../../../../../org/apache/maven/plugin/testing/SilentLog.html" title="class in org.apache.maven.plugin.testing"><span class="strong">SilentLog</span></a> (implements org.apache.maven.plugin.logging.<a href="http://maven.apache.org/ref/3.1.1/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</a>, org.codehaus.plexus.logging.Logger)</li>
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><span class="strong">Throwable</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/package-use.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/package-use.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/package-use.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.plugin.testing (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>Uses of Package org.apache.maven.plugin.testing (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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.plugin.testing (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="Uses of Package org.apache.maven.plugin.testing (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -167,6 +167,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/TestResources.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/TestResources.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/TestResources.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>TestResources (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>TestResources (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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="TestResources (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="TestResources (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -86,7 +86,7 @@
 <li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
-<li><a href="http://junit.sourceforge.net/javadoc/org/junit/rules.TestWatcher.html?is-external=true" title="class or interface in org.junit">org.junit.rules.TestWatcher</a></li>
+<li><a href="http://junit.org/javadoc/4.10/org/junit/rules/TestWatcher.html?is-external=true" title="class or interface in org.junit.rules">org.junit.rules.TestWatcher</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.maven.plugin.testing.resources.TestResources</li>
@@ -100,13 +100,13 @@
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><a href="http://junit.sourceforge.net/javadoc/org/junit/rules.TestRule.html?is-external=true" title="class or interface in org.junit">org.junit.rules.TestRule</a></dd>
+<dd><a href="http://junit.org/javadoc/4.10/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules">TestRule</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="strong">TestResources</span>
-extends <a href="http://junit.sourceforge.net/javadoc/org/junit/rules.TestWatcher.html?is-external=true" title="class or interface in org.junit">org.junit.rules.TestWatcher</a></pre>
-<div class="block">Junit4 test <a href="http://junit.sourceforge.net/javadoc/org/junit/Rule.html?is-external=true" title="class or interface in org.junit"><code>Rule</code></a> to extract and assert test resources.</div>
+extends <a href="http://junit.org/javadoc/4.10/org/junit/rules/TestWatcher.html?is-external=true" title="class or interface in org.junit.rules">TestWatcher</a></pre>
+<div class="block">Junit4 test <a href="http://junit.org/javadoc/4.10/org/junit/Rule.html?is-external=true" title="class or interface in org.junit"><code>Rule</code></a> to extract and assert test resources.</div>
 <dl><dt><span class="strong">Since:</span></dt>
   <dd>3.1.0</dd></dl>
 </li>
@@ -178,7 +178,7 @@ extends <a href="http://junit.sourceforg
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugin/testing/resources/TestResources.html#starting(org.junit.runner.Description)">starting</a></strong>(<a href="http://junit.sourceforge.net/javadoc/org/junit/runner/Description.html?is-external=true" title="class or interface in org.junit.runner">Description</a>&nbsp;d)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/maven/plugin/testing/resources/TestResources.html#starting(org.junit.runner.Description)">starting</a></strong>(<a href="http://junit.org/javadoc/4.10/org/junit/runner/Description.html?is-external=true" title="class or interface in org.junit.runner">Description</a>&nbsp;d)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
@@ -194,8 +194,8 @@ extends <a href="http://junit.sourceforg
 <li class="blockList"><a name="methods_inherited_from_class_org.junit.rules.TestWatcher">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;org.junit.rules.<a href="http://junit.sourceforge.net/javadoc/org/junit/rules.TestWatcher.html?is-external=true" title="class or interface in org.junit">TestWatcher</a></h3>
-<code>apply, failed, finished, skipped, succeeded</code></li>
+<h3>Methods inherited from class&nbsp;org.junit.rules.<a href="http://junit.org/javadoc/4.10/org/junit/rules/TestWatcher.html?is-external=true" title="class or interface in org.junit.rules">TestWatcher</a></h3>
+<code><a href="http://junit.org/javadoc/4.10/org/junit/rules/TestWatcher.html?is-external=true#apply(org.junit.runners.model.Statement, org.junit.runner.Description)" title="class or interface in org.junit.rules">apply</a>, <a href="http://junit.org/javadoc/4.10/org/junit/rules/TestWatcher.html?is-external=true#failed(java.lang.Throwable, org.junit.runner.Description)" title="class or interface in org.junit.rules">failed</a>, <a href="http://junit.org/javadoc/4.10/org/junit/rules/TestWatcher.html?is-external=true#finished(org.junit.runner.Description)" title="class or interface in org.junit.rules">finished</a>, <a href="http://junit.org/javadoc/4.10/org/junit/rules/TestWatcher.html?is-external=true#skipped(org.junit.internal.AssumptionViolatedException, org.junit.runner.Description)" title="class or interface in org.junit.rules">skipped</a>, <a href="http://junit.org/javadoc/4.10/org/junit/rules/TestWatcher.html?is-external=true#succeeded(org.junit.runner.Description)" title="class 
 or interface in org.junit.rules">succeeded</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -251,10 +251,10 @@ extends <a href="http://junit.sourceforg
 <ul class="blockList">
 <li class="blockList">
 <h4>starting</h4>
-<pre>protected&nbsp;void&nbsp;starting(<a href="http://junit.sourceforge.net/javadoc/org/junit/runner/Description.html?is-external=true" title="class or interface in org.junit.runner">Description</a>&nbsp;d)</pre>
+<pre>protected&nbsp;void&nbsp;starting(<a href="http://junit.org/javadoc/4.10/org/junit/runner/Description.html?is-external=true" title="class or interface in org.junit.runner">Description</a>&nbsp;d)</pre>
 <dl>
 <dt><strong>Overrides:</strong></dt>
-<dd><code><a href="http://junit.sourceforge.net/javadoc/org/junit/rules.TestWatcher.html?is-external=true#starting(org.junit.runner.Description)" title="class or interface in org.junit">starting</a></code>&nbsp;in class&nbsp;<code><a href="http://junit.sourceforge.net/javadoc/org/junit/rules.TestWatcher.html?is-external=true" title="class or interface in org.junit">org.junit.rules.TestWatcher</a></code></dd>
+<dd><code><a href="http://junit.org/javadoc/4.10/org/junit/rules/TestWatcher.html?is-external=true#starting(org.junit.runner.Description)" title="class or interface in org.junit.rules">starting</a></code>&nbsp;in class&nbsp;<code><a href="http://junit.org/javadoc/4.10/org/junit/rules/TestWatcher.html?is-external=true" title="class or interface in org.junit.rules">TestWatcher</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -414,6 +414,6 @@ extends <a href="http://junit.sourceforg
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/class-use/TestResources.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/class-use/TestResources.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/class-use/TestResources.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.resources.TestResources (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.resources.TestResources (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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 Class org.apache.maven.plugin.testing.resources.TestResources (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.resources.TestResources (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/package-frame.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/package-frame.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/package-frame.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.testing.resources (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>org.apache.maven.plugin.testing.resources (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/package-summary.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/package-summary.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/package-summary.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.testing.resources (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>org.apache.maven.plugin.testing.resources (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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.plugin.testing.resources (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="org.apache.maven.plugin.testing.resources (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -77,7 +77,7 @@
 <tr class="altColor">
 <td class="colFirst"><a href="../../../../../../org/apache/maven/plugin/testing/resources/TestResources.html" title="class in org.apache.maven.plugin.testing.resources">TestResources</a></td>
 <td class="colLast">
-<div class="block">Junit4 test <a href="http://junit.sourceforge.net/javadoc/org/junit/Rule.html?is-external=true" title="class or interface in org.junit"><code>Rule</code></a> to extract and assert test resources.</div>
+<div class="block">Junit4 test <a href="http://junit.org/javadoc/4.10/org/junit/Rule.html?is-external=true" title="class or interface in org.junit"><code>Rule</code></a> to extract and assert test resources.</div>
 </td>
 </tr>
 </tbody>
@@ -130,6 +130,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/package-tree.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/package-tree.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/package-tree.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.testing.resources Class Hierarchy (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>org.apache.maven.plugin.testing.resources Class Hierarchy (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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.plugin.testing.resources Class Hierarchy (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="org.apache.maven.plugin.testing.resources Class Hierarchy (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -73,7 +73,7 @@
 <ul>
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
 <ul>
-<li type="circle">org.junit.rules.<a href="http://junit.sourceforge.net/javadoc/org/junit/rules.TestWatcher.html?is-external=true" title="class or interface in org.junit"><span class="strong">TestWatcher</span></a> (implements org.junit.rules.<a href="http://junit.sourceforge.net/javadoc/org/junit/rules.TestRule.html?is-external=true" title="class or interface in org.junit">TestRule</a>)
+<li type="circle">org.junit.rules.<a href="http://junit.org/javadoc/4.10/org/junit/rules/TestWatcher.html?is-external=true" title="class or interface in org.junit.rules"><span class="strong">TestWatcher</span></a> (implements org.junit.rules.<a href="http://junit.org/javadoc/4.10/org/junit/rules/TestRule.html?is-external=true" title="class or interface in org.junit.rules">TestRule</a>)
 <ul>
 <li type="circle">org.apache.maven.plugin.testing.resources.<a href="../../../../../../org/apache/maven/plugin/testing/resources/TestResources.html" title="class in org.apache.maven.plugin.testing.resources"><span class="strong">TestResources</span></a></li>
 </ul>
@@ -127,6 +127,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/package-use.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/package-use.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/resources/package-use.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.plugin.testing.resources (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>Uses of Package org.apache.maven.plugin.testing.resources (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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.plugin.testing.resources (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="Uses of Package org.apache.maven.plugin.testing.resources (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/ArtifactStub.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/ArtifactStub.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/ArtifactStub.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ArtifactStub (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>ArtifactStub (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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="ArtifactStub (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="ArtifactStub (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -1158,6 +1158,6 @@ implements <a href="http://maven.apache.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/DefaultArtifactHandlerStub.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/DefaultArtifactHandlerStub.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/DefaultArtifactHandlerStub.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>DefaultArtifactHandlerStub (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>DefaultArtifactHandlerStub (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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="DefaultArtifactHandlerStub (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="DefaultArtifactHandlerStub (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -524,6 +524,6 @@ implements <a href="http://maven.apache.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/MavenProjectStub.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/MavenProjectStub.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/MavenProjectStub.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>MavenProjectStub (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>MavenProjectStub (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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="MavenProjectStub (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="MavenProjectStub (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -3216,6 +3216,6 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/StubArtifactCollector.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/StubArtifactCollector.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/StubArtifactCollector.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>StubArtifactCollector (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>StubArtifactCollector (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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="StubArtifactCollector (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="StubArtifactCollector (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -376,6 +376,6 @@ implements <a href="http://maven.apache.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/StubArtifactRepository.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/StubArtifactRepository.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/StubArtifactRepository.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>StubArtifactRepository (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>StubArtifactRepository (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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="StubArtifactRepository (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="StubArtifactRepository (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -732,6 +732,6 @@ implements <a href="http://maven.apache.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/StubArtifactResolver.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/StubArtifactResolver.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/StubArtifactResolver.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>StubArtifactResolver (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>StubArtifactResolver (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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="StubArtifactResolver (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="StubArtifactResolver (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -580,6 +580,6 @@ implements <a href="http://maven.apache.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/ArtifactStub.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/ArtifactStub.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/ArtifactStub.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.stubs.ArtifactStub (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.stubs.ArtifactStub (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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 Class org.apache.maven.plugin.testing.stubs.ArtifactStub (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.stubs.ArtifactStub (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/DefaultArtifactHandlerStub.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/DefaultArtifactHandlerStub.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/DefaultArtifactHandlerStub.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.stubs.DefaultArtifactHandlerStub (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.stubs.DefaultArtifactHandlerStub (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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 Class org.apache.maven.plugin.testing.stubs.DefaultArtifactHandlerStub (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.stubs.DefaultArtifactHandlerStub (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/MavenProjectStub.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/MavenProjectStub.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/MavenProjectStub.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.stubs.MavenProjectStub (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.stubs.MavenProjectStub (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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 Class org.apache.maven.plugin.testing.stubs.MavenProjectStub (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.stubs.MavenProjectStub (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/StubArtifactCollector.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/StubArtifactCollector.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/StubArtifactCollector.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.stubs.StubArtifactCollector (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.stubs.StubArtifactCollector (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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 Class org.apache.maven.plugin.testing.stubs.StubArtifactCollector (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.stubs.StubArtifactCollector (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/StubArtifactRepository.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/StubArtifactRepository.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/StubArtifactRepository.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.stubs.StubArtifactRepository (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.stubs.StubArtifactRepository (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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 Class org.apache.maven.plugin.testing.stubs.StubArtifactRepository (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.stubs.StubArtifactRepository (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/StubArtifactResolver.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/StubArtifactResolver.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/class-use/StubArtifactResolver.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.plugin.testing.stubs.StubArtifactResolver (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>Uses of Class org.apache.maven.plugin.testing.stubs.StubArtifactResolver (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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 Class org.apache.maven.plugin.testing.stubs.StubArtifactResolver (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.plugin.testing.stubs.StubArtifactResolver (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/package-frame.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/package-frame.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/package-frame.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.testing.stubs (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>org.apache.maven.plugin.testing.stubs (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/package-summary.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/package-summary.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/package-summary.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.testing.stubs (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>org.apache.maven.plugin.testing.stubs (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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.plugin.testing.stubs (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="org.apache.maven.plugin.testing.stubs (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -157,6 +157,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://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/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/package-tree.html
==============================================================================
--- websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/package-tree.html (original)
+++ websites/production/maven/content/plugin-testing-archives/LATEST/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/package-tree.html Sun Apr 13 14:09:23 2014
@@ -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="en">
+<html lang="fr">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.plugin.testing.stubs Class Hierarchy (Maven Plugin Testing Mechanism 3.1.0 API)</title>
+<title>org.apache.maven.plugin.testing.stubs Class Hierarchy (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT 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.plugin.testing.stubs Class Hierarchy (Maven Plugin Testing Mechanism 3.1.0 API)";
+        parent.document.title="org.apache.maven.plugin.testing.stubs Class Hierarchy (Maven Plugin Testing Mechanism 3.1.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -132,6 +132,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2008-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>
\ No newline at end of file