Modified: 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref-test/org/apache/maven/archiver/MockArtifact.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref-test/org/apache/maven/archiver/MockArtifact.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref-test/org/apache/maven/archiver/MockArtifact.html
 Wed Aug  9 18:59:29 2017
@@ -8,37 +8,37 @@
 <div id="overview"><a 
href="../../../../../testapidocs/org/apache/maven/archiver/MockArtifact.html">View
 Javadoc</a></div><pre>
 <a class="jxr_linenumber" name="L1" href="#L1">1</a>   <strong 
class="jxr_keyword">package</strong> org.apache.maven.archiver;
 <a class="jxr_linenumber" name="L2" href="#L2">2</a>   
-<a class="jxr_linenumber" name="L3" href="#L3">3</a>   <strong 
class="jxr_keyword">import</strong> java.io.File;
-<a class="jxr_linenumber" name="L4" href="#L4">4</a>   <strong 
class="jxr_keyword">import</strong> java.util.Collection;
-<a class="jxr_linenumber" name="L5" href="#L5">5</a>   <strong 
class="jxr_keyword">import</strong> java.util.List;
-<a class="jxr_linenumber" name="L6" href="#L6">6</a>   
-<a class="jxr_linenumber" name="L7" href="#L7">7</a>   <em 
class="jxr_comment">/*</em>
-<a class="jxr_linenumber" name="L8" href="#L8">8</a>   <em 
class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under 
one</em>
-<a class="jxr_linenumber" name="L9" href="#L9">9</a>   <em 
class="jxr_comment"> * or more contributor license agreements.  See the NOTICE 
file</em>
-<a class="jxr_linenumber" name="L10" href="#L10">10</a>  <em 
class="jxr_comment"> * distributed with this work for additional 
information</em>
-<a class="jxr_linenumber" name="L11" href="#L11">11</a>  <em 
class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this 
file</em>
-<a class="jxr_linenumber" name="L12" href="#L12">12</a>  <em 
class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
-<a class="jxr_linenumber" name="L13" href="#L13">13</a>  <em 
class="jxr_comment"> * "License"); you may not use this file except in 
compliance</em>
-<a class="jxr_linenumber" name="L14" href="#L14">14</a>  <em 
class="jxr_comment"> * with the License.  You may obtain a copy of the License 
at</em>
-<a class="jxr_linenumber" name="L15" href="#L15">15</a>  <em 
class="jxr_comment"> *</em>
-<a class="jxr_linenumber" name="L16" href="#L16">16</a>  <em 
class="jxr_comment"> *   <a href="http://www.apache.org/licenses/LICENSE-2."; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em>
-<a class="jxr_linenumber" name="L17" href="#L17">17</a>  <em 
class="jxr_comment"> *</em>
-<a class="jxr_linenumber" name="L18" href="#L18">18</a>  <em 
class="jxr_comment"> * Unless required by applicable law or agreed to in 
writing,</em>
-<a class="jxr_linenumber" name="L19" href="#L19">19</a>  <em 
class="jxr_comment"> * software distributed under the License is distributed on 
an</em>
-<a class="jxr_linenumber" name="L20" href="#L20">20</a>  <em 
class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY</em>
-<a class="jxr_linenumber" name="L21" href="#L21">21</a>  <em 
class="jxr_comment"> * KIND, either express or implied.  See the License for 
the</em>
-<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <em 
class="jxr_comment"> * specific language governing permissions and 
limitations</em>
-<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <em 
class="jxr_comment"> * under the License.</em>
-<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <em 
class="jxr_comment"> */</em>
-<a class="jxr_linenumber" name="L25" href="#L25">25</a>  
-<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <strong 
class="jxr_keyword">import</strong> org.apache.maven.artifact.Artifact;
-<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.maven.artifact.handler.ArtifactHandler;
-<a class="jxr_linenumber" name="L28" href="#L28">28</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.maven.artifact.metadata.ArtifactMetadata;
-<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.maven.artifact.repository.ArtifactRepository;
-<a class="jxr_linenumber" name="L30" href="#L30">30</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.maven.artifact.resolver.filter.ArtifactFilter;
-<a class="jxr_linenumber" name="L31" href="#L31">31</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.maven.artifact.versioning.ArtifactVersion;
-<a class="jxr_linenumber" name="L32" href="#L32">32</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.maven.artifact.versioning.OverConstrainedVersionException;
-<a class="jxr_linenumber" name="L33" href="#L33">33</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.maven.artifact.versioning.VersionRange;
+<a class="jxr_linenumber" name="L3" href="#L3">3</a>   <em 
class="jxr_comment">/*</em>
+<a class="jxr_linenumber" name="L4" href="#L4">4</a>   <em 
class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under 
one</em>
+<a class="jxr_linenumber" name="L5" href="#L5">5</a>   <em 
class="jxr_comment"> * or more contributor license agreements.  See the NOTICE 
file</em>
+<a class="jxr_linenumber" name="L6" href="#L6">6</a>   <em 
class="jxr_comment"> * distributed with this work for additional 
information</em>
+<a class="jxr_linenumber" name="L7" href="#L7">7</a>   <em 
class="jxr_comment"> * regarding copyright ownership.  The ASF licenses this 
file</em>
+<a class="jxr_linenumber" name="L8" href="#L8">8</a>   <em 
class="jxr_comment"> * to you under the Apache License, Version 2.0 (the</em>
+<a class="jxr_linenumber" name="L9" href="#L9">9</a>   <em 
class="jxr_comment"> * "License"); you may not use this file except in 
compliance</em>
+<a class="jxr_linenumber" name="L10" href="#L10">10</a>  <em 
class="jxr_comment"> * with the License.  You may obtain a copy of the License 
at</em>
+<a class="jxr_linenumber" name="L11" href="#L11">11</a>  <em 
class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L12" href="#L12">12</a>  <em 
class="jxr_comment"> *   <a href="http://www.apache.org/licenses/LICENSE-2."; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em>
+<a class="jxr_linenumber" name="L13" href="#L13">13</a>  <em 
class="jxr_comment"> *</em>
+<a class="jxr_linenumber" name="L14" href="#L14">14</a>  <em 
class="jxr_comment"> * Unless required by applicable law or agreed to in 
writing,</em>
+<a class="jxr_linenumber" name="L15" href="#L15">15</a>  <em 
class="jxr_comment"> * software distributed under the License is distributed on 
an</em>
+<a class="jxr_linenumber" name="L16" href="#L16">16</a>  <em 
class="jxr_comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY</em>
+<a class="jxr_linenumber" name="L17" href="#L17">17</a>  <em 
class="jxr_comment"> * KIND, either express or implied.  See the License for 
the</em>
+<a class="jxr_linenumber" name="L18" href="#L18">18</a>  <em 
class="jxr_comment"> * specific language governing permissions and 
limitations</em>
+<a class="jxr_linenumber" name="L19" href="#L19">19</a>  <em 
class="jxr_comment"> * under the License.</em>
+<a class="jxr_linenumber" name="L20" href="#L20">20</a>  <em 
class="jxr_comment"> */</em>
+<a class="jxr_linenumber" name="L21" href="#L21">21</a>  
+<a class="jxr_linenumber" name="L22" href="#L22">22</a>  <strong 
class="jxr_keyword">import</strong> org.apache.maven.artifact.Artifact;
+<a class="jxr_linenumber" name="L23" href="#L23">23</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.maven.artifact.handler.ArtifactHandler;
+<a class="jxr_linenumber" name="L24" href="#L24">24</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.maven.artifact.metadata.ArtifactMetadata;
+<a class="jxr_linenumber" name="L25" href="#L25">25</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.maven.artifact.repository.ArtifactRepository;
+<a class="jxr_linenumber" name="L26" href="#L26">26</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.maven.artifact.resolver.filter.ArtifactFilter;
+<a class="jxr_linenumber" name="L27" href="#L27">27</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.maven.artifact.versioning.ArtifactVersion;
+<a class="jxr_linenumber" name="L28" href="#L28">28</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.maven.artifact.versioning.OverConstrainedVersionException;
+<a class="jxr_linenumber" name="L29" href="#L29">29</a>  <strong 
class="jxr_keyword">import</strong> 
org.apache.maven.artifact.versioning.VersionRange;
+<a class="jxr_linenumber" name="L30" href="#L30">30</a>  
+<a class="jxr_linenumber" name="L31" href="#L31">31</a>  <strong 
class="jxr_keyword">import</strong> java.io.File;
+<a class="jxr_linenumber" name="L32" href="#L32">32</a>  <strong 
class="jxr_keyword">import</strong> java.util.Collection;
+<a class="jxr_linenumber" name="L33" href="#L33">33</a>  <strong 
class="jxr_keyword">import</strong> java.util.List;
 <a class="jxr_linenumber" name="L34" href="#L34">34</a>  
 <a class="jxr_linenumber" name="L35" href="#L35">35</a>  <em 
