Modified: maven/website/content/developers/release/maven-core-release.html
==============================================================================
--- maven/website/content/developers/release/maven-core-release.html (original)
+++ maven/website/content/developers/release/maven-core-release.html Sat Aug 20 
12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/markdown/developers/release/maven-core-release.md at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/markdown/developers/release/maven-core-release.md at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <title>Maven &#x2013; Releasing Maven</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.0.min.css" 
/>
     <link rel="stylesheet" href="../../css/site.css" />
@@ -137,7 +137,7 @@
           </div>
         </header>
         <main id="bodyColumn"  class="span10" >
-<section>
+<section><section>
 <h2><a name="Releasing_Maven"></a>Releasing Maven</h2><!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -158,7 +158,7 @@ under the License.
 -->
 
 <p>Maven differs slightly in its release process due to several extra 
steps.</p>
-<p>The goal is to commit candidate release to svn <code>dev</code> tree <a 
class="externalLink" 
href="https://dist.apache.org/repos/dist/dev/maven/maven-3";>https://dist.apache.org/repos/dist/dev/maven/maven-3</a>/<code>$VERSION</code>.
 Once the vote has passed, svn move to <code>release</code> <a 
class="externalLink" 
href="https://dist.apache.org/repos/dist/release/maven/maven-3";>https://dist.apache.org/repos/dist/release/maven/maven-3</a>/<code>$VERSION</code>.</p>
+<p>The goal is to commit candidate release to svn <code>dev</code> tree <a 
href="https://dist.apache.org/repos/dist/dev/maven/maven-3"; 
class="externalLink">https://dist.apache.org/repos/dist/dev/maven/maven-3</a>/<code>$VERSION</code>.
 Once the vote has passed, svn move to <code>release</code> <a 
href="https://dist.apache.org/repos/dist/release/maven/maven-3"; 
class="externalLink">https://dist.apache.org/repos/dist/release/maven/maven-3</a>/<code>$VERSION</code>.</p>
 <p>The tree directory is:</p>
 
 <div class="source"><pre class="prettyprint 
linenums"><code>https://dist.apache.org/repos/dist/dev/maven/maven-3/
@@ -184,7 +184,7 @@ posterity. So if the release of, say, 3.
 with 3.2.5.</p><section>
 <h3><a name="Produce_Release_Candidates"></a>Produce Release Candidates</h3>
 <p>For non-alpha/beta releases, release candidates are produced before the 
actual release.</p>
-<p>Checkout <a class="externalLink" 
href="https://dist.apache.org/repos/dist/dev/maven/maven-3";>https://dist.apache.org/repos/dist/dev/maven/maven-3</a>
 then create the necessary directory tree.</p>
+<p>Checkout <a href="https://dist.apache.org/repos/dist/dev/maven/maven-3"; 
class="externalLink">https://dist.apache.org/repos/dist/dev/maven/maven-3</a> 
then create the necessary directory tree.</p>
 <p>Copy the binaries and src-tar.gz with their sha512/asc to the created 
directories.</p>
 <p>To produce a release candidate, follow the first seven steps only from the 
following procedure:</p>
 <ul>
@@ -203,7 +203,7 @@ with 3.2.5.</p><section>
 </ul>
 <p>Below describes the additional steps that need to be taken at the points 
where the website are updated in those instructions.</p><section>
 <h4><a name="Prepare_the_Release_Notes"></a>Prepare the Release Notes</h4>
-<p>Checkout Maven site source <a class="externalLink" 
href="https://github.com/apache/maven-site.git";>https://github.com/apache/maven-site.git</a>.</p>
+<p>Checkout Maven site source <a 
href="https://github.com/apache/maven-site.git"; 
class="externalLink">https://github.com/apache/maven-site.git</a>.</p>
 <p>Create the release notes:</p>
 <ul>
 
@@ -227,9 +227,9 @@ moved to the release svnpubsub tree:</p>
 <div class="source"><pre class="prettyprint linenums"><code>svn mv 
https://dist.apache.org/repos/dist/dev/maven/maven-3/$VERSION 
https://dist.apache.org/repos/dist/release/maven/maven-3 -m &quot;Publish Maven 
$VERSION Distribution Archives&quot;
 </code></pre></div></section><section>
 <h4><a name="Update_the_DOAP_Information"></a>Update the DOAP Information</h4>
-<p>Edit <a class="externalLink" 
href="https://github.com/apache/maven/blob/master/doap_Maven.rdf";>https://github.com/apache/maven/blob/master/doap_Maven.rdf</a>
 to list the new release.</p></section><section>
+<p>Edit <a href="https://github.com/apache/maven/blob/master/doap_Maven.rdf"; 
class="externalLink">https://github.com/apache/maven/blob/master/doap_Maven.rdf</a>
 to list the new release.</p></section><section>
 <h4><a name="Update_the_Web_Site"></a>Update the Web Site</h4>
-<p>Checkout Maven site source <a class="externalLink" 
href="https://github.com/apache/maven-site.git";>https://github.com/apache/maven-site.git</a>.</p>
+<p>Checkout Maven site source <a 
href="https://github.com/apache/maven-site.git"; 
class="externalLink">https://github.com/apache/maven-site.git</a>.</p>
 <p>For 3.x: update the <code>versions3x</code>, 
<code>currentStableVersion</code> and <code>currentStableReleaseDate</code> 
properties in <code>pom.xml</code></p>
 <p>Next, update release history 
<code>content/markdown/docs/history.md.vm</code>.</p>
 <p>Only deploy the site once the release is present on the mirrors, and the 
reference documentation has been deployed to <a 
href="/ref">/ref/</a>.</p></section><section>
@@ -247,7 +247,7 @@ moved to the release svnpubsub tree:</p>
 <h4><a name="Remove_Old_Versions_from_ASF_Distribution_Directory"></a>Remove 
Old Versions from ASF Distribution Directory</h4>
 <p>Next, any superseded releases should be removed from the above locations 
(after confirming that they exist in 
/www/archive.apache.org/dist/maven).</p></section><section>
 <h4><a name="Proceed_with_Announcement"></a>Proceed with Announcement</h4>
-<p>You can now proceed with the steps outlined after deploying the website on 
<a href="./maven-project-release-procedure.html">Maven Project Common Release 
Procedure</a></p></section></section></section>
+<p>You can now proceed with the steps outlined after deploying the website on 
<a href="./maven-project-release-procedure.html">Maven Project Common Release 
Procedure</a></p></section></section></section></section>
         </main>
       </div>
     </div>

Modified: 
maven/website/content/developers/release/maven-project-release-procedure.html
==============================================================================
--- 
maven/website/content/developers/release/maven-project-release-procedure.html 
(original)
+++ 
maven/website/content/developers/release/maven-project-release-procedure.html 
Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/developers/release/maven-project-release-procedure.apt at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/developers/release/maven-project-release-procedure.apt at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Jason van Zyl
 Karl Heinz Marbaise" />
     <meta name="date" content="2018-04-07" />
@@ -141,9 +141,9 @@ Karl Heinz Marbaise" />
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Performing_a_Maven_Project_Release"></a>Performing a Maven 
Project Release</h2>
+<h1><a name="Performing_a_Maven_Project_Release"></a>Performing a Maven 
Project Release</h1>
 <p>This document covers the common release procedures used by the Maven team 
to perform releases.</p><section>
-<h3><a name="Prerequisites">Prerequisites</a></h3>
+<h2><a name="Prerequisites">Prerequisites</a></h2>
 <p>Be sure that:</p>
 <ul>
 <li>you have a recent Git client installed and on your shell's path.</li>
