http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-core/xref/org/apache/rat/walker/FileNameComparator.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-core/xref/org/apache/rat/walker/FileNameComparator.html 
b/rat/apache-rat-core/xref/org/apache/rat/walker/FileNameComparator.html
index ec672a7..e0153b9 100644
--- a/rat/apache-rat-core/xref/org/apache/rat/walker/FileNameComparator.html
+++ b/rat/apache-rat-core/xref/org/apache/rat/walker/FileNameComparator.html
@@ -52,6 +52,6 @@
 <a class="jxr_linenumber" name="L44" href="#L44">44</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2006&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2006&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-core/xref/org/apache/rat/walker/Walker.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-core/xref/org/apache/rat/walker/Walker.html 
b/rat/apache-rat-core/xref/org/apache/rat/walker/Walker.html
index 754bde5..78f9786 100644
--- a/rat/apache-rat-core/xref/org/apache/rat/walker/Walker.html
+++ b/rat/apache-rat-core/xref/org/apache/rat/walker/Walker.html
@@ -61,14 +61,14 @@
 <a class="jxr_linenumber" name="L53" href="#L53">53</a>          <strong 
class="jxr_keyword">return</strong> file.getName().startsWith(<span 
class="jxr_string">"."</span>);
 <a class="jxr_linenumber" name="L54" href="#L54">54</a>      }
 <a class="jxr_linenumber" name="L55" href="#L55">55</a>   