class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="L36" href="#L36">36</a>  <em 
class="jxr_javadoccomment"> * @todo move to maven-artifact-test</em>
@@ -321,6 +321,6 @@
 <a class="jxr_linenumber" name="L313" href="#L313">313</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref-test/org/apache/maven/archiver/package-frame.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref-test/org/apache/maven/archiver/package-frame.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref-test/org/apache/maven/archiver/package-frame.html
 Wed Aug  9 18:59:29 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Maven Archiver 3.1.1 Reference Package 
org.apache.maven.archiver</title>
+               <title>Apache Maven Archiver 3.2.0 Reference Package 
org.apache.maven.archiver</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref-test/org/apache/maven/archiver/package-summary.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref-test/org/apache/maven/archiver/package-summary.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref-test/org/apache/maven/archiver/package-summary.html
 Wed Aug  9 18:59:29 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Maven Archiver 3.1.1 Reference Package 
org.apache.maven.archiver</title>
+               <title>Apache Maven Archiver 3.2.0 Reference Package 
org.apache.maven.archiver</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../stylesheet.css" title="style" />
        </head>
        <body>
@@ -83,7 +83,7 @@
        </div>
                                <hr />
                <div id="footer">
-                       Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
+                       Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
                </div>
        </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref-test/overview-frame.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref-test/overview-frame.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref-test/overview-frame.html
 Wed Aug  9 18:59:29 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Maven Archiver 3.1.1 Reference</title>