@@ -151,20 +151,20 @@ Karl Heinz Marbaise" />
 <li>if you receive an OutOfMemoryError during the build, make sure to have set 
the environment variable <code>MAVEN_OPTS=-Xmx512m</code></li>
 <li>you must use Maven 3.3.9+.</li>
 <li>follow Apache environment configuration steps outlined at: <a 
class="externalLink" 
href="https://www.apache.org/dev/publishing-maven-artifacts.html#dev-env";>Publishing
 Maven Artifacts</a>.</li></ul></section><section>
-<h3><a name="Before_you_begin"></a>Before you begin</h3>
+<h2><a name="Before_you_begin"></a>Before you begin</h2>
 <p>If you started here, you may first want to review one of the following 
documents that cover the specifics of various types of releases we have in the 
Maven Project:</p>
 <ul>
 <li><a href="./maven-core-release.html"> Releasing Maven Core</a></li>
 <li><a href="./parent-pom-release.html"> Releasing a parent 
POM</a></li></ul></section><section>
-<h3><a name="Consider_updating_the_parent_versions"></a>Consider updating the 
parent versions</h3>
+<h2><a name="Consider_updating_the_parent_versions"></a>Consider updating the 
parent versions</h2>
 <p>If the item you are planning to release is not using the most recent 
version of its parent (see <a href="../../pom/">parent POMs</a> index), 
consider taking this opportunity to update to it.</p></section><section>
-<h3><a name="Make_sure_that_site_compilation_and_publication_works"></a>Make 
sure that site compilation and publication works</h3>
+<h2><a name="Make_sure_that_site_compilation_and_publication_works"></a>Make 
sure that site compilation and publication works</h2>
 <p>Particularly if you update the parent (but sometimes under other 
circumstances), the site compilation process may fail, or reveal a conspicuous 
error, or deploy to the wrong location. It is stressful and time-consuming to 
discover this *after* you stage a release and then try to follow the procedure 
to deploy the site for review. So you may find it more pleasant to check out 
the state of the site before you start.</p></section><section>
-<h3><a name="Stage_the_Release"></a>Stage the Release</h3>
+<h2><a name="Stage_the_Release"></a>Stage the Release</h2>
 <ol style="list-style-type: decimal">
 <li>Follow the release preparation, staging and closing the repository steps 
outlined in <a class="externalLink" 
href="https://infra.apache.org/publishing-maven-artifacts.html";>Publishing 
Maven Releases</a>. </li>
 <li>Stage the latest documentation as explained in <a 
href="../website/deploy-component-reference-documentation.html">deploying Maven 
components reference documentation</a>.</li></ol></section><section>
-<h3><a name="Call_the_vote"></a>Call the vote</h3>
+<h2><a name="Call_the_vote"></a>Call the vote</h2>
 <p>Propose a vote on the dev list with the closed issues, the issues left, the 
staging repository and the staging site. For instance:</p>
 <div>
 <pre>To: &quot;Maven Developers List&quot; &lt;d...@maven.apache.org&gt;
@@ -200,7 +200,7 @@ Vote open for at least 72 hours.
 <p>To get the JIRA release notes link, browse to the plugin's or component's 
JIRA page, select the <i>Road Map</i> link, and use the link to <i>Release 
Notes</i> that is next to the version being released.</p>
 <p>To get the list of issues left in JIRA, browse to the plugin's or 
component's JIRA page, and from the <i>Preset Filters</i> on the right, use the 
link for <i>Outstanding</i> issues.</p>
 <p>The vote is open for at least 72 hours means, that you need to wait at 
least 72 hours before proceeding. This gives others time to test your release 
and check that everything is good. If you have received after that not enough 
+1 votes to reach the quorum, this doesn't mean, the vote failed. It just takes 
a bit longer.</p></section><section>
-<h3><a name="Check_the_vote_results"></a>Check the vote results</h3>
+<h2><a name="Check_the_vote_results"></a>Check the vote results</h2>
 <p>Copied from <a class="externalLink" 
href="https://www.apache.org/foundation/voting.html#ReleaseVotes";>Votes on 
Package Releases</a>.</p>
 <div>
 <pre>Votes on whether a package is ready to be released use majority approval
@@ -230,7 +230,7 @@ I will promote the source release zip fi
 <ul>
 <li>drop your staging repository as described in <a class="externalLink" 
href="https://www.apache.org/dev/publishing-maven-artifacts.html#drop";>Dropping 
a Repo</a>.</li>
 <li>remove the release from the corresponding github release <a 
class="externalLink" 
href="https://github.com/apache/maven/releases";>https://github.com/apache/<i>maven-project</i>/releases</a></li></ul></section><section>
-<h3><a name="Copy_the_source_release_to_the_Apache_Distribution_Area"></a>Copy 
the source release to the Apache Distribution Area</h3>
+<h2><a name="Copy_the_source_release_to_the_Apache_Distribution_Area"></a>Copy 
the source release to the Apache Distribution Area</h2>
 <p>The official Apache release is the 'source-release' bundle distributed in 
<code>www.apache.org/dist</code>, as described in <a class="externalLink" 
href="https://www.apache.org/dev/release-distribution";>Apache Release 
Distribution Policy</a>. All releases for Maven must be copied to <a 
class="externalLink" href="https://www.apache.org/dist/maven/";>the official 
Maven release area</a>.</p>
 <p>The release area is maintained with svnpubsub. To deliver a release, you 
add it to <a class="externalLink" 
href="https://dist.apache.org/repos/dist/release/maven";>the subversion 
repository for the dist area</a>: add the release, its signature and sha512 
checksum files, copying them from <code>target/checkout/target/</code> 
directory created during <code>mvn release:perform</code> step. Currently this 
requires to be in maven-pmc group (see <a class="externalLink" 
href="https://issues.apache.org/jira/browse/INFRA-5945";>INFRA-5945</a>). If you 
are not a PMC member, drop a line to <i>priv...@maven.apache.org</i> and ask 
them to do this step (and the next one) for you: the PMC member will get the 
source release bundle and its signature from Nexus staging repository and will 
create sha512 checksum file by hand, for example using shell:</p>
 <div>
@@ -242,10 +242,10 @@ wagon/wagon-2.2-source-release.zip.asc
 wagon/wagon-2.2-source-release.zip.sha512</pre></div>
 <p>You should also run 'svn rm' as needed to clear out older releases. As per 
<a class="externalLink" 
href="https://www.apache.org/legal/release-policy.html#where-do-releases-go";>Apache
 Release Policy</a>, only the latest release on a branch should stay in the 
main dist areas. So long as the previous release is at least a day old, the 
automatic archiver will have copied it to the archive.</p>
 <p>To check that everything is ok in the dist area, dist-tool-plugin has been 
written and run once a day to produce <a class="externalLink" 
href="https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dist-tool/job/master/site/";>&quot;Check
 Source Release&quot; and &quot;Check Errors&quot; 
reports</a>.</p></section><section>
-<h3><a name="Add_the_release_for_next_board_report"></a>Add the release for 
next board report</h3>
+<h2><a name="Add_the_release_for_next_board_report"></a>Add the release for 
next board report</h2>
 <p>After committing the 3 source-release files, visit <a class="externalLink" 
href="https://reporter.apache.org/addrelease.html?maven";>Apache Committee 
Report Helper</a> to add your release data with the Full Version Name and Date 
of Release. (You will receive an e-mail for it as well).</p>
 <p>If you are not a PMC member, drop a line to <i>priv...@maven.apache.org</i> 
