You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by cs...@apache.org on 2022/05/31 11:24:28 UTC

svn commit: r1901447 [9/28] - in /maven/website/components/maven-indexer-archives/maven-indexer-LATEST: ./ apidocs/ apidocs/org/apache/maven/index/ apidocs/org/apache/maven/index/archetype/ apidocs/org/apache/maven/index/archetype/class-use/ apidocs/or...

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/project-reports.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/project-reports.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/project-reports.html Tue May 31 11:24:14 2022
@@ -48,7 +48,7 @@
       <li class=""><a href="index.html" title="Maven :: Indexer CLI">Maven :: Indexer CLI</a><span class="divider">/</span></li>
     <li class="active ">Generated Reports</li>
         <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2022-05-31</li>
-          <li id="projectVersion" class="pull-right">Version: 6.2.1-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 6.2.1</li>
           </ul>
         </div>
       </header>

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/scm.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/scm.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/scm.html Tue May 31 11:24:14 2022
@@ -48,7 +48,7 @@
       <li class=""><a href="index.html" title="Maven :: Indexer CLI">Maven :: Indexer CLI</a><span class="divider">/</span></li>
     <li class="active ">Source Code Management</li>
         <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2022-05-31</li>
-          <li id="projectVersion" class="pull-right">Version: 6.2.1-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 6.2.1</li>
           </ul>
         </div>
       </header>
@@ -130,13 +130,13 @@
 <p>This project uses <a class="externalLink" href="https://git-scm.com/">Git</a> to manage its source code. Instructions on Git use can be found at <a class="externalLink" href="https://git-scm.com/documentation">https://git-scm.com/documentation</a>.</p></section><section>
 <h2><a name="Web_Browser_Access"></a>Web Browser Access</h2><a name="Web_Browser_Access"></a>
 <p>The following is a link to a browsable version of the source repository:</p>
-<div class="source"><pre class="prettyprint linenums"><a class="externalLink" href="https://github.com/apache/maven-indexer/tree/master/indexer-cli">https://github.com/apache/maven-indexer/tree/master/indexer-cli</a></pre></div></section><section>
+<div class="source"><pre class="prettyprint linenums"><a class="externalLink" href="https://github.com/apache/maven-indexer/tree/maven-indexer-6.2.1/indexer-cli">https://github.com/apache/maven-indexer/tree/maven-indexer-6.2.1/indexer-cli</a></pre></div></section><section>
 <h2><a name="Anonymous_Access"></a>Anonymous Access</h2><a name="Anonymous_Access"></a>
 <p>The source can be checked out anonymously from Git with this command (See <a class="externalLink" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>):</p>