+               <title>Apache Maven Archiver 3.2.0 Reference</title>
                <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
        </head>
        <body>

Modified: 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref-test/overview-summary.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref-test/overview-summary.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref-test/overview-summary.html
 Wed Aug  9 18:59:29 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Maven Archiver 3.1.1 Reference</title>
+               <title>Apache Maven Archiver 3.2.0 Reference</title>
                <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
        </head>
        <body>
@@ -24,7 +24,7 @@
                </ul>
        </div>
                
-                       <h2>Apache Maven Archiver 3.1.1 Reference</h2>
+                       <h2>Apache Maven Archiver 3.2.0 Reference</h2>
 
                <table class="summary">
                <thead>
@@ -60,7 +60,7 @@
                
                <hr />
                <div id="footer">
-                       Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
+                       Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
                </div>
        </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/index.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/index.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/index.html
 Wed Aug  9 18:59:29 2017
@@ -4,7 +4,7 @@
 <!-- this is a JXR report set -->
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Maven Archiver 3.1.1 Reference</title>
+               <title>Apache Maven Archiver 3.2.0 Reference</title>
        </head>
     <frameset cols="20%,80%">
                <frameset rows="30%,70%">

Modified: 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/ManifestConfiguration.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/ManifestConfiguration.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/ManifestConfiguration.html
 Wed Aug  9 18:59:29 2017
@@ -302,6 +302,6 @@
 <a class="jxr_linenumber" name="L294" href="#L294">294</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/ManifestSection.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/ManifestSection.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/ManifestSection.html
 Wed Aug  9 18:59:29 2017
@@ -91,6 +91,6 @@
 <a class="jxr_linenumber" name="L83" href="#L83">83</a>  }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/MavenArchiveConfiguration.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/MavenArchiveConfiguration.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/MavenArchiveConfiguration.html
 Wed Aug  9 18:59:29 2017
@@ -317,6 +317,6 @@
 <a class="jxr_linenumber" name="L309" href="#L309">309</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/MavenArchiver.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/MavenArchiver.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/MavenArchiver.html
 Wed Aug  9 18:59:29 2017
@@ -690,6 +690,6 @@
 <a class="jxr_linenumber" name="L682" href="#L682">682</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/PomPropertiesUtil.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/PomPropertiesUtil.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/PomPropertiesUtil.html
 Wed Aug  9 18:59:29 2017
@@ -179,6 +179,6 @@
 <a class="jxr_linenumber" name="L171" href="#L171">171</a> }
 </pre>
 <hr/>
-<div id="footer">Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
+<div id="footer">Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</div>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/package-frame.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/package-frame.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/package-frame.html
 Wed Aug  9 18:59:29 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Maven Archiver 3.1.1 Reference Package 
org.apache.maven.archiver</title>
+               <title>Apache Maven Archiver 3.2.0 Reference Package 
org.apache.maven.archiver</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../stylesheet.css" title="style" />
        </head>
        <body>

Modified: 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/package-summary.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/package-summary.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/org/apache/maven/archiver/package-summary.html
 Wed Aug  9 18:59:29 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Maven Archiver 3.1.1 Reference Package 
org.apache.maven.archiver</title>
+               <title>Apache Maven Archiver 3.2.0 Reference Package 
org.apache.maven.archiver</title>
                <link rel="stylesheet" type="text/css" 
href="../../../../stylesheet.css" title="style" />
        </head>
        <body>
@@ -83,7 +83,7 @@
        </div>
                                <hr />
                <div id="footer">
-                       Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
+                       Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
                </div>
        </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/overview-frame.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/overview-frame.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/overview-frame.html
 Wed Aug  9 18:59:29 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Maven Archiver 3.1.1 Reference</title>
+               <title>Apache Maven Archiver 3.2.0 Reference</title>
                <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
        </head>
        <body>

Modified: 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/overview-summary.html
==============================================================================
--- 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/overview-summary.html
 (original)
+++ 
websites/production/maven/components/shared-archives/maven-archiver-LATEST/xref/overview-summary.html
 Wed Aug  9 18:59:29 2017
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8" />
-               <title>Apache Maven Archiver 3.1.1 Reference</title>
+               <title>Apache Maven Archiver 3.2.0 Reference</title>
                <link rel="stylesheet" type="text/css" href="stylesheet.css" 
title="style" />
        </head>
        <body>
@@ -24,7 +24,7 @@
                </ul>
        </div>
                
-                       <h2>Apache Maven Archiver 3.1.1 Reference</h2>
+                       <h2>Apache Maven Archiver 3.2.0 Reference</h2>
 
                <table class="summary">
                <thead>
@@ -60,7 +60,7 @@
                
                <hr />
                <div id="footer">
-                       Copyright &#169; 2002&#x2013;2016 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
+                       Copyright &#169; 2002&#x2013;2017 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.
                </div>
        </body>
 </html>
\ No newline at end of file


Reply via email to