and ask them to do this step for you if they did not do the update while adding 
to release area.</p></section><section>
-<h3><a name="Promote_the_release"></a>Promote the release</h3>
+<h2><a name="Promote_the_release"></a>Promote the release</h2>
 <p>Once the release is deemed fit for public consumption it can be transfered 
to a production repository where it will be available to all users.</p>
 <ol style="list-style-type: decimal">
 <li>See <a class="externalLink" 
href="https://www.apache.org/dev/publishing-maven-artifacts.html#promote";>Promoting
 a Repo</a> for details on promotion.</li>

Modified: maven/website/content/developers/release/parent-pom-release.html
==============================================================================
--- maven/website/content/developers/release/parent-pom-release.html (original)
+++ maven/website/content/developers/release/parent-pom-release.html Sat Aug 20 
12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/developers/release/parent-pom-release.apt at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/developers/release/parent-pom-release.apt at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Hervé Boutemy
 Dennis Lundberg" />
     <meta name="date" content="2013-12-07" />
@@ -141,12 +141,12 @@ Dennis Lundberg" />
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Releasing_A_Parent_POM"></a>Releasing A Parent POM</h2>
+<h1><a name="Releasing_A_Parent_POM"></a>Releasing A Parent POM</h1>
 <p>Releasing a Parent POM is much the same as any other Maven project. The 
following guide walks through most of the steps:</p>
 <ul>
 <li><a href="./maven-project-release-procedure.html"> Maven Project Common 
Release procedure</a></li></ul>
 <p>Note that Parent POMs have particular conventions for managing and 
deploying the documentation.</p><section>
-<h3><a name="Rationale"></a>Rationale</h3>
+<h2><a name="Rationale"></a>Rationale</h2>
 <p>To be able to publish a documentation for the parent POM without affecting 
released <code>pom.xml</code> and <code>site.xml</code>, parent POM projects 
have a specific structure, with the addition of <code>site-pom.xml</code> and 
<code>src/site-docs</code> to provide <code>mvn -f site-pom.xml site</code> 
with useful documentation content:</p>
 <div class="source"><pre class="prettyprint linenums">|-- pom.xml
 |-- site-pom.xml