-<div class="source"><pre class="prettyprint linenums">$ git clone --branch master https://gitbox.apache.org/repos/asf/maven-indexer.git</pre></div></section><section>
+<div class="source"><pre class="prettyprint linenums">$ git clone --branch maven-indexer-6.2.1 https://gitbox.apache.org/repos/asf/maven-indexer.git</pre></div></section><section>
 <h2><a name="Developer_Access"></a>Developer Access</h2><a name="Developer_Access"></a>
 <p>Only project developers can access the Git tree via this method (See <a class="externalLink" href="https://git-scm.com/docs/git-clone">https://git-scm.com/docs/git-clone</a>).</p>
-<div class="source"><pre class="prettyprint linenums">$ git clone --branch master https://gitbox.apache.org/repos/asf/maven-indexer.git</pre></div></section><section>
+<div class="source"><pre class="prettyprint linenums">$ git clone --branch maven-indexer-6.2.1 https://gitbox.apache.org/repos/asf/maven-indexer.git</pre></div></section><section>
 <h2><a name="Access_from_Behind_a_Firewall"></a>Access from Behind a Firewall</h2><a name="Access_from_Behind_a_Firewall"></a>
 <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></section>
         </main>

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/summary.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/summary.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/summary.html Tue May 31 11:24:14 2022
@@ -48,7 +48,7 @@
       <li class=""><a href="index.html" title="Maven :: Indexer CLI">Maven :: Indexer CLI</a><span class="divider">/</span></li>
     <li class="active ">Project Summary</li>
         <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2022-05-31</li>
-          <li id="projectVersion" class="pull-right">Version: 6.2.1-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 6.2.1</li>
           </ul>
         </div>
       </header>
@@ -165,7 +165,7 @@
 <td>indexer-cli</td></tr>
 <tr class="b">
 <td align="left">Version</td>
-<td>6.2.1-SNAPSHOT</td></tr>
+<td>6.2.1</td></tr>
 <tr class="a">
 <td align="left">Type</td>
 <td>jar</td></tr>

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/surefire-report.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/surefire-report.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/surefire-report.html Tue May 31 11:24:14 2022
@@ -48,7 +48,7 @@
       <li class=""><a href="index.html" title="Maven :: Indexer CLI">Maven :: Indexer CLI</a><span class="divider">/</span></li>
     <li class="active ">Surefire Report</li>
         <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2022-05-31</li>
-          <li id="projectVersion" class="pull-right">Version: 6.2.1-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 6.2.1</li>
           </ul>
         </div>
       </header>
@@ -158,7 +158,7 @@ function toggleDisplay(elementId) {
 <td align="left">0</td>
 <td align="left">0</td>
 <td align="left">100%</td>
-<td align="left">2.051</td></tr></table><br />
+<td align="left">2.071</td></tr></table><br />
 <p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></section><section>
 <h2><a name="Package_List"></a>Package List</h2><a name="Package_List"></a>
 <p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br />
@@ -178,7 +178,7 @@ function toggleDisplay(elementId) {
 <td align="left">0</td>
 <td align="left">0</td>
 <td align="left">100%</td>
-<td align="left">2.051</td></tr></table><br />
+<td align="left">2.071</td></tr></table><br />
 <p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p><section>
 <h3><a name="org.apache.maven.index.cli"></a>org.apache.maven.index.cli</h3><a name="org.apache.maven.index.cli"></a>
 <table border="1" class="table table-striped">
@@ -199,7 +199,7 @@ function toggleDisplay(elementId) {
 <td align="left">0</td>
 <td align="left">0</td>
 <td align="left">100%</td>
-<td align="left">2.051</td></tr></table></section><br /></section><section>
+<td align="left">2.071</td></tr></table></section><br /></section><section>
 <h2><a name="Test_Cases"></a>Test Cases</h2><a name="Test_Cases"></a>
 <p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><section>
 <h3><a name="NexusIndexerCliTest"></a>NexusIndexerCliTest</h3><a name="org.apache.maven.index.cli.NexusIndexerCliTest"></a>
@@ -207,19 +207,19 @@ function toggleDisplay(elementId) {
 <tr class="a">
 <td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td align="left"><a name="TC_org.apache.maven.index.cli.NexusIndexerCliTest.testOptionsAsHtml"></a>testOptionsAsHtml</td>
-<td align="left">0.012</td></tr>
+<td align="left">0.01</td></tr>
 <tr class="b">
 <td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td align="left"><a name="TC_org.apache.maven.index.cli.NexusIndexerCliTest.testInvalidRepo"></a>testInvalidRepo</td>
-<td align="left">0.546</td></tr>
+<td align="left">0.543</td></tr>
 <tr class="a">
 <td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td align="left"><a name="TC_org.apache.maven.index.cli.NexusIndexerCliTest.testRequiredArgs"></a>testRequiredArgs</td>
-<td align="left">0.327</td></tr>
+<td align="left">0.344</td></tr>
 <tr class="b">
 <td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td align="left"><a name="TC_org.apache.maven.index.cli.NexusIndexerCliTest.testLoggingLevel"></a>testLoggingLevel</td>
-<td align="left">0.752</td></tr>
+<td align="left">0.736</td></tr>
 <tr class="a">
 <td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td align="left"><a name="TC_org.apache.maven.index.cli.NexusIndexerCliTest.testMissingArgs"></a>testMissingArgs</td>
@@ -227,15 +227,15 @@ function toggleDisplay(elementId) {
 <tr class="b">
 <td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td align="left"><a name="TC_org.apache.maven.index.cli.NexusIndexerCliTest.testAbrvsRequiredArgs"></a>testAbrvsRequiredArgs</td>
-<td align="left">0.139</td></tr>
+<td align="left">0.163</td></tr>
 <tr class="a">
 <td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td align="left"><a name="TC_org.apache.maven.index.cli.NexusIndexerCliTest.testNoArgs"></a>testNoArgs</td>
-<td align="left">0.018</td></tr>
+<td align="left">0.021</td></tr>
 <tr class="b">
 <td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td>
 <td align="left"><a name="TC_org.apache.maven.index.cli.NexusIndexerCliTest.testUnpack"></a>testUnpack</td>
-<td align="left">0.226</td></tr></table></section><br /></section>
+<td align="left">0.22</td></tr></table></section><br /></section>
         </main>
       </div>
     </div>

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/taglist.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/taglist.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/taglist.html Tue May 31 11:24:14 2022
@@ -48,7 +48,7 @@
       <li class=""><a href="index.html" title="Maven :: Indexer CLI">Maven :: Indexer CLI</a><span class="divider">/</span></li>
     <li class="active ">Tag List report</li>
         <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2022-05-31</li>
-          <li id="projectVersion" class="pull-right">Version: 6.2.1-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 6.2.1</li>
           </ul>
         </div>
       </header>

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/team.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/team.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/team.html Tue May 31 11:24:14 2022
@@ -48,7 +48,7 @@
       <li class=""><a href="index.html" title="Maven :: Indexer CLI">Maven :: Indexer CLI</a><span class="divider">/</span></li>
     <li class="active ">Project Team</li>
         <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2022-05-31</li>
-          <li id="projectVersion" class="pull-right">Version: 6.2.1-SNAPSHOT</li>
+          <li id="projectVersion" class="pull-right">Version: 6.2.1</li>
           </ul>
         </div>
       </header>

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/allclasses-index.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/allclasses-index.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/allclasses-index.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>All Classes and Interfaces (Maven :: Indexer CLI 6.2.1-SNAPSHOT Test API)</title>
+<title>All Classes and Interfaces (Maven :: Indexer CLI 6.2.1 Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="class index">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/allpackages-index.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/allpackages-index.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/allpackages-index.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>All Packages (Maven :: Indexer CLI 6.2.1-SNAPSHOT Test API)</title>
+<title>All Packages (Maven :: Indexer CLI 6.2.1 Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="package index">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/help-doc.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/help-doc.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/help-doc.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>API Help (Maven :: Indexer CLI 6.2.1-SNAPSHOT Test API)</title>
+<title>API Help (Maven :: Indexer CLI 6.2.1 Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="help">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/index-all.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/index-all.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/index-all.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Index (Maven :: Indexer CLI 6.2.1-SNAPSHOT Test API)</title>
+<title>Index (Maven :: Indexer CLI 6.2.1 Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="index">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/index.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/index.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/index.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Maven :: Indexer CLI 6.2.1-SNAPSHOT Test API</title>
+<title>Maven :: Indexer CLI 6.2.1 Test API</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="index redirect">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/AbstractNexusIndexerCliTest.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/AbstractNexusIndexerCliTest.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/AbstractNexusIndexerCliTest.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>AbstractNexusIndexerCliTest (Maven :: Indexer CLI 6.2.1-SNAPSHOT Test API)</title>
+<title>AbstractNexusIndexerCliTest (Maven :: Indexer CLI 6.2.1 Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index.cli, class: AbstractNexusIndexerCliTest">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/NexusIndexerCliIT.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/NexusIndexerCliIT.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/NexusIndexerCliIT.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>NexusIndexerCliIT (Maven :: Indexer CLI 6.2.1-SNAPSHOT Test API)</title>
+<title>NexusIndexerCliIT (Maven :: Indexer CLI 6.2.1 Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index.cli, class: NexusIndexerCliIT">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/NexusIndexerCliTest.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/NexusIndexerCliTest.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/NexusIndexerCliTest.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>NexusIndexerCliTest (Maven :: Indexer CLI 6.2.1-SNAPSHOT Test API)</title>
+<title>NexusIndexerCliTest (Maven :: Indexer CLI 6.2.1 Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index.cli, class: NexusIndexerCliTest">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/class-use/AbstractNexusIndexerCliTest.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/class-use/AbstractNexusIndexerCliTest.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/class-use/AbstractNexusIndexerCliTest.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Uses of Class org.apache.maven.index.cli.AbstractNexusIndexerCliTest (Maven :: Indexer CLI 6.2.1-SNAPSHOT Test API)</title>
+<title>Uses of Class org.apache.maven.index.cli.AbstractNexusIndexerCliTest (Maven :: Indexer CLI 6.2.1 Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="use: package: org.apache.maven.index.cli, class: AbstractNexusIndexerCliTest">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/class-use/NexusIndexerCliIT.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/class-use/NexusIndexerCliIT.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/class-use/NexusIndexerCliIT.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Uses of Class org.apache.maven.index.cli.NexusIndexerCliIT (Maven :: Indexer CLI 6.2.1-SNAPSHOT Test API)</title>
+<title>Uses of Class org.apache.maven.index.cli.NexusIndexerCliIT (Maven :: Indexer CLI 6.2.1 Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="use: package: org.apache.maven.index.cli, class: NexusIndexerCliIT">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/class-use/NexusIndexerCliTest.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/class-use/NexusIndexerCliTest.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/class-use/NexusIndexerCliTest.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Uses of Class org.apache.maven.index.cli.NexusIndexerCliTest (Maven :: Indexer CLI 6.2.1-SNAPSHOT Test API)</title>
+<title>Uses of Class org.apache.maven.index.cli.NexusIndexerCliTest (Maven :: Indexer CLI 6.2.1 Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="use: package: org.apache.maven.index.cli, class: NexusIndexerCliTest">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/package-summary.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/package-summary.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/package-summary.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>org.apache.maven.index.cli (Maven :: Indexer CLI 6.2.1-SNAPSHOT Test API)</title>
+<title>org.apache.maven.index.cli (Maven :: Indexer CLI 6.2.1 Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index.cli">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/package-tree.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/package-tree.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/package-tree.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>org.apache.maven.index.cli Class Hierarchy (Maven :: Indexer CLI 6.2.1-SNAPSHOT Test API)</title>
+<title>org.apache.maven.index.cli Class Hierarchy (Maven :: Indexer CLI 6.2.1 Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="tree: package: org.apache.maven.index.cli">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/package-use.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/package-use.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/org/apache/maven/index/cli/package-use.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Uses of Package org.apache.maven.index.cli (Maven :: Indexer CLI 6.2.1-SNAPSHOT Test API)</title>
+<title>Uses of Package org.apache.maven.index.cli (Maven :: Indexer CLI 6.2.1 Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="use: package: org.apache.maven.index.cli">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/overview-tree.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/overview-tree.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/testapidocs/overview-tree.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Class Hierarchy (Maven :: Indexer CLI 6.2.1-SNAPSHOT Test API)</title>
+<title>Class Hierarchy (Maven :: Indexer CLI 6.2.1 Test API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="class tree">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref-test/index.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref-test/index.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref-test/index.html Tue May 31 11:24:14 2022
@@ -4,7 +4,7 @@
     <!-- this is a JXR report set (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</title>
+        <title>Maven :: Indexer CLI 6.2.1 Reference</title>
         <script type="text/javascript">
             tmpTargetPage = "" + window.location.search;
             if (tmpTargetPage != "" && tmpTargetPage != "undefined")

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref-test/org/apache/maven/index/cli/package-frame.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref-test/org/apache/maven/index/cli/package-frame.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref-test/org/apache/maven/index/cli/package-frame.html Tue May 31 11:24:14 2022
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference Package org.apache.maven.index.cli</title>
+        <title>Maven :: Indexer CLI 6.2.1 Reference Package org.apache.maven.index.cli</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref-test/org/apache/maven/index/cli/package-summary.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref-test/org/apache/maven/index/cli/package-summary.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref-test/org/apache/maven/index/cli/package-summary.html Tue May 31 11:24:14 2022
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference Package org.apache.maven.index.cli</title>
+        <title>Maven :: Indexer CLI 6.2.1 Reference Package org.apache.maven.index.cli</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Maven :: Indexer CLI 6.2.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -96,7 +96,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Maven :: Indexer CLI 6.2.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref-test/overview-frame.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref-test/overview-frame.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref-test/overview-frame.html Tue May 31 11:24:14 2022
@@ -4,11 +4,11 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</title>
+        <title>Maven :: Indexer CLI 6.2.1 Reference</title>
         <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
     </head>
     <body>
-        <h1 title="Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference" class="bar"><strong>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</strong></h1>
+        <h1 title="Maven :: Indexer CLI 6.2.1 Reference" class="bar"><strong>Maven :: Indexer CLI 6.2.1 Reference</strong></h1>
         <div class="indexHeader"><span><a href="allclasses-frame.html" target="packageFrame">All&nbsp;Classes</a></span></div>
         <div class="indexContainer">
             <h2 title="Packages">Packages</h2>

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref-test/overview-summary.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref-test/overview-summary.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref-test/overview-summary.html Tue May 31 11:24:14 2022
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk7) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</title>
+        <title>Maven :: Indexer CLI 6.2.1 Reference</title>
         <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
     </head>
     <body>
@@ -22,7 +22,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Maven :: Indexer CLI 6.2.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -37,7 +37,7 @@
         </div>
         
                 <div class="header">
-            <h1 class="title">Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</h1>
+            <h1 class="title">Maven :: Indexer CLI 6.2.1 Reference</h1>
         </div>
         <div class="contentContainer">
             <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages">
@@ -71,7 +71,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Maven :: Indexer CLI 6.2.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref/index.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref/index.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref/index.html Tue May 31 11:24:14 2022
@@ -4,7 +4,7 @@
     <!-- this is a JXR report set (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</title>
+        <title>Maven :: Indexer CLI 6.2.1 Reference</title>
         <script type="text/javascript">
             tmpTargetPage = "" + window.location.search;
             if (tmpTargetPage != "" && tmpTargetPage != "undefined")

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref/org/apache/maven/index/cli/package-frame.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref/org/apache/maven/index/cli/package-frame.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref/org/apache/maven/index/cli/package-frame.html Tue May 31 11:24:14 2022
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference Package org.apache.maven.index.cli</title>
+        <title>Maven :: Indexer CLI 6.2.1 Reference Package org.apache.maven.index.cli</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
     <body>

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref/org/apache/maven/index/cli/package-summary.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref/org/apache/maven/index/cli/package-summary.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref/org/apache/maven/index/cli/package-summary.html Tue May 31 11:24:14 2022
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference Package org.apache.maven.index.cli</title>
+        <title>Maven :: Indexer CLI 6.2.1 Reference Package org.apache.maven.index.cli</title>
         <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
     </head>
 
@@ -23,7 +23,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Maven :: Indexer CLI 6.2.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -91,7 +91,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Maven :: Indexer CLI 6.2.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref/overview-frame.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref/overview-frame.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref/overview-frame.html Tue May 31 11:24:14 2022
@@ -4,11 +4,11 @@
     <!-- generated by Apache Maven JXR (jdk8) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</title>
+        <title>Maven :: Indexer CLI 6.2.1 Reference</title>
         <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
     </head>
     <body>
-        <h1 title="Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference" class="bar"><strong>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</strong></h1>
+        <h1 title="Maven :: Indexer CLI 6.2.1 Reference" class="bar"><strong>Maven :: Indexer CLI 6.2.1 Reference</strong></h1>
         <div class="indexHeader"><span><a href="allclasses-frame.html" target="packageFrame">All&nbsp;Classes</a></span></div>
         <div class="indexContainer">
             <h2 title="Packages">Packages</h2>

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref/overview-summary.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref/overview-summary.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-cli/xref/overview-summary.html Tue May 31 11:24:14 2022
@@ -4,7 +4,7 @@
     <!-- generated by Apache Maven JXR (jdk7) -->
     <head>
         <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-        <title>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</title>
+        <title>Maven :: Indexer CLI 6.2.1 Reference</title>
         <link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
     </head>
     <body>
@@ -22,7 +22,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Maven :: Indexer CLI 6.2.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">
@@ -37,7 +37,7 @@
         </div>
         
                 <div class="header">
-            <h1 class="title">Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</h1>
+            <h1 class="title">Maven :: Indexer CLI 6.2.1 Reference</h1>
         </div>
         <div class="contentContainer">
             <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages">
@@ -71,7 +71,7 @@
                 <li>Index</li>
                 <li>Help</li>
             </ul>
-            <div class="aboutLanguage"><em><strong>Maven :: Indexer CLI 6.2.1-SNAPSHOT Reference</strong></em></div>
+            <div class="aboutLanguage"><em><strong>Maven :: Indexer CLI 6.2.1 Reference</strong></em></div>
         </div>
         <div class="subNav">
             <ul class="navList">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/allclasses-index.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/allclasses-index.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/allclasses-index.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>All Classes and Interfaces (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>All Classes and Interfaces (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="class index">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/allpackages-index.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/allpackages-index.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/allpackages-index.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>All Packages (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>All Packages (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="package index">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/constant-values.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/constant-values.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/constant-values.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Constant Field Values (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>Constant Field Values (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="summary of constants">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/deprecated-list.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/deprecated-list.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/deprecated-list.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Deprecated List (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>Deprecated List (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="deprecated elements">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/help-doc.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/help-doc.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/help-doc.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>API Help (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>API Help (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="help">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/index-all.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/index-all.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/index-all.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Index (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>Index (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="index">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/index.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/index.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/index.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Overview (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>Overview (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="package index">
@@ -49,7 +49,7 @@ loadScripts(document, 'script');</script
 <div class="flex-content">
 <main role="main">
 <div class="header">
-<h1 class="title">Maven :: Indexer Core 6.2.1-SNAPSHOT API</h1>
+<h1 class="title">Maven :: Indexer Core 6.2.1 API</h1>
 </div>
 <div id="all-packages-table">
 <div class="caption"><span>Indexer core</span></div>

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/AbstractMultiArtifactInfoFilter.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/AbstractMultiArtifactInfoFilter.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/AbstractMultiArtifactInfoFilter.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>AbstractMultiArtifactInfoFilter (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>AbstractMultiArtifactInfoFilter (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: AbstractMultiArtifactInfoFilter">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/AbstractSearchPageableRequest.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/AbstractSearchPageableRequest.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/AbstractSearchPageableRequest.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>AbstractSearchPageableRequest (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>AbstractSearchPageableRequest (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: AbstractSearchPageableRequest">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/AbstractSearchRequest.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/AbstractSearchRequest.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/AbstractSearchRequest.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>AbstractSearchRequest (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>AbstractSearchRequest (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: AbstractSearchRequest">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/AbstractSearchResponse.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/AbstractSearchResponse.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/AbstractSearchResponse.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>AbstractSearchResponse (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>AbstractSearchResponse (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: AbstractSearchResponse">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/AndMultiArtifactInfoFilter.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/AndMultiArtifactInfoFilter.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/AndMultiArtifactInfoFilter.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>AndMultiArtifactInfoFilter (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>AndMultiArtifactInfoFilter (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: AndMultiArtifactInfoFilter">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactAvailability.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactAvailability.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactAvailability.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>ArtifactAvailability (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>ArtifactAvailability (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, enum: ArtifactAvailability">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactContext.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactContext.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactContext.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>ArtifactContext (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>ArtifactContext (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: ArtifactContext">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactContextProducer.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactContextProducer.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactContextProducer.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>ArtifactContextProducer (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>ArtifactContextProducer (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, interface: ArtifactContextProducer">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactDiscoveryListener.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactDiscoveryListener.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactDiscoveryListener.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>ArtifactDiscoveryListener (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>ArtifactDiscoveryListener (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, interface: ArtifactDiscoveryListener">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactInfo.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactInfo.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactInfo.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>ArtifactInfo (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>ArtifactInfo (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: ArtifactInfo">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactInfoFilter.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactInfoFilter.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactInfoFilter.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>ArtifactInfoFilter (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>ArtifactInfoFilter (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, interface: ArtifactInfoFilter">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactInfoGroup.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactInfoGroup.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactInfoGroup.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>ArtifactInfoGroup (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>ArtifactInfoGroup (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: ArtifactInfoGroup">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactInfoPostprocessor.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactInfoPostprocessor.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactInfoPostprocessor.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>ArtifactInfoPostprocessor (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>ArtifactInfoPostprocessor (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, interface: ArtifactInfoPostprocessor">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactInfoRecord.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactInfoRecord.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactInfoRecord.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>ArtifactInfoRecord (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>ArtifactInfoRecord (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: ArtifactInfoRecord">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactScanningListener.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactScanningListener.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/ArtifactScanningListener.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>ArtifactScanningListener (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>ArtifactScanningListener (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, interface: ArtifactScanningListener">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/CleaningEncoder.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/CleaningEncoder.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/CleaningEncoder.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>CleaningEncoder (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>CleaningEncoder (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: CleaningEncoder">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultArtifactContextProducer.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultArtifactContextProducer.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultArtifactContextProducer.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>DefaultArtifactContextProducer (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>DefaultArtifactContextProducer (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: DefaultArtifactContextProducer">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultIndexer.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultIndexer.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultIndexer.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>DefaultIndexer (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>DefaultIndexer (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: DefaultIndexer">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultIndexerEngine.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultIndexerEngine.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultIndexerEngine.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>DefaultIndexerEngine (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>DefaultIndexerEngine (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: DefaultIndexerEngine">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultIteratorResultSet.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultIteratorResultSet.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultIteratorResultSet.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>DefaultIteratorResultSet (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>DefaultIteratorResultSet (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: DefaultIteratorResultSet">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultNexusIndexer.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultNexusIndexer.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultNexusIndexer.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>DefaultNexusIndexer (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>DefaultNexusIndexer (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: DefaultNexusIndexer">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultQueryCreator.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultQueryCreator.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultQueryCreator.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>DefaultQueryCreator (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>DefaultQueryCreator (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: DefaultQueryCreator">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultScanner.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultScanner.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultScanner.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>DefaultScanner (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>DefaultScanner (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: DefaultScanner">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultScannerListener.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultScannerListener.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultScannerListener.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>DefaultScannerListener (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>DefaultScannerListener (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: DefaultScannerListener">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultSearchEngine.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultSearchEngine.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/DefaultSearchEngine.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>DefaultSearchEngine (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>DefaultSearchEngine (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: DefaultSearchEngine">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/Field.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/Field.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/Field.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Field (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>Field (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: Field">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/FlatSearchRequest.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/FlatSearchRequest.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/FlatSearchRequest.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>FlatSearchRequest (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>FlatSearchRequest (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: FlatSearchRequest">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/FlatSearchResponse.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/FlatSearchResponse.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/FlatSearchResponse.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>FlatSearchResponse (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>FlatSearchResponse (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: FlatSearchResponse">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/GroupedSearchRequest.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/GroupedSearchRequest.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/GroupedSearchRequest.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>GroupedSearchRequest (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>GroupedSearchRequest (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: GroupedSearchRequest">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/GroupedSearchResponse.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/GroupedSearchResponse.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/GroupedSearchResponse.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>GroupedSearchResponse (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>GroupedSearchResponse (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: GroupedSearchResponse">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/Grouping.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/Grouping.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/Grouping.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Grouping (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>Grouping (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, interface: Grouping">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/Indexer.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/Indexer.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/Indexer.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>Indexer (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>Indexer (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, interface: Indexer">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IndexerEngine.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IndexerEngine.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IndexerEngine.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>IndexerEngine (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>IndexerEngine (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, interface: IndexerEngine">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IndexerField.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IndexerField.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IndexerField.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>IndexerField (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>IndexerField (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: IndexerField">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IndexerFieldVersion.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IndexerFieldVersion.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IndexerFieldVersion.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>IndexerFieldVersion (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>IndexerFieldVersion (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, enum: IndexerFieldVersion">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IteratorResultSet.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IteratorResultSet.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IteratorResultSet.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>IteratorResultSet (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>IteratorResultSet (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, interface: IteratorResultSet">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IteratorSearchRequest.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IteratorSearchRequest.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IteratorSearchRequest.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>IteratorSearchRequest (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>IteratorSearchRequest (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: IteratorSearchRequest">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IteratorSearchResponse.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IteratorSearchResponse.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/IteratorSearchResponse.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>IteratorSearchResponse (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>IteratorSearchResponse (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: IteratorSearchResponse">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/MAVEN.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/MAVEN.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/MAVEN.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>MAVEN (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>MAVEN (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, interface: MAVEN">

Modified: maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/MatchHighlight.html
==============================================================================
--- maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/MatchHighlight.html (original)
+++ maven/website/components/maven-indexer-archives/maven-indexer-LATEST/indexer-core/apidocs/org/apache/maven/index/MatchHighlight.html Tue May 31 11:24:14 2022
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc (17) -->
-<title>MatchHighlight (Maven :: Indexer Core 6.2.1-SNAPSHOT API)</title>
+<title>MatchHighlight (Maven :: Indexer Core 6.2.1 API)</title>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta name="description" content="declaration: package: org.apache.maven.index, class: MatchHighlight">