-<a class="jxr_linenumber" name="L56" href="#L56">56</a>      <strong 
class="jxr_keyword">protected</strong> <strong 
class="jxr_keyword">final</strong> <strong class="jxr_keyword">boolean</strong> 
ignored(<strong class="jxr_keyword">final</strong> File file) {
+<a class="jxr_linenumber" name="L56" href="#L56">56</a>      <strong 
class="jxr_keyword">protected</strong> <strong 
class="jxr_keyword">final</strong> <strong class="jxr_keyword">boolean</strong> 
isNotIgnored(<strong class="jxr_keyword">final</strong> File file) {
 <a class="jxr_linenumber" name="L57" href="#L57">57</a>          <strong 
class="jxr_keyword">boolean</strong> result = false;
 <a class="jxr_linenumber" name="L58" href="#L58">58</a>          <strong 
class="jxr_keyword">if</strong> (filter != <strong 
class="jxr_keyword">null</strong>) {
 <a class="jxr_linenumber" name="L59" href="#L59">59</a>              <strong 
class="jxr_keyword">final</strong> String name = file.getName();
 <a class="jxr_linenumber" name="L60" href="#L60">60</a>              <strong 
class="jxr_keyword">final</strong> File dir = file.getParentFile();
 <a class="jxr_linenumber" name="L61" href="#L61">61</a>              result = 
!filter.accept(dir, name);
 <a class="jxr_linenumber" name="L62" href="#L62">62</a>          }
-<a class="jxr_linenumber" name="L63" href="#L63">63</a>          <strong 
class="jxr_keyword">return</strong> result;
+<a class="jxr_linenumber" name="L63" href="#L63">63</a>          <strong 
class="jxr_keyword">return</strong> !result;
 <a class="jxr_linenumber" name="L64" href="#L64">64</a>      }
 <a class="jxr_linenumber" name="L65" href="#L65">65</a>  
 <a class="jxr_linenumber" name="L66" href="#L66">66</a>      <strong 
class="jxr_keyword">public</strong> <a 
href="../../../../org/apache/rat/walker/Walker.html">Walker</a>(File file, 
<strong class="jxr_keyword">final</strong> FilenameFilter filter) {
@@ -84,6 +84,6 @@
 <a class="jxr_linenumber" name="L76" href="#L76">76</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2006&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2006&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-core/xref/org/apache/rat/walker/package-frame.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-core/xref/org/apache/rat/walker/package-frame.html 
b/rat/apache-rat-core/xref/org/apache/rat/walker/package-frame.html
index db53db3..3f8af61 100644
--- a/rat/apache-rat-core/xref/org/apache/rat/walker/package-frame.html
+++ b/rat/apache-rat-core/xref/org/apache/rat/walker/package-frame.html
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Creadur Rat::Core 0.13-SNAPSHOT Reference Package 
org.apache.rat.walker</title>
+               <title>Apache Creadur Rat::Core 0.13 Reference Package 
org.apache.rat.walker</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../stylesheet.css" title="style" />
        </head>
        <body>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-core/xref/org/apache/rat/walker/package-summary.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-core/xref/org/apache/rat/walker/package-summary.html 
b/rat/apache-rat-core/xref/org/apache/rat/walker/package-summary.html
index ab8d626..0060c4e 100644
--- a/rat/apache-rat-core/xref/org/apache/rat/walker/package-summary.html
+++ b/rat/apache-rat-core/xref/org/apache/rat/walker/package-summary.html
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Creadur Rat::Core 0.13-SNAPSHOT Reference Package 
org.apache.rat.walker</title>
+               <title>Apache Creadur Rat::Core 0.13 Reference Package 
org.apache.rat.walker</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../stylesheet.css" title="style" />
        </head>
        <body>
@@ -78,7 +78,7 @@
        </div>
                                <hr />
                <div id="footer">
-                       Copyright &#169; 2006&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.
+                       Copyright &#169; 2006&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.
                </div>
        </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-core/xref/overview-frame.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-core/xref/overview-frame.html 
b/rat/apache-rat-core/xref/overview-frame.html
index 8139247..f805f50 100644
--- a/rat/apache-rat-core/xref/overview-frame.html
+++ b/rat/apache-rat-core/xref/overview-frame.html
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Creadur Rat::Core 0.13-SNAPSHOT Reference</title>
+               <title>Apache Creadur Rat::Core 0.13 Reference</title>
                <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
        </head>
        <body>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-core/xref/overview-summary.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-core/xref/overview-summary.html 
b/rat/apache-rat-core/xref/overview-summary.html
index a8a4de1..c22f9de 100644
--- a/rat/apache-rat-core/xref/overview-summary.html
+++ b/rat/apache-rat-core/xref/overview-summary.html
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Creadur Rat::Core 0.13-SNAPSHOT Reference</title>
+               <title>Apache Creadur Rat::Core 0.13 Reference</title>
                <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
        </head>
        <body>
@@ -24,7 +24,7 @@
                </ul>
        </div>
                
-                       <h2>Apache Creadur Rat::Core 0.13-SNAPSHOT 
Reference</h2>
+                       <h2>Apache Creadur Rat::Core 0.13 Reference</h2>
 
                <table class="summary">
                <thead>
@@ -175,7 +175,7 @@
                
                <hr />
                <div id="footer">
-                       Copyright &#169; 2006&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.
+                       Copyright &#169; 2006&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.
                </div>
        </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/allclasses-frame.html 
b/rat/apache-rat-plugin/apidocs/allclasses-frame.html
index e254da5..c28f632 100644
--- a/rat/apache-rat-plugin/apidocs/allclasses-frame.html
+++ b/rat/apache-rat-plugin/apidocs/allclasses-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>All Classes (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/allclasses-noframe.html 
b/rat/apache-rat-plugin/apidocs/allclasses-noframe.html
index 2414ee2..cda102a 100644
--- a/rat/apache-rat-plugin/apidocs/allclasses-noframe.html
+++ b/rat/apache-rat-plugin/apidocs/allclasses-noframe.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>All Classes (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/constant-values.html 
b/rat/apache-rat-plugin/apidocs/constant-values.html
index 038be4e..ac7dbb3 100644
--- a/rat/apache-rat-plugin/apidocs/constant-values.html
+++ b/rat/apache-rat-plugin/apidocs/constant-values.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)</title>
+<title>Constant Field Values (Apache Creadur Rat::Plugin4Maven 0.13 
API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Constant Field Values (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="Constant Field Values (Apache Creadur 
Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -149,6 +149,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/deprecated-list.html 
b/rat/apache-rat-plugin/apidocs/deprecated-list.html
index 76ae9a6..1b9709c 100644
--- a/rat/apache-rat-plugin/apidocs/deprecated-list.html
+++ b/rat/apache-rat-plugin/apidocs/deprecated-list.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)</title>
+<title>Deprecated List (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Deprecated List (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="Deprecated List (Apache Creadur 
Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/help-doc.html 
b/rat/apache-rat-plugin/apidocs/help-doc.html
index 59a282e..047d11a 100644
--- a/rat/apache-rat-plugin/apidocs/help-doc.html
+++ b/rat/apache-rat-plugin/apidocs/help-doc.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>API Help (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>API Help (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="API Help (Apache Creadur Rat::Plugin4Maven 
0.13-SNAPSHOT API)";
+            parent.document.title="API Help (Apache Creadur Rat::Plugin4Maven 
0.13 API)";
         }
     }
     catch(err) {
@@ -225,6 +225,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/index-all.html 
b/rat/apache-rat-plugin/apidocs/index-all.html
index d93a2ba..a5fbf8c 100644
--- a/rat/apache-rat-plugin/apidocs/index-all.html
+++ b/rat/apache-rat-plugin/apidocs/index-all.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>Index (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Index (Apache Creadur Rat::Plugin4Maven 
0.13-SNAPSHOT API)";
+            parent.document.title="Index (Apache Creadur Rat::Plugin4Maven 
0.13 API)";
         }
     }
     catch(err) {
@@ -350,6 +350,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/index.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/index.html 
b/rat/apache-rat-plugin/apidocs/index.html
index d43d745..fa761f9 100644
--- a/rat/apache-rat-plugin/apidocs/index.html
+++ b/rat/apache-rat-plugin/apidocs/index.html
@@ -4,13 +4,14 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT API</title>
+<title>Apache Creadur Rat::Plugin4Maven 0.13 API</title>
 <script type="text/javascript">
-    targetPage = "" + window.location.search;
-    if (targetPage != "" && targetPage != "undefined")
-        targetPage = targetPage.substring(1);
-    if (targetPage.indexOf(":") != -1 || (targetPage != "" && 
!validURL(targetPage)))
-        targetPage = "undefined";
+    tmpTargetPage = "" + window.location.search;
+    if (tmpTargetPage != "" && tmpTargetPage != "undefined")
+        tmpTargetPage = tmpTargetPage.substring(1);
+    if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && 
!validURL(tmpTargetPage)))
+        tmpTargetPage = "undefined";
+    targetPage = tmpTargetPage;
     function validURL(url) {
         try {
             url = decodeURIComponent(url);

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/AbstractRatMojo.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/AbstractRatMojo.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/AbstractRatMojo.html
index fe16e37..456ab97 100644
--- a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/AbstractRatMojo.html
+++ b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/AbstractRatMojo.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractRatMojo (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)</title>
+<title>AbstractRatMojo (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AbstractRatMojo (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="AbstractRatMojo (Apache Creadur 
Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -195,14 +195,14 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code>protected <a 
href="http://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/report/claim/ClaimStatistic.html?is-external=true";
 title="class or interface in 
org.apache.rat.report.claim">ClaimStatistic</a></code></td>
+<td class="colFirst"><code>protected <a 
href="https://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/report/claim/ClaimStatistic.html?is-external=true";
 title="class or interface in 
org.apache.rat.report.claim">ClaimStatistic</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/rat/mp/AbstractRatMojo.html#createReport-java.io.Writer-java.io.InputStream-">createReport</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out,
             <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io">InputStream</a>&nbsp;style)</code>
 <div class="block">Writes the report to the given stream.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code>protected <a 
href="http://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/ReportConfiguration.html?is-external=true";
 title="class or interface in 
org.apache.rat">ReportConfiguration</a></code></td>
+<td class="colFirst"><code>protected <a 
href="https://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/ReportConfiguration.html?is-external=true";
 title="class or interface in 
org.apache.rat">ReportConfiguration</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/rat/mp/AbstractRatMojo.html#getConfiguration--">getConfiguration</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i3" class="rowColor">
@@ -210,7 +210,7 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/rat/mp/AbstractRatMojo.html#getProject--">getProject</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i4" class="altColor">
-<td class="colFirst"><code>protected <a 
href="http://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/report/IReportable.html?is-external=true";
 title="class or interface in org.apache.rat.report">IReportable</a></code></td>
+<td class="colFirst"><code>protected <a 
href="https://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/report/IReportable.html?is-external=true";
 title="class or interface in org.apache.rat.report">IReportable</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/rat/mp/AbstractRatMojo.html#getResources--">getResources</a></span>()</code>
 <div class="block">Creates an iterator over the files to check.</div>
 </td>
@@ -311,7 +311,7 @@ protected&nbsp;boolean skip</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getResources</h4>
-<pre>protected&nbsp;<a 
href="http://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/report/IReportable.html?is-external=true";
 title="class or interface in 
org.apache.rat.report">IReportable</a>&nbsp;getResources()
+<pre>protected&nbsp;<a 
href="https://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/report/IReportable.html?is-external=true";
 title="class or interface in 
org.apache.rat.report">IReportable</a>&nbsp;getResources()
                             throws 
org.apache.maven.plugin.MojoExecutionException</pre>
 <div class="block">Creates an iterator over the files to check.</div>
 <dl>
@@ -349,7 +349,7 @@ protected&nbsp;boolean skip</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>createReport</h4>
-<pre>protected&nbsp;<a 
href="http://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/report/claim/ClaimStatistic.html?is-external=true";
 title="class or interface in 
org.apache.rat.report.claim">ClaimStatistic</a>&nbsp;createReport(<a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out,
+<pre>protected&nbsp;<a 
href="https://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/report/claim/ClaimStatistic.html?is-external=true";
 title="class or interface in 
org.apache.rat.report.claim">ClaimStatistic</a>&nbsp;createReport(<a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Writer.html?is-external=true";
 title="class or interface in java.io">Writer</a>&nbsp;out,
                                       <a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true";
 title="class or interface in java.io">InputStream</a>&nbsp;style)
                                throws 
org.apache.maven.plugin.MojoExecutionException,
                                       
org.apache.maven.plugin.MojoFailureException</pre>
@@ -372,7 +372,7 @@ protected&nbsp;boolean skip</pre>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getConfiguration</h4>
-<pre>protected&nbsp;<a 
href="http://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/ReportConfiguration.html?is-external=true";
 title="class or interface in 
org.apache.rat">ReportConfiguration</a>&nbsp;getConfiguration()
+<pre>protected&nbsp;<a 
href="https://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/ReportConfiguration.html?is-external=true";
 title="class or interface in 
org.apache.rat">ReportConfiguration</a>&nbsp;getConfiguration()
                                         throws 
org.apache.maven.plugin.MojoFailureException,
                                                
org.apache.maven.plugin.MojoExecutionException</pre>
 <dl>
@@ -451,6 +451,6 @@ protected&nbsp;boolean skip</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/HeaderMatcherSpecification.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/HeaderMatcherSpecification.html
 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/HeaderMatcherSpecification.html
index 75d17ef..799a70b 100644
--- 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/HeaderMatcherSpecification.html
+++ 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/HeaderMatcherSpecification.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HeaderMatcherSpecification (Apache Creadur Rat::Plugin4Maven 
0.13-SNAPSHOT API)</title>
+<title>HeaderMatcherSpecification (Apache Creadur Rat::Plugin4Maven 0.13 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="HeaderMatcherSpecification (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="HeaderMatcherSpecification (Apache Creadur 
Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";
 <pre>public class <span class="typeNameLabel">HeaderMatcherSpecification</span>
 extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
 <div class="block">Used to specify additional license matchers. A license 
matcher is basically a class, which implements
- <a 
href="http://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/analysis/IHeaderMatcher.html?is-external=true";
 title="class or interface in 
org.apache.rat.analysis"><code>IHeaderMatcher</code></a>.</div>
+ <a 
href="https://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/analysis/IHeaderMatcher.html?is-external=true";
 title="class or interface in 
org.apache.rat.analysis"><code>IHeaderMatcher</code></a>.</div>
 </li>
 </ul>
 </div>
@@ -296,6 +296,6 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/HelpMojo.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/HelpMojo.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/HelpMojo.html
index 10ff928..b873f48 100644
--- a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/HelpMojo.html
+++ b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/HelpMojo.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HelpMojo (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>HelpMojo (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="HelpMojo (Apache Creadur Rat::Plugin4Maven 
0.13-SNAPSHOT API)";
+            parent.document.title="HelpMojo (Apache Creadur Rat::Plugin4Maven 
0.13 API)";
         }
     }
     catch(err) {
@@ -312,6 +312,6 @@ extends org.apache.maven.plugin.AbstractMojo</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/LicenseFamilySpecification.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/LicenseFamilySpecification.html
 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/LicenseFamilySpecification.html
index 1c4efea..9a14639 100644
--- 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/LicenseFamilySpecification.html
+++ 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/LicenseFamilySpecification.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>LicenseFamilySpecification (Apache Creadur Rat::Plugin4Maven 
0.13-SNAPSHOT API)</title>
+<title>LicenseFamilySpecification (Apache Creadur Rat::Plugin4Maven 0.13 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="LicenseFamilySpecification (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="LicenseFamilySpecification (Apache Creadur 
Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";
 <pre>public class <span class="typeNameLabel">LicenseFamilySpecification</span>
 extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
 <div class="block">Used to specify additional license families. A license 
family is basically a class, which implements
- <a 
href="http://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/license/ILicenseFamily.html?is-external=true";
 title="class or interface in 
org.apache.rat.license"><code>ILicenseFamily</code></a>.</div>
+ <a 
href="https://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/license/ILicenseFamily.html?is-external=true";
 title="class or interface in 
org.apache.rat.license"><code>ILicenseFamily</code></a>.</div>
 </li>
 </ul>
 </div>
@@ -296,6 +296,6 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/RatCheckException.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/RatCheckException.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/RatCheckException.html
index 7dc80d6..c7df58f 100644
--- a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/RatCheckException.html
+++ b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/RatCheckException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RatCheckException (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)</title>
+<title>RatCheckException (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RatCheckException (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="RatCheckException (Apache Creadur 
Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -290,6 +290,6 @@ extends org.apache.maven.plugin.MojoFailureException</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/RatCheckMojo.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/RatCheckMojo.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/RatCheckMojo.html
index 0abaa3d..3f761d0 100644
--- a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/RatCheckMojo.html
+++ b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/RatCheckMojo.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RatCheckMojo (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)</title>
+<title>RatCheckMojo (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RatCheckMojo (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="RatCheckMojo (Apache Creadur 
Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -187,7 +187,7 @@ extends <a 
href="../../../../org/apache/rat/mp/AbstractRatMojo.html" title="clas
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/rat/mp/RatCheckMojo.html#check-org.apache.rat.report.claim.ClaimStatistic-">check</a></span>(<a
 
href="http://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/report/claim/ClaimStatistic.html?is-external=true";
 title="class or interface in 
org.apache.rat.report.claim">ClaimStatistic</a>&nbsp;statistics)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/rat/mp/RatCheckMojo.html#check-org.apache.rat.report.claim.ClaimStatistic-">check</a></span>(<a
 
href="https://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/report/claim/ClaimStatistic.html?is-external=true";
 title="class or interface in 
org.apache.rat.report.claim">ClaimStatistic</a>&nbsp;statistics)</code>&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -196,7 +196,7 @@ extends <a 
href="../../../../org/apache/rat/mp/AbstractRatMojo.html" title="clas
 </td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code>protected <a 
href="http://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/ReportConfiguration.html?is-external=true";
 title="class or interface in 
org.apache.rat">ReportConfiguration</a></code></td>
+<td class="colFirst"><code>protected <a 
href="https://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/ReportConfiguration.html?is-external=true";
 title="class or interface in 
org.apache.rat">ReportConfiguration</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/rat/mp/RatCheckMojo.html#getConfiguration--">getConfiguration</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
@@ -275,7 +275,7 @@ extends <a 
href="../../../../org/apache/rat/mp/AbstractRatMojo.html" title="clas
 <ul class="blockList">
 <li class="blockList">
 <h4>check</h4>
-<pre>protected&nbsp;void&nbsp;check(<a 
href="http://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/report/claim/ClaimStatistic.html?is-external=true";
 title="class or interface in 
org.apache.rat.report.claim">ClaimStatistic</a>&nbsp;statistics)
+<pre>protected&nbsp;void&nbsp;check(<a 
href="https://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/report/claim/ClaimStatistic.html?is-external=true";
 title="class or interface in 
org.apache.rat.report.claim">ClaimStatistic</a>&nbsp;statistics)
               throws org.apache.maven.plugin.MojoFailureException</pre>
 <dl>
 <dt><span class="throwsLabel">Throws:</span></dt>
@@ -289,7 +289,7 @@ extends <a 
href="../../../../org/apache/rat/mp/AbstractRatMojo.html" title="clas
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getConfiguration</h4>
-<pre>protected&nbsp;<a 
href="http://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/ReportConfiguration.html?is-external=true";
 title="class or interface in 
org.apache.rat">ReportConfiguration</a>&nbsp;getConfiguration()
+<pre>protected&nbsp;<a 
href="https://creadur.apache.org/rat/apache-rat-core/apidocs/org/apache/rat/ReportConfiguration.html?is-external=true";
 title="class or interface in 
org.apache.rat">ReportConfiguration</a>&nbsp;getConfiguration()
                                         throws 
org.apache.maven.plugin.MojoFailureException,
                                                
org.apache.maven.plugin.MojoExecutionException</pre>
 <dl>
@@ -370,6 +370,6 @@ extends <a 
href="../../../../org/apache/rat/mp/AbstractRatMojo.html" title="clas
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/RatReportMojo.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/RatReportMojo.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/RatReportMojo.html
index c370a96..e010323 100644
--- a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/RatReportMojo.html
+++ b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/RatReportMojo.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RatReportMojo (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)</title>
+<title>RatReportMojo (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RatReportMojo (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="RatReportMojo (Apache Creadur 
Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -580,6 +580,6 @@ implements org.apache.maven.reporting.MavenReport</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/AbstractRatMojo.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/AbstractRatMojo.html
 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/AbstractRatMojo.html
index d9e1f44..b5c26f5 100644
--- 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/AbstractRatMojo.html
+++ 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/AbstractRatMojo.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.rat.mp.AbstractRatMojo (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.rat.mp.AbstractRatMojo (Apache Creadur 
Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.rat.mp.AbstractRatMojo (Apache Creadur Rat::Plugin4Maven 
0.13-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.rat.mp.AbstractRatMojo (Apache Creadur Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -168,6 +168,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/HeaderMatcherSpecification.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/HeaderMatcherSpecification.html
 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/HeaderMatcherSpecification.html
index 2c660d8..d717827 100644
--- 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/HeaderMatcherSpecification.html
+++ 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/HeaderMatcherSpecification.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.rat.mp.HeaderMatcherSpecification (Apache 
Creadur Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.rat.mp.HeaderMatcherSpecification (Apache 
Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.rat.mp.HeaderMatcherSpecification (Apache Creadur Rat::Plugin4Maven 
0.13-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.rat.mp.HeaderMatcherSpecification (Apache Creadur Rat::Plugin4Maven 
0.13 API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/HelpMojo.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/HelpMojo.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/HelpMojo.html
index bb19865..d15a19b 100644
--- a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/HelpMojo.html
+++ b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/HelpMojo.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.rat.mp.HelpMojo (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.rat.mp.HelpMojo (Apache Creadur 
Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.rat.mp.HelpMojo 
(Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.rat.mp.HelpMojo 
(Apache Creadur Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/LicenseFamilySpecification.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/LicenseFamilySpecification.html
 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/LicenseFamilySpecification.html
index ccb2b22..a4c4a85 100644
--- 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/LicenseFamilySpecification.html
+++ 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/LicenseFamilySpecification.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.rat.mp.LicenseFamilySpecification (Apache 
Creadur Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.rat.mp.LicenseFamilySpecification (Apache 
Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.rat.mp.LicenseFamilySpecification (Apache Creadur Rat::Plugin4Maven 
0.13-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.rat.mp.LicenseFamilySpecification (Apache Creadur Rat::Plugin4Maven 
0.13 API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/RatCheckException.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/RatCheckException.html
 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/RatCheckException.html
index 19eceb6..ebafef3 100644
--- 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/RatCheckException.html
+++ 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/RatCheckException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.rat.mp.RatCheckException (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.rat.mp.RatCheckException (Apache Creadur 
Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.rat.mp.RatCheckException (Apache Creadur Rat::Plugin4Maven 
0.13-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.rat.mp.RatCheckException (Apache Creadur Rat::Plugin4Maven 0.13 
API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/RatCheckMojo.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/RatCheckMojo.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/RatCheckMojo.html
index 5c16275..50fb5fc 100644
--- 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/RatCheckMojo.html
+++ 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/RatCheckMojo.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.rat.mp.RatCheckMojo (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.rat.mp.RatCheckMojo (Apache Creadur 
Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.rat.mp.RatCheckMojo (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)";
+            parent.document.title="Uses of Class 
org.apache.rat.mp.RatCheckMojo (Apache Creadur Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/RatReportMojo.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/RatReportMojo.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/RatReportMojo.html
index 186d725..e17afd8 100644
--- 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/RatReportMojo.html
+++ 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/class-use/RatReportMojo.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.rat.mp.RatReportMojo (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.rat.mp.RatReportMojo (Apache Creadur 
Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.rat.mp.RatReportMojo (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)";
+            parent.document.title="Uses of Class 
org.apache.rat.mp.RatReportMojo (Apache Creadur Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-frame.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-frame.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-frame.html
index b2478ee..f05690f 100644
--- a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-frame.html
+++ b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.rat.mp (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)</title>
+<title>org.apache.rat.mp (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-summary.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-summary.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-summary.html
index 2452ab7..17f5a0d 100644
--- a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-summary.html
+++ b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.rat.mp (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)</title>
+<title>org.apache.rat.mp (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.rat.mp (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="org.apache.rat.mp (Apache Creadur 
Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -185,6 +185,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-tree.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-tree.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-tree.html
index 3db7a7b..8687c23 100644
--- a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-tree.html
+++ b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.rat.mp Class Hierarchy (Apache Creadur Rat::Plugin4Maven 
0.13-SNAPSHOT API)</title>
+<title>org.apache.rat.mp Class Hierarchy (Apache Creadur Rat::Plugin4Maven 
0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.rat.mp Class Hierarchy (Apache 
Creadur Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="org.apache.rat.mp Class Hierarchy (Apache 
Creadur Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -162,6 +162,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-use.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-use.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-use.html
index 4795938..34ad7d0 100644
--- a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-use.html
+++ b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/package-use.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.rat.mp (Apache Creadur Rat::Plugin4Maven 
0.13-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.rat.mp (Apache Creadur Rat::Plugin4Maven 
0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.rat.mp (Apache 
Creadur Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="Uses of Package org.apache.rat.mp (Apache 
Creadur Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -155,6 +155,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/ConfigurationHelper.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/ConfigurationHelper.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/ConfigurationHelper.html
index 8599454..c246077 100644
--- 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/ConfigurationHelper.html
+++ 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/ConfigurationHelper.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConfigurationHelper (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)</title>
+<title>ConfigurationHelper (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ConfigurationHelper (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="ConfigurationHelper (Apache Creadur 
Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -242,6 +242,6 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/ExclusionHelper.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/ExclusionHelper.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/ExclusionHelper.html
index eb91cd2..3f44818 100644
--- a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/ExclusionHelper.html
+++ b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/ExclusionHelper.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ExclusionHelper (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)</title>
+<title>ExclusionHelper (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ExclusionHelper (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="ExclusionHelper (Apache Creadur 
Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -324,6 +324,6 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/ScmIgnoreParser.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/ScmIgnoreParser.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/ScmIgnoreParser.html
index 579a87f..9fff3d5 100644
--- a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/ScmIgnoreParser.html
+++ b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/ScmIgnoreParser.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ScmIgnoreParser (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)</title>
+<title>ScmIgnoreParser (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ScmIgnoreParser (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="ScmIgnoreParser (Apache Creadur 
Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -272,6 +272,6 @@ extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/class-use/ConfigurationHelper.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/class-use/ConfigurationHelper.html
 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/class-use/ConfigurationHelper.html
index 15b48df..0cfcd77 100644
--- 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/class-use/ConfigurationHelper.html
+++ 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/class-use/ConfigurationHelper.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.rat.mp.util.ConfigurationHelper (Apache 
Creadur Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.rat.mp.util.ConfigurationHelper (Apache 
Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.rat.mp.util.ConfigurationHelper (Apache Creadur Rat::Plugin4Maven 
0.13-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.rat.mp.util.ConfigurationHelper (Apache Creadur Rat::Plugin4Maven 
0.13 API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/class-use/ExclusionHelper.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/class-use/ExclusionHelper.html
 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/class-use/ExclusionHelper.html
index 30c1006..8e2b3d9 100644
--- 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/class-use/ExclusionHelper.html
+++ 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/class-use/ExclusionHelper.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.rat.mp.util.ExclusionHelper (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.rat.mp.util.ExclusionHelper (Apache Creadur 
Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.rat.mp.util.ExclusionHelper (Apache Creadur Rat::Plugin4Maven 
0.13-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.rat.mp.util.ExclusionHelper (Apache Creadur Rat::Plugin4Maven 0.13 
API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/class-use/ScmIgnoreParser.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/class-use/ScmIgnoreParser.html
 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/class-use/ScmIgnoreParser.html
index c4428a6..a2859ac 100644
--- 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/class-use/ScmIgnoreParser.html
+++ 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/class-use/ScmIgnoreParser.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.rat.mp.util.ScmIgnoreParser (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>Uses of Class org.apache.rat.mp.util.ScmIgnoreParser (Apache Creadur 
Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class 
org.apache.rat.mp.util.ScmIgnoreParser (Apache Creadur Rat::Plugin4Maven 
0.13-SNAPSHOT API)";
+            parent.document.title="Uses of Class 
org.apache.rat.mp.util.ScmIgnoreParser (Apache Creadur Rat::Plugin4Maven 0.13 
API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-frame.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-frame.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-frame.html
index 855a1f2..aa74745 100644
--- a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-frame.html
+++ b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.rat.mp.util (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)</title>
+<title>org.apache.rat.mp.util (Apache Creadur Rat::Plugin4Maven 0.13 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-summary.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-summary.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-summary.html
index 9a9341d..0dd1428 100644
--- a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-summary.html
+++ b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.rat.mp.util (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)</title>
+<title>org.apache.rat.mp.util (Apache Creadur Rat::Plugin4Maven 0.13 
API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.rat.mp.util (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="org.apache.rat.mp.util (Apache Creadur 
Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -150,6 +150,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-tree.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-tree.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-tree.html
index 42388c3..636fa52 100644
--- a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-tree.html
+++ b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.rat.mp.util Class Hierarchy (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>org.apache.rat.mp.util Class Hierarchy (Apache Creadur 
Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.rat.mp.util Class Hierarchy 
(Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="org.apache.rat.mp.util Class Hierarchy 
(Apache Creadur Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -135,6 +135,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-use.html
----------------------------------------------------------------------
diff --git 
a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-use.html 
b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-use.html
index 3b2a716..66791a5 100644
--- a/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-use.html
+++ b/rat/apache-rat-plugin/apidocs/org/apache/rat/mp/util/package-use.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.rat.mp.util (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>Uses of Package org.apache.rat.mp.util (Apache Creadur 
Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.rat.mp.util 
(Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="Uses of Package org.apache.rat.mp.util 
(Apache Creadur Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -120,6 +120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/overview-frame.html 
b/rat/apache-rat-plugin/apidocs/overview-frame.html
index 738b938..c3008ad 100644
--- a/rat/apache-rat-plugin/apidocs/overview-frame.html
+++ b/rat/apache-rat-plugin/apidocs/overview-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Overview List (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)</title>
+<title>Overview List (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/overview-summary.html 
b/rat/apache-rat-plugin/apidocs/overview-summary.html
index dccb1dc..239822f 100644
--- a/rat/apache-rat-plugin/apidocs/overview-summary.html
+++ b/rat/apache-rat-plugin/apidocs/overview-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Overview (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT API)</title>
+<title>Overview (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Overview (Apache Creadur Rat::Plugin4Maven 
0.13-SNAPSHOT API)";
+            parent.document.title="Overview (Apache Creadur Rat::Plugin4Maven 
0.13 API)";
         }
     }
     catch(err) {
@@ -70,7 +70,7 @@
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 <div class="header">
-<h1 class="title">Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT API</h1>
+<h1 class="title">Apache Creadur Rat::Plugin4Maven 0.13 API</h1>
 </div>
 <div class="contentContainer">
 <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Packages table, listing packages, and an explanation">
@@ -138,6 +138,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/overview-tree.html 
b/rat/apache-rat-plugin/apidocs/overview-tree.html
index 465c810..e0aa610 100644
--- a/rat/apache-rat-plugin/apidocs/overview-tree.html
+++ b/rat/apache-rat-plugin/apidocs/overview-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Class Hierarchy (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)</title>
+<title>Class Hierarchy (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Class Hierarchy (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="Class Hierarchy (Apache Creadur 
Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -166,6 +166,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/apidocs/serialized-form.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/apidocs/serialized-form.html 
b/rat/apache-rat-plugin/apidocs/serialized-form.html
index 568c69c..b41e6d4 100644
--- a/rat/apache-rat-plugin/apidocs/serialized-form.html
+++ b/rat/apache-rat-plugin/apidocs/serialized-form.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Serialized Form (Apache Creadur Rat::Plugin4Maven 0.13-SNAPSHOT 
API)</title>
+<title>Serialized Form (Apache Creadur Rat::Plugin4Maven 0.13 API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Serialized Form (Apache Creadur 
Rat::Plugin4Maven 0.13-SNAPSHOT API)";
+            parent.document.title="Serialized Form (Apache Creadur 
Rat::Plugin4Maven 0.13 API)";
         }
     }
     catch(err) {
@@ -137,6 +137,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2016 <a 
href="http://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2018 <a 
href="https://www.apache.org";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/creadur-site/blob/9736b609/rat/apache-rat-plugin/changes-report.html
----------------------------------------------------------------------
diff --git a/rat/apache-rat-plugin/changes-report.html 
b/rat/apache-rat-plugin/changes-report.html
index b5575b6..3b3c40a 100644
--- a/rat/apache-rat-plugin/changes-report.html
+++ b/rat/apache-rat-plugin/changes-report.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2016-09-04 -->
+<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2018-11-05 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -10,7 +10,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" 
media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20160904" />
+    <meta name="Date-Revision-yyyymmdd" content="20181105" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Mate+SC"; 
type="text/css"/>
@@ -29,8 +29,8 @@
             
                     
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2016-09-04</span>
-                  &nbsp;| <span id="projectVersion">Version: 
0.13-SNAPSHOT</span>
+        <span id="publishDate">Last Published: 2018-11-05</span>
+                  &nbsp;| <span id="projectVersion">Version: 0.13</span>
                           |                           <a 
href="https://www.apache.org/"; class="externalLink" title="Apache">Apache</a>
         &gt;
                           <a href="https://creadur.apache.org/"; 
class="externalLink" title="Creadur">Creadur</a>

Reply via email to