@@ -159,7 +159,7 @@ Dennis Lundberg" />
         `-- site.xml</pre></div>
 <p>And the <code>index.apt</code> page not only contains instructions about 
the content of the parent POM, but it maintains a history of POM releases links 
and diffs.</p>
 <p>Each specific step is done to maintain <code>site-pom.xml</code> and 
<code>index.apt</code> in sync with the release being 
released.</p></section><section>
-<h3><a name="Stage_the_release"></a>Stage the release</h3>
+<h2><a name="Stage_the_release"></a>Stage the release</h2>
 <p>Before staging the release with usual procedure, you need to update 
<code>site-pom.xml</code> and <code>index.apt</code> to take the future release 
into account:</p>
 <ol style="list-style-type: decimal">
 <li>update <code>site-pom.xml</code> parent POM version to match the version 
being released,</li>
@@ -169,7 +169,7 @@ Dennis Lundberg" />
 <div class="source"><pre class="prettyprint linenums">cd target/checkout
 mvn -f site-pom.xml site
 mvn -f site-pom.xml scm-publish:publish-scm</pre></div></section><section>
-<h3><a name="Call_the_vote"></a>Call the vote</h3>
+<h2><a name="Call_the_vote"></a>Call the vote</h2>
 <p>In the vote, instead of providing links to JIRA, the parent POMs should 
include a link to the Git changes since the last release:</p>
 <div class="source"><pre class="prettyprint linenums">...
 Hi,

Modified: maven/website/content/developers/release/pmc-gpg-keys.html
==============================================================================
--- maven/website/content/developers/release/pmc-gpg-keys.html (original)
+++ maven/website/content/developers/release/pmc-gpg-keys.html Sat Aug 20 
12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/developers/release/pmc-gpg-keys.apt at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/developers/release/pmc-gpg-keys.apt at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Vincent Siveton" />
     <meta name="date" content="2006-10-01" />
     <title>Maven &#x2013; Developers centre - Making GPG Keys</title>
@@ -140,9 +140,9 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Introduction"></a>Introduction</h2>
+<h1><a name="Introduction"></a>Introduction</h1>
 <p>You need to add your GPG keys in <a class="externalLink" 
href="https://svn.apache.org/repos/asf/maven/project/KEYS";>https://svn.apache.org/repos/asf/maven/project/KEYS</a>
 before a release. Here are some useful <a class="externalLink" 
href="http://www.gnupg.org/";>GnuPG</a> commands to generate your 
Keys.</p><section>
-<h3><a name="gpg_--gen-key"></a>gpg --gen-key</h3>
+<h2><a name="gpg_--gen-key"></a>gpg --gen-key</h2>
 <div>
 <pre>&gt;gpg --gen-key
 gpg (GnuPG) 1.4.5; Copyright (C) 2006 Free Software Foundation, Inc.
@@ -218,7 +218,7 @@ pub   1024D/07DDB702 2006-10-10
 uid                  Vincent Siveton &lt;vsive...@apache.org&gt;
 sub   2048g/D2814A59 2006-10-10
 </pre></div></section><section>
-<h3><a name="gpg_--list-sigs_.26.26_gpg_--armor_--export"></a>gpg --list-sigs 
&amp;&amp; gpg --armor --export</h3>
+<h2><a name="gpg_--list-sigs_.26.26_gpg_--armor_--export"></a>gpg --list-sigs 
&amp;&amp; gpg --armor --export</h2>
 <div class="source"><pre class="prettyprint linenums">&gt;gpg --list-sigs 
&quot;Vincent Siveton&quot; &amp;&amp; gpg --armor --export &quot;Vincent 
Siveton&quot;
 pub   1024D/07DDB702 2006-10-10
 uid                  Vincent Siveton &lt;vsive...@apache.org&gt;
@@ -258,7 +258,7 @@ CgkQhPTUcAfdtwJL9ACgmLuDxE+oZaMhyFSmXWN0
 -----END PGP PUBLIC KEY BLOCK-----</pre></div>
 <p>You need to append this result to <a class="externalLink" 
href="https://svn.apache.org/repos/asf/maven/project/KEYS";>https://svn.apache.org/repos/asf/maven/project/KEYS</a>.</p>
 <p>You also need to upload your key to the public server: <a 
class="externalLink" href="http://pgp.mit.edu/";>http://pgp.mit.edu/</a> by 
copying the same you appended in the text field and submit. You can ensure by 
searching your email in key search engine.</p></section><section>
-<h3><a name="gpg_--fingerprint"></a>gpg --fingerprint</h3>
+<h2><a name="gpg_--fingerprint"></a>gpg --fingerprint</h2>
 <div>
 <pre>&gt;gpg --fingerprint vsiveton
 pub   1024D/07DDB702 2006-10-10     

Modified: maven/website/content/developers/retirement-plan-plugins.html
==============================================================================
--- maven/website/content/developers/retirement-plan-plugins.html (original)
+++ maven/website/content/developers/retirement-plan-plugins.html Sat Aug 20 
12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/developers/retirement-plan-plugins.apt at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/developers/retirement-plan-plugins.apt at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Dennis Lundberg" />
     <meta name="date" content="2013-07-26" />
     <title>Maven &#x2013; Retirement Plan for Plugins</title>
@@ -141,8 +141,8 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Retirement_Plan_for_Plugins"></a>Retirement Plan for 
Plugins</h2><section>
-<h3><a name="Decide_to_retire"></a>Decide to retire</h3>
+<h1><a name="Retirement_Plan_for_Plugins"></a>Retirement Plan for 
Plugins</h1><section>
+<h2><a name="Decide_to_retire"></a>Decide to retire</h2>
 <p>Propose a vote on the dev-list to retire a plugin. The vote should be open 
for the standard 72 hours to allow people to voice their opinions. Send a cc to 
the users-list. Standard Apache voting rules apply. Only PMC votes are 
binding.</p>
 <p>The vote must contain one or more options on how to retire the plugin. 
There are multiple scenarios available. Here are a couple that have been 
suggested:</p>
 <ol style="list-style-type: upper-alpha">
@@ -187,7 +187,7 @@ The vote has passed with the following r
 
 I will continue with the steps required to retire this plugin.</pre></div>
 <p>If the vote passes, make one final release of the plugin (with its own 
standard 72h vote on source release) before it is retired. This allows us to 
make a clean break. The person who wants to retire a plugin is the one who does 
the final release. Below you will find the extra steps that you need to follow 
when retiring a plugin, in addition to <a 
href="./release/maven-project-release-procedure.html">our standard release 
process</a>.</p></section><section>
-<h3><a name="Make_the_final_release"></a>Make the final release</h3>
+<h2><a name="Make_the_final_release"></a>Make the final release</h2>
 <ol style="list-style-type: decimal">
 <li>Create an issue in JIRA with the issue type &quot;Task&quot; and the 
summary &quot;Retire this plugin&quot;, and schedule it for the final release. 
If the plugin includes a JIRA report in the generated site, you will need to 
close this issue before you make the release.</li>
 <li>Add the description &quot;This is the final version of this plugin. It has 
been retired.&quot; to the final version in JIRA.</li>
@@ -200,7 +200,7 @@ but has moved to the &lt;Organization&gt
 <li>Go ahead with <a href="./release/maven-project-release-procedure.html">the 
standard release process</a>, making sure that you follow the exceptions 
mentioned above regarding the site deployment.</li>
 <li>When updating the plugins page, move Maven Foo Plugin to under the 
&quot;Retired&quot; heading. Remove the SVN and JIRA links and add the date of 
retirement.</li>
 <li>When updating the version in JIRA, do not add Y.Z+1 and make sure you 
remove any future versions.</li></ol></section><section>
-<h3><a name="Clean_up_after_the_release"></a>Clean up after the release</h3>
+<h2><a name="Clean_up_after_the_release"></a>Clean up after the release</h2>
 <ol style="list-style-type: decimal">
 <li>Remove the <code>.Jenkinsfile</code> from all branches. This will remove 
the project from https://builds.apache.org/job/maven-box/</li>
 <li>Ask INFRA for archive git repos (gitbox + github)</li>

Modified: 
maven/website/content/developers/website/component-reference-documentation-helper.html
==============================================================================
--- 
maven/website/content/developers/website/component-reference-documentation-helper.html
 (original)
+++ 
maven/website/content/developers/website/component-reference-documentation-helper.html
 Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/markdown/developers/website/component-reference-documentation-helper.md 
at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/markdown/developers/website/component-reference-documentation-helper.md 
at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <title>Maven &#x2013; Preparing Component Release Documentation</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.0.min.css" 
/>
     <link rel="stylesheet" href="../../css/site.css" />
@@ -135,7 +135,7 @@
           </div>
         </header>
         <main id="bodyColumn"  class="span10" >
-<section>
+<section><section>
 <h2><a name="Preparing_Component_Release_Documentation"></a>Preparing 
Component Release Documentation</h2><!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -282,7 +282,7 @@ if (category == "core") {
   selectCategory(category + '/', category+'-archives/');
 }
 //]]>
-</script></section></section>
+</script></section></section></section>
         </main>
       </div>
     </div>

Modified: 
maven/website/content/developers/website/deploy-component-reference-documentation.html
==============================================================================
--- 
maven/website/content/developers/website/deploy-component-reference-documentation.html
 (original)
+++ 
maven/website/content/developers/website/deploy-component-reference-documentation.html
 Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/developers/website/deploy-component-reference-documentation.apt at 
2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/developers/website/deploy-component-reference-documentation.apt at 
2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Barrie Treloar
 Hervé Boutemy" />
     <meta name="date" content="2015-03-30" />
@@ -139,14 +139,14 @@ Hervé Boutemy" />
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Introduction"></a>Introduction</h2>
+<h1><a name="Introduction"></a>Introduction</h1>
 <p>This document gives step-by-step instructions for deploying Maven 
components reference documentation inside the Maven <a 
href="/">https://maven.apache.org/</a> website.</p>
 <p>See <a href="./index.html">Maven website introduction</a> for instructions 
on the whole website publication (main site content + 
components).</p></section><section>
-<h2><a name="Overview"></a>Overview</h2>
+<h1><a name="Overview"></a>Overview</h1>
 <p>Since December 2012, the overall website uses svnpubsub 
mechanism:</p><figure><img src="component-reference-documentation.png" alt="" 
/><figcaption>Components reference documentation mechanisms 
overview</figcaption></figure></section><section>
-<h2><a name="How_components_reference_documentation_publication_works"></a>How 
components reference documentation publication works</h2>
+<h1><a name="How_components_reference_documentation_publication_works"></a>How 
components reference documentation publication works</h1>
 <p>Components don't use CMS: components reference documentation are versioned 
and generated from full sources, with both handwritten content (like Maven main 
site) and content generated from sources (javadoc, unit-test results, 
integration test results...).</p><section>
-<h3><a name="Staging_component_reference_documentation"></a>Staging component 
reference documentation</h3>
+<h2><a name="Staging_component_reference_documentation"></a>Staging component 
reference documentation</h2>
 <p>Reference documentation of a component is staged in 
<code>https://maven.apache.org/xxx-archives/yyy-LATEST/</code>, where 
<code>yyy</code> is the component name and <code>xxx</code> can be:</p>
 <ul>
 <li>the component type, like <code>shared</code>, <code>plugins</code>, 
<code>skins</code>, ... (see <a href="/shared-archives/">/shared-archives/</a>, 
<a href="/plugins-archives/">/plugins-archives/</a>, <a 
href="/pom-archives/">/pom-archives/</a>, <a 
href="/skins-archives/">/skins-archives/</a>)</li>
@@ -163,7 +163,7 @@ Hervé Boutemy" />
 <div class="source"><pre class="prettyprint linenums">mvn 
scm-publish:publish-scm</pre></div>
 <p>svnpubsub mechanism transfers svn production content to live production 
site</p></li></ol>
 <p><b>Notice</b>: content is in fact published to <a 
href="/components/">/components/</a> directory, and symbolic links declared in 
<code>resources/**/components.links</code> in main site source are used by Ant 
to create a reference from <code>/xxx</code> (= what we want to be 
user-visible) to <code>/components/xxx</code> (what what is checked 
out).</p></section><section>
-<h3><a 
name="Publishing_versioned_component_reference_documentation"></a>Publishing 
versioned component reference documentation</h3>
+<h2><a 
name="Publishing_versioned_component_reference_documentation"></a>Publishing 
versioned component reference documentation</h2>
 <p>When doing a release, <code>yyy-LATEST</code> content staged in previous 
section needs:</p>
 <ol style="list-style-type: decimal">
 <li>to be archived to versioned directory before a newer revision is published 
into -LATEST,</li>
@@ -191,7 +191,7 @@ svn cp %SVNPUBSUB%/xxx-archives/yyy-$ver
   cp HEAD xxx-archives/yyy-LATEST xxx-archives/yyy-$version \
   rm xxx/yyy \
   cp HEAD xxx-archives/yyy-LATEST xxx/yyy</pre></div></section><section>
-<h3><a name="Updating_index_page_in_the_Maven_site"></a>Updating index page in 
the Maven site</h3>
+<h2><a name="Updating_index_page_in_the_Maven_site"></a>Updating index page in 
the Maven site</h2>
 <p>Some component types have an index page refering to each components of the 
same type. This is the case for plugins (see <a href="/plugins/">index</a>), 
shared (see <a href="/shared/">index</a>), poms (see <a href="/pom/">index</a>) 
and skins (see <a href="/skins/">index</a>).</p>
 <p>Update the version number and release date for the component in the 
<code>content/apt/xxx/index.apt</code> page.</p>
 <p>See <a href="../website/deploy-maven-website.html">Deploy Maven website</a> 
for more in-depth instructions on main site content editing.</p>

Modified: maven/website/content/developers/website/deploy-maven-website.html
==============================================================================
--- maven/website/content/developers/website/deploy-maven-website.html 
(original)
+++ maven/website/content/developers/website/deploy-maven-website.html Sat Aug 
20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/developers/website/deploy-maven-website.apt at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/developers/website/deploy-maven-website.apt at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Barrie Treloar
 Hervé Boutemy" />
     <meta name="date" content="2015-03-30" />
@@ -125,15 +125,15 @@ Hervé Boutemy" />
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Introduction"></a>Introduction</h2>
+<h1><a name="Introduction"></a>Introduction</h1>
 <p>This document gives step-by-step instructions for deploying the main Maven 
<a href="/">https://maven.apache.org</a> website.</p>
 <p><b>Obsolete</b> this documentation is obsolete: with the migration of site 
source to Git, Apache CMS is not used any more. It is replaced by Git edit 
(eventually through GitHub with the &quot;edit&quot; link accessible from 
breadcrumb) followed by Jenkins job to build and commit to svnpubsub.</p>
 <p>See <a href="./index.html">Maven website introduction</a> for instructions 
on the whole website publication.</p></section><section>
-<h2><a name="Overview"></a>Overview</h2>
+<h1><a name="Overview"></a>Overview</h1>
 <p>Since December 2012, the overall website uses svnpubsub mechanism and the 
main website uses Apache CMS:</p><figure><img src="main-website.png" alt="" 
/><figcaption>Main website mechanisms 
overview</figcaption></figure></section><section>
-<h2><a name="How_main_website_publication_works"></a>How main website 
publication works</h2>
+<h1><a name="How_main_website_publication_works"></a>How main website 
publication works</h1>
 <p>Maven main website (<a class="externalLink" 
href="https://maven.apache.org";>https://maven.apache.org</a>) is generated with 
<a href="/plugins/maven-site-plugin">maven-site-plugin</a> from a source tree 
stored in svn: <a class="externalLink" 
href="https://svn.apache.org/repos/asf/maven/site/trunk";>https://svn.apache.org/repos/asf/maven/site/trunk</a>.</p><section>
-<h3><a name="Edit_source_content"></a>Edit source content</h3>
+<h2><a name="Edit_source_content"></a>Edit source content</h2>
 <p>You can edit source content in 2 ways:</p>
 <ol style="list-style-type: decimal">
 <li>use <a class="externalLink" href="https://cms.apache.org/maven/";>the CMS 
UI</a> through your web browser: 
@@ -148,13 +148,13 @@ Hervé Boutemy" />
 <li>it builds the HTML site using <a 
href="/plugins/maven-site-plugin">maven-site-plugin</a>: <code>mvn 
site</code>,</li>
 <li>it publishes generated HTML content to <a class="externalLink" 
href="https://svn.apache.org/repos/infra/websites/staging/maven/trunk/content/";>CMS
 staging svn area</a>,</li>
 <li>svnpubsub mecanism transfers svn CMS staging content to live CMS staging 
site: <a class="externalLink" 
href="http://maven.staging.apache.org";>http://maven.staging.apache.org</a>,</li></ol></section><section>
-<h3><a name="Publish_site_content"></a>Publish site content</h3>
+<h2><a name="Publish_site_content"></a>Publish site content</h2>
 <p>If everything is good, <b>publish modifications</b> using <a 
class="externalLink" href="https://cms.apache.org/maven/publish";>CMS 
publish</a> action.</p>
 <p>Under the hood:</p>
 <ol style="list-style-type: decimal">
 <li>CMS copies CMS staging svn area content to <a class="externalLink" 
href="https://svn.apache.org/repos/infra/websites/production/maven/content/";>website
 production svn area</a>,</li>
 <li>svnpubsub mecanism transfers svn production content to live production 
site: <a class="externalLink" 
href="http://maven.apache.org";>http://maven.apache.org</a>.</li></ol></section></section><section>
-<h2><a name="How_Doxia_website_publication_works"></a>How Doxia website 
publication works</h2>
+<h1><a name="How_Doxia_website_publication_works"></a>How Doxia website 
publication works</h1>
 <p>Doxia uses the exact same mecanisms:</p>
 <ul>
 <li>you can edit <a class="externalLink" 
href="https://svn.apache.org/repos/asf/maven/doxia/site/trunk";>svn source 
tree</a> either locally or through <a class="externalLink" 
href="https://cms.apache.org/maven-doxia/";>CMS UI</a>,</li>

Modified: maven/website/content/developers/website/index.html
==============================================================================
--- maven/website/content/developers/website/index.html (original)
+++ maven/website/content/developers/website/index.html Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/developers/website/index.apt at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/developers/website/index.apt at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Barrie Treloar
 Hervé Boutemy" />
     <meta name="date" content="2013-09-23" />
@@ -139,7 +139,7 @@ Hervé Boutemy" />
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Introduction"></a>Introduction</h2>
+<h1><a name="Introduction"></a>Introduction</h1>
 <p>The Maven <a class="externalLink" 
href="https://maven.apache.org";>https://maven.apache.org</a> website is 
composed from:</p>
 <ul>
 <li>a main content,</li>
@@ -152,7 +152,7 @@ Hervé Boutemy" />
 <li><code>/doxia</code> comes from <a class="externalLink" 
href="https://svn.apache.org/viewvc/maven/doxia/website/content/";>https://svn.apache.org/repos/asf/maven/doxia/website/content/</a></li>
 <li><a class="externalLink" 
href="https://maven.apache.org/doxia/components";><code>/doxia/components</code></a>
 comes from <a class="externalLink" 
href="https://svn.apache.org/repos/asf/maven/doxia/website/components/";>https://svn.apache.org/repos/asf/maven/doxia/website/components/</a></li></ul>
 <p>and the link between main content and components reference documentation 
(for example from <code>/plugins/maven-xxx-plugin</code> to internal 
<code>/components/plugins/maven-xxx-plugin</code>) is done with symbolic links. 
These links are configured in <code>components.links</code> files in 
<code>content/resources/</code> and subdirectories, for example <a 
class="externalLink" 
href="https://github.com/apache/maven-site/blob/master/content/resources/plugins/components.links";>plugins/components.links</a>.</p></section><section>
-<h2><a name="How_website_publication_works"></a>How website publication 
works</h2>
+<h1><a name="How_website_publication_works"></a>How website publication 
works</h1>
 <p>Instructions on how to publish website content are split in separate 
documents:</p>
 <ul>
 <li>on every main content source commit (<a class="externalLink" 
href="https://github.com/apache/maven-site";>maven-site.git</a> and <a 
class="externalLink" 
href="https://github.com/apache/maven-doxia-site";>maven-doxia-site.git</a>), 
main content rebuild and publish is triggered through Jenkins jobs ( <a 
class="externalLink" 
href="https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-site/";>maven-site
 job</a> and <a class="externalLink" 
href="https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-doxia-site/";>doxia-site
 job</a>), which basically run <code>mvn site-deploy</code> (it can be run 
locally if CI is off...),</li>

Modified: maven/website/content/developers/website/website-overview.html
==============================================================================
--- maven/website/content/developers/website/website-overview.html (original)
+++ maven/website/content/developers/website/website-overview.html Sat Aug 20 
12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/developers/website/website-overview.apt at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/developers/website/website-overview.apt at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Barrie Treloar
 Hervé Boutemy" />
     <meta name="date" content="2013-09-23" />
@@ -125,7 +125,7 @@ Hervé Boutemy" />
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Introduction"></a>Introduction</h2>
+<h1><a name="Introduction"></a>Introduction</h1>
 <p>The Maven <a href="/">https://maven.apache.org</a> website is composed 
from:</p>
 <ul>
 <li>a main content</li>

Modified: maven/website/content/developers/welcome-to-new-committers.html
==============================================================================
--- maven/website/content/developers/welcome-to-new-committers.html (original)
+++ maven/website/content/developers/welcome-to-new-committers.html Sat Aug 20 
12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/developers/welcome-to-new-committers.apt at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/developers/welcome-to-new-committers.apt at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="The Maven Team" />
     <meta name="date" content="2006-04-03" />
     <title>Maven &#x2013; Guide for new Maven committers</title>
@@ -141,7 +141,7 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Guide_for_new_Maven_committers"></a>Guide for new Maven 
committers</h2>
+<h1><a name="Guide_for_new_Maven_committers"></a>Guide for new Maven 
committers</h1>
 <p>First of all congratulations, thank you, and welcome to the fold! If you 
are reading this you've recently been voted in as committer on an Apache Maven 
project and there are a few things that need to be sorted out before you can 
participate fully.</p>
 <p>The first thing to get out of the way is sending in your contributor's 
license agreement (CLA). You can't participate at Apache until we have received 
your signed CLA, so go to the <a class="externalLink" 
href="http://www.apache.org/licenses/#clas";>Apache website</a>, print out the 
CLA, sign it, and send it in ASAP.</p>
 <p>Once you've dealt with your CLA, there are a some documents that pertain to 
Apache as a whole you should read:</p>

Modified: maven/website/content/docs/2.0.1/release-notes.html
==============================================================================
--- maven/website/content/docs/2.0.1/release-notes.html (original)
+++ maven/website/content/docs/2.0.1/release-notes.html Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/2.0.1/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/2.0.1/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brian Fox" />
     <meta name="date" content="2008-04-08" />
     <title>Maven &#x2013; Release Notes - Maven 2.0.1</title>
@@ -124,10 +124,10 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_2.0.1"></a>Maven 2.0.1</h2><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h1><a name="Maven_2.0.1"></a>Maven 2.0.1</h1><section>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330148";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330148</a></p></section><section>
-<h3><a name="Complete_release_notes"></a>Complete release notes</h3>
+<h2><a name="Complete_release_notes"></a>Complete release notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>

Modified: maven/website/content/docs/2.0.10/release-notes.html
==============================================================================
--- maven/website/content/docs/2.0.10/release-notes.html (original)
+++ maven/website/content/docs/2.0.10/release-notes.html Sat Aug 20 12:41:42 
2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/2.0.10/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/2.0.10/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brett Porter
 Jason van Zyl
 Brian Fox" />
@@ -126,7 +126,7 @@ Brian Fox" />
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_2.0.10"></a>Maven 2.0.10</h2>
+<h1><a name="Maven_2.0.10"></a>Maven 2.0.10</h1>
 <p>The Apache Maven team would like to announce the release of Maven 
2.0.10.</p>
 <p>Maven 2.0.10 is <a href="../../download.html"> available for 
download</a>.</p>
 <p>Maven is a software project management and comprehension tool. Based on the 
concept of a project object model (POM), Maven can manage a project's build, 
reporting and documentation from a central place.</p>
@@ -138,9 +138,9 @@ Brian Fox" />
 <p>For news and information, see:</p>
 <ul>
 <li>Maven Dashboard: <a class="externalLink" 
href="http://docs.codehaus.org/display/MAVEN/Home";>http://docs.codehaus.org/display/MAVEN/Home</a></li></ul><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330157";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330157</a></p></section><section>
-<h3><a name="Complete_release_notes"></a>Complete release notes</h3>
+<h2><a name="Complete_release_notes"></a>Complete release notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>

Modified: maven/website/content/docs/2.0.11/release-notes.html
==============================================================================
--- maven/website/content/docs/2.0.11/release-notes.html (original)
+++ maven/website/content/docs/2.0.11/release-notes.html Sat Aug 20 12:41:42 
2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/2.0.11/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/2.0.11/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brett Porter" />
     <meta name="date" content="2009-07-10" />
     <title>Maven &#x2013; Release Notes - Maven 2.0.11</title>
@@ -124,7 +124,7 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_2.0.11"></a>Maven 2.0.11</h2>
+<h1><a name="Maven_2.0.11"></a>Maven 2.0.11</h1>
 <p>The Apache Maven team would like to announce the release of Maven 
2.0.11.</p>
 <p>Maven 2.0.11 is <a href="/download.html"> available for download</a>.</p>
 <p>Maven is a software project management and comprehension tool. Based on the 
concept of a project object model (POM), Maven can manage a project's build, 
reporting and documentation from a central place.</p>
@@ -136,9 +136,9 @@
 <p>For news and information, see:</p>
 <ul>
 <li>Maven Dashboard: <a class="externalLink" 
href="http://docs.codehaus.org/display/MAVEN/Home";>http://docs.codehaus.org/display/MAVEN/Home</a></li></ul><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330158";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330158</a></p></section><section>
-<h3><a name="Complete_release_notes"></a>Complete release notes</h3>
+<h2><a name="Complete_release_notes"></a>Complete release notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>

Modified: maven/website/content/docs/2.0.2/release-notes.html
==============================================================================
--- maven/website/content/docs/2.0.2/release-notes.html (original)
+++ maven/website/content/docs/2.0.2/release-notes.html Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/2.0.2/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/2.0.2/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brian Fox" />
     <meta name="date" content="2008-04-08" />
     <title>Maven &#x2013; Release Notes - Maven 2.0.2</title>
@@ -124,10 +124,10 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_2.0.2"></a>Maven 2.0.2</h2><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h1><a name="Maven_2.0.2"></a>Maven 2.0.2</h1><section>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330149";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330149</a></p></section><section>
-<h3><a name="Complete_release_notes"></a>Complete release notes</h3>
+<h2><a name="Complete_release_notes"></a>Complete release notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>

Modified: maven/website/content/docs/2.0.3/release-notes.html
==============================================================================
--- maven/website/content/docs/2.0.3/release-notes.html (original)
+++ maven/website/content/docs/2.0.3/release-notes.html Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/2.0.3/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/2.0.3/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brian Fox" />
     <meta name="date" content="2008-04-08" />
     <title>Maven &#x2013; Release Notes - Maven 2.0.3</title>
@@ -124,10 +124,10 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_2.0.3"></a>Maven 2.0.3</h2><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h1><a name="Maven_2.0.3"></a>Maven 2.0.3</h1><section>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330150";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330150</a></p></section><section>
-<h3><a name="Complete_release_notes"></a>Complete release notes</h3>
+<h2><a name="Complete_release_notes"></a>Complete release notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>

Modified: maven/website/content/docs/2.0.4/release-notes.html
==============================================================================
--- maven/website/content/docs/2.0.4/release-notes.html (original)
+++ maven/website/content/docs/2.0.4/release-notes.html Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/2.0.4/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/2.0.4/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brian Fox" />
     <meta name="date" content="2008-04-08" />
     <title>Maven &#x2013; Release Notes - Maven 2.0.4</title>
@@ -124,10 +124,10 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_2.0.4"></a>Maven 2.0.4</h2><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h1><a name="Maven_2.0.4"></a>Maven 2.0.4</h1><section>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330151";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330151</a></p></section><section>
-<h3><a name="Complete_release_notes"></a>Complete release notes</h3>
+<h2><a name="Complete_release_notes"></a>Complete release notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>

Modified: maven/website/content/docs/2.0.5/release-notes.html
==============================================================================
--- maven/website/content/docs/2.0.5/release-notes.html (original)
+++ maven/website/content/docs/2.0.5/release-notes.html Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/2.0.5/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/2.0.5/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brian Fox" />
     <meta name="date" content="2008-04-08" />
     <title>Maven &#x2013; Release Notes - Maven 2.0.5</title>
@@ -124,10 +124,10 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_2.0.5"></a>Maven 2.0.5</h2><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h1><a name="Maven_2.0.5"></a>Maven 2.0.5</h1><section>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330152";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330152</a></p></section><section>
-<h3><a name="Complete_release_notes"></a>Complete release notes</h3>
+<h2><a name="Complete_release_notes"></a>Complete release notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>

Modified: maven/website/content/docs/2.0.6/release-notes.html
==============================================================================
--- maven/website/content/docs/2.0.6/release-notes.html (original)
+++ maven/website/content/docs/2.0.6/release-notes.html Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/2.0.6/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/2.0.6/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brian Fox" />
     <meta name="date" content="2008-04-08" />
     <title>Maven &#x2013; Release Notes - Maven 2.0.6</title>
@@ -124,10 +124,10 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_2.0.6"></a>Maven 2.0.6</h2><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h1><a name="Maven_2.0.6"></a>Maven 2.0.6</h1><section>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330153";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330153</a></p></section><section>
-<h3><a name="Complete_release_notes"></a>Complete release notes</h3>
+<h2><a name="Complete_release_notes"></a>Complete release notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>

Modified: maven/website/content/docs/2.0.7/release-notes.html
==============================================================================
--- maven/website/content/docs/2.0.7/release-notes.html (original)
+++ maven/website/content/docs/2.0.7/release-notes.html Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/2.0.7/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/2.0.7/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brian Fox" />
     <meta name="date" content="2008-04-08" />
     <title>Maven &#x2013; Release Notes - Maven 2.0.7</title>
@@ -124,10 +124,10 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_2.0.7"></a>Maven 2.0.7</h2><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h1><a name="Maven_2.0.7"></a>Maven 2.0.7</h1><section>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330154";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330154</a></p></section><section>
-<h3><a name="Complete_release_notes"></a>Complete release notes</h3>
+<h2><a name="Complete_release_notes"></a>Complete release notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>

Modified: maven/website/content/docs/2.0.8/release-notes.html
==============================================================================
--- maven/website/content/docs/2.0.8/release-notes.html (original)
+++ maven/website/content/docs/2.0.8/release-notes.html Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/2.0.8/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/2.0.8/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brian Fox" />
     <meta name="date" content="2008-04-08" />
     <title>Maven &#x2013; Release Notes - Maven 2.0.8</title>
@@ -124,10 +124,10 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_2.0.8"></a>Maven 2.0.8</h2><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h1><a name="Maven_2.0.8"></a>Maven 2.0.8</h1><section>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330155";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330155</a></p></section><section>
-<h3><a name="Complete_release_notes"></a>Complete release notes</h3>
+<h2><a name="Complete_release_notes"></a>Complete release notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>

Modified: maven/website/content/docs/2.0.9/release-notes.html
==============================================================================
--- maven/website/content/docs/2.0.9/release-notes.html (original)
+++ maven/website/content/docs/2.0.9/release-notes.html Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/2.0.9/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/2.0.9/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brian Fox" />
     <meta name="date" content="2008-04-08" />
     <title>Maven &#x2013; Release Notes - Maven 2.0.9</title>
@@ -124,10 +124,10 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_2.0.9"></a>Maven 2.0.9</h2><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h1><a name="Maven_2.0.9"></a>Maven 2.0.9</h1><section>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330156";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330156</a></p></section><section>
-<h3><a name="Complete_release_notes"></a>Complete release notes</h3>
+<h2><a name="Complete_release_notes"></a>Complete release notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>

Modified: maven/website/content/docs/2.0/release-notes.html
==============================================================================
--- maven/website/content/docs/2.0/release-notes.html (original)
+++ maven/website/content/docs/2.0/release-notes.html Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/2.0/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/2.0/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brett Porter" />
     <title>Maven &#x2013; Release Notes - Maven 2.0</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.0.min.css" 
/>
@@ -123,8 +123,8 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_2.0"></a>Maven 2.0</h2><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h1><a name="Maven_2.0"></a>Maven 2.0</h1><section>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330147";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330147</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/2.1.0/release-notes.html
==============================================================================
--- maven/website/content/docs/2.1.0/release-notes.html (original)
+++ maven/website/content/docs/2.1.0/release-notes.html Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/2.1.0/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/2.1.0/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brett Porter
 Jason van Zyl
 Brian Fox" />
@@ -126,7 +126,7 @@ Brian Fox" />
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_2.1.0"></a>Maven 2.1.0</h2>
+<h1><a name="Maven_2.1.0"></a>Maven 2.1.0</h1>
 <p>The Apache Maven team would like to announce the release of Maven 2.1.0.</p>
 <p>Maven 2.1.0 is <a href="../../download.html"> available for 
download</a>.</p>
 <p>Maven is a software project management and comprehension tool. Based on the 
concept of a project object model (POM), Maven can manage a project's build, 
reporting and documentation from a central place.</p>
@@ -135,9 +135,9 @@ Brian Fox" />
 <ul>
 <li>the web site: <a class="externalLink" 
href="http://maven.apache.org/";>http://maven.apache.org/</a></li>
 <li>the maven-user mailing list: <a class="externalLink" 
href="http://maven.apache.org/mailing-lists.html";>http://maven.apache.org/mailing-lists.html</a></li></ul><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330160";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330160</a></p></section><section>
-<h3><a name="Complete_release_notes"></a>Complete release notes</h3>
+<h2><a name="Complete_release_notes"></a>Complete release notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>

Modified: maven/website/content/docs/2.2.0/release-notes.html
==============================================================================
--- maven/website/content/docs/2.2.0/release-notes.html (original)
+++ maven/website/content/docs/2.2.0/release-notes.html Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/2.2.0/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/2.2.0/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brett Porter
 Jason van Zyl
 Brian Fox
@@ -127,7 +127,7 @@ John Casey" />
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_2.2.0"></a>Maven 2.2.0</h2>
+<h1><a name="Maven_2.2.0"></a>Maven 2.2.0</h1>
 <p>The Apache Maven team would like to announce the release of Maven 2.2.0.</p>
 <p>Maven 2.2.0 is <a href="../../download.html"> available for 
download</a>.</p>
 <p>Maven is a software project management and comprehension tool. Based on the 
concept of a project object model (POM), Maven can manage a project's build, 
reporting and documentation from a central place.</p>
@@ -136,9 +136,9 @@ John Casey" />
 <ul>
 <li>the web site: <a class="externalLink" 
href="http://maven.apache.org/";>http://maven.apache.org/</a></li>
 <li>the maven-user mailing list: <a class="externalLink" 
href="http://maven.apache.org/mailing-lists.html";>http://maven.apache.org/mailing-lists.html</a></li></ul><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330161";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330161</a></p></section><section>
-<h3><a name="Complete_release_notes"></a>Complete release notes</h3>
+<h2><a name="Complete_release_notes"></a>Complete release notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>

Modified: maven/website/content/docs/2.2.1/release-notes.html
==============================================================================
--- maven/website/content/docs/2.2.1/release-notes.html (original)
+++ maven/website/content/docs/2.2.1/release-notes.html Sat Aug 20 12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/2.2.1/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/2.2.1/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="John Casey" />
     <meta name="date" content="2009-08-11" />
     <title>Maven &#x2013; Release Notes - Maven 2.2.1</title>
@@ -124,7 +124,7 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_2.2.1"></a>Maven 2.2.1</h2>
+<h1><a name="Maven_2.2.1"></a>Maven 2.2.1</h1>
 <p>The Apache Maven team would like to announce the release of Maven 2.2.1.</p>
 <p>Maven 2.2.1 is <a href="../../download.html"> available for 
download</a>.</p>
 <p>Maven is a software project management and comprehension tool. Based on the 
concept of a project object model (POM), Maven can manage a project's build, 
reporting and documentation from a central place.</p>
@@ -133,9 +133,9 @@
 <ul>
 <li>the web site: <a class="externalLink" 
href="http://maven.apache.org/";>http://maven.apache.org/</a></li>
 <li>the maven-user mailing list: <a class="externalLink" 
href="http://maven.apache.org/mailing-lists.html";>http://maven.apache.org/mailing-lists.html</a></li></ul><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330162";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330162</a></p></section><section>
-<h3><a name="Complete_release_notes"></a>Complete release notes</h3>
+<h2><a name="Complete_release_notes"></a>Complete release notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>

Modified: maven/website/content/docs/3.0-alpha-3/release-notes.html
==============================================================================
--- maven/website/content/docs/3.0-alpha-3/release-notes.html (original)
+++ maven/website/content/docs/3.0-alpha-3/release-notes.html Sat Aug 20 
12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/3.0-alpha-3/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/3.0-alpha-3/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brett Porter" />
     <meta name="date" content="2009-11-12" />
     <title>Maven &#x2013; Release Notes - Maven 3.0-alpha-3</title>
@@ -124,7 +124,7 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_3.0-alpha-3"></a>Maven 3.0-alpha-3</h2>
+<h1><a name="Maven_3.0-alpha-3"></a>Maven 3.0-alpha-3</h1>
 <p>The Apache Maven team would like to announce the release of Maven 
3.0-alpha-3.</p>
 <p>Maven 3.0-alpha-3 is <a href="../../download.html"> available for 
download</a> from the 'preview' section.</p>
 <p>Maven is a software project management and comprehension tool. Based on the 
concept of a project object model (POM), Maven can manage a project's build, 
reporting and documentation from a central place.</p>
@@ -134,9 +134,9 @@
 <ul>
 <li>the web site: <a class="externalLink" 
href="http://maven.apache.org/";>http://maven.apache.org/</a></li>
 <li>the maven-user mailing list: <a class="externalLink" 
href="http://maven.apache.org/mailing-lists.html";>http://maven.apache.org/mailing-lists.html</a></li></ul><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330166";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330166</a></p></section><section>
-<h3><a name="Complete_Release_Notes"></a>Complete Release Notes</h3>
+<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>

Modified: maven/website/content/docs/3.0-alpha-4/release-notes.html
==============================================================================
--- maven/website/content/docs/3.0-alpha-4/release-notes.html (original)
+++ maven/website/content/docs/3.0-alpha-4/release-notes.html Sat Aug 20 
12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/3.0-alpha-4/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/3.0-alpha-4/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brett Porter" />
     <meta name="date" content="2009-11-16" />
     <title>Maven &#x2013; Release Notes - Maven 3.0-alpha-4</title>
@@ -124,7 +124,7 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_3.0-alpha-4"></a>Maven 3.0-alpha-4</h2>
+<h1><a name="Maven_3.0-alpha-4"></a>Maven 3.0-alpha-4</h1>
 <p>The Apache Maven team would like to announce the release of Maven 
3.0-alpha-4.</p>
 <p>Maven 3.0-alpha-4 is <a href="../../download.html"> available for 
download</a> from the 'preview' section.</p>
 <p>Maven is a software project management and comprehension tool. Based on the 
concept of a project object model (POM), Maven can manage a project's build, 
reporting and documentation from a central place.</p>
@@ -134,9 +134,9 @@
 <ul>
 <li>the web site: <a class="externalLink" 
href="http://maven.apache.org/";>http://maven.apache.org/</a></li>
 <li>the maven-user mailing list: <a class="externalLink" 
href="http://maven.apache.org/mailing-lists.html";>http://maven.apache.org/mailing-lists.html</a></li></ul><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330167";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330167</a></p></section><section>
-<h3><a name="Complete_Release_Notes"></a>Complete Release Notes</h3>
+<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>

Modified: maven/website/content/docs/3.0-alpha-5/release-notes.html
==============================================================================
--- maven/website/content/docs/3.0-alpha-5/release-notes.html (original)
+++ maven/website/content/docs/3.0-alpha-5/release-notes.html Sat Aug 20 
12:41:42 2022
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.11.1 from 
content/apt/docs/3.0-alpha-5/release-notes.apt.vm at 2022-08-20
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from 
content/apt/docs/3.0-alpha-5/release-notes.apt.vm at 2022-08-20
  | Rendered using Apache Maven Fluido Skin 1.11.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" 
/>
     <meta name="author" content="Brett Porter" />
     <meta name="date" content="2009-11-26" />
     <title>Maven &#x2013; Release Notes - Maven 3.0-alpha-5</title>
@@ -124,7 +124,7 @@
         </header>
         <main id="bodyColumn"  class="span10" >
 <section>
-<h2><a name="Maven_3.0-alpha-5"></a>Maven 3.0-alpha-5</h2>
+<h1><a name="Maven_3.0-alpha-5"></a>Maven 3.0-alpha-5</h1>
 <p>The Apache Maven team would like to announce the release of Maven 
3.0-alpha-5.</p>
 <p>Maven 3.0-alpha-5 is <a href="../../download.html"> available for 
download</a> from the 'preview' section.</p>
 <p>Maven is a software project management and comprehension tool. Based on the 
concept of a project object model (POM), Maven can manage a project's build, 
reporting and documentation from a central place.</p>
@@ -134,9 +134,9 @@
 <ul>
 <li>the web site: <a class="externalLink" 
href="http://maven.apache.org/";>http://maven.apache.org/</a></li>
 <li>the maven-user mailing list: <a class="externalLink" 
href="http://maven.apache.org/mailing-lists.html";>http://maven.apache.org/mailing-lists.html</a></li></ul><section>
-<h3><a name="Issue_Summary"></a>Issue Summary</h3>
+<h2><a name="Issue_Summary"></a>Issue Summary</h2>
 <p><a class="externalLink" 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330168";>https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12330168</a></p></section><section>
-<h3><a name="Complete_Release_Notes"></a>Complete Release Notes</h3>
+<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
 <ul>
 <li>See <a href="../../docs/history.html">complete release notes for all 
versions</a></li></ul></section></section>
         </main>


Reply via email to