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 sv...@apache.org on 2023/02/08 20:32:15 UTC

svn commit: r1907529 [6/22] - in /maven/website/content: ./ apache-resource-bundles/ archives/maven-2.x/ background/ developers/ developers/conventions/ developers/release/ developers/website/ docs/ docs/2.0.1/ docs/2.0.10/ docs/2.0.11/ docs/2.0.2/ doc...

Modified: maven/website/content/docs/3.5.0/release-notes.html
==============================================================================
--- maven/website/content/docs/3.5.0/release-notes.html (original)
+++ maven/website/content/docs/3.5.0/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/3.5.0/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/3.5.0/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 3.5.0</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/references/apt-format.html
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_3.5.0"></a>Release Notes &#x2013; Maven 3.5.0</h1>
+<h1>Release Notes &#x2013; Maven 3.5.0</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.5.0.</p>
 <p>Maven 3.5.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>
@@ -155,14 +155,14 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">http://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/3.5.0/">http://maven.apache.org/ref/3.5.0/</a></li>
 </ul><section>
-<h2><a name="Why_not_Maven_3.4.0.3F"></a>Why not Maven 3.4.0?</h2>
+<h2>Why not Maven 3.4.0?</h2>
 <p>After Maven 3.3.9 was released, the Eclipse Aether project was retired and the code base was migrated to the Apache Maven project.</p>
 <p>The original goal for the 3.4.0 release was to replace Aether with the exact same code after migration to the Apache Maven project and then proceed with bug fixes to the resolver code as well as other areas of Maven.</p>
 <p>The migration of the code between the two foundations took longer than expected and as a result there were other changes committed to Maven core that were outside the scope of intent for 3.4.0.</p>
 <p>In order to refocus on the original intent for 3.4.0, the decision was taken to revert the Maven core history to the point of the 3.3.9 release and merge in the desired changes one at a time.</p>
 <p>Because there had been a lot of communication about different features being delivered and bugs fixed in Maven 3.4.0 and the new history may not contain them in the first release, the decision was taken to forever burn the 3.4.x release line.</p>
 <p>More detail on this decision can be read in the <a href="http://www.mail-archive.com/dev@maven.apache.org/msg112103.html" class="externalLink">mailing list archive</a>.</p></section><section>
-<h2><a name="Reporters_and_Contributors_of_this_release"></a>Reporters and Contributors of this release</h2>
+<h2>Reporters and Contributors of this release</h2>
 <p>Bugs:</p>
 <ul>
 
@@ -186,7 +186,7 @@
 <li><a href="https://issues.apache.org/jira/browse/MNG-3507" class="externalLink">MNG-3507</a> contributors: Jason Dillon, S&#xe9;bastian Le Merdy</li>
 </ul>
 <p>Many thanks to all reporters and contributors for their time and support.</p></section><section>
-<h2><a name="Testers"></a>Testers</h2>
+<h2>Testers</h2>
 <p>The following members of the Maven community provided valuable feedback during the release process:</p>
 <ul>
 
@@ -202,7 +202,7 @@
 <li>Dennis Kieselhorst</li>
 </ul>
 <p>Thank you for your time and feedback.</p></section><section>
-<h2><a name="Overview_about_the_changes"></a>Overview about the changes</h2>
+<h2>Overview about the changes</h2>
 <ul>
 
 <li>
@@ -237,15 +237,15 @@
 <li>
 <p>Using of CI friendly versions via <code>${revision}</code>, <code>${sha1}</code> and/or <code>${changelist}</code> has been fixed <a href="https://issues.apache.org/jira/browse/MNG-6057" class="externalLink">MNG-6057</a>, <a href="https://issues.apache.org/jira/browse/MNG-6090" class="externalLink">MNG-6090</a> and <a href="https://issues.apache.org/jira/browse/MNG-5895" class="externalLink">MNG-5895</a>. It is very important to know if you are using the previously named properties for a version in your pom you have to use <a href="https://www.mojohaus.org/flatten-maven-plugin/" class="externalLink">flatten-maven-plugin</a> if you like to do an <code>mvn install</code> or <code>mvn deploy</code> more details can be found at <a href="/maven-ci-friendly.html">Maven CI Friendly Versions</a>.</p></li>
 </ul></section><section>
-<h2><a name="Improvements"></a>Improvements</h2>
+<h2>Improvements</h2>
 <p>The full list of changes as well as detailed descriptions of same can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12336084&amp;styleName=Text" class="externalLink">issue management system</a>.</p><section>
-<h3><a name="Bugs"></a>Bugs</h3>
+<h3>Bugs</h3>
 <ul>
 
-<li><a href="https://issues.apache.org/jira/browse/MNG-5297" class="externalLink">MNG-5297</a> - Site should tell prerequisites.maven is deprecated</li>
+<li><a href="https://issues.apache.org/jira/browse/MNG-5297" class="externalLink">MNG-5297</a> - Site should tell &#x2018;prerequisites.maven is deprecated&#x2019;</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-5368" class="externalLink">MNG-5368</a> - UnsupportedOperationException thrown when version range is not correct in dependencyManagement definitions</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-5629" class="externalLink">MNG-5629</a> - ClosedChannelException from DefaultUpdateCheckManager.read</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-5815" class="externalLink">MNG-5815</a> - mvn.cmd does not indicate failure properly when using &amp;&amp;</li>
+<li><a href="https://issues.apache.org/jira/browse/MNG-5815" class="externalLink">MNG-5815</a> - &#x201c;mvn.cmd&#x201d; does not indicate failure properly when using &#x201c;&amp;&amp;&#x201d;</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-5823" class="externalLink">MNG-5823</a> - mvnDebug doesn't work with <code>M2_HOME</code> with spaces - missing quotes</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-5829" class="externalLink">MNG-5829</a> - mvn shell script fails with syntax error on Solaris 10</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-5836" class="externalLink">MNG-5836</a> - logging config is overridden by <code>$M2_HOME/lib/ext/*.jar</code></li>
@@ -270,7 +270,7 @@
 <li><a href="https://issues.apache.org/jira/browse/MNG-6172" class="externalLink">MNG-6172</a> - Precedence of command-line system property options has changed</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6173" class="externalLink">MNG-6173</a> - <code>MavenSession.getAllProjects()</code> should return all projects in the reactor</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6176" class="externalLink">MNG-6176</a> - Javadoc errors prevent release with Java 8</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6177" class="externalLink">MNG-6177</a> - The <code>--file</code> command line option of the Windows and Unix launchers does not work for directory names like <code>Spaces &amp; Special Char</code></li>
+<li><a href="https://issues.apache.org/jira/browse/MNG-6177" class="externalLink">MNG-6177</a> - The <code>--file</code> command line option of the Windows and Unix launchers does not work for directory names like &#x201c;<code>Spaces &amp; Special Char</code>&#x201d;</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6180" class="externalLink">MNG-6180</a> - groupId has plain color when goal fails</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6181" class="externalLink">MNG-6181</a> - HttpClient produces a lot of noise at debug loglevel</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6183" class="externalLink">MNG-6183</a> - Dependency management debug message corrections.</li>
@@ -280,13 +280,13 @@
 <li><a href="https://issues.apache.org/jira/browse/MNG-6195" class="externalLink">MNG-6195</a> - Use consistent quoting forms in <code>mvn</code> launcher script</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6198" class="externalLink">MNG-6198</a> - <code>mvn</code> script fails to locate <code>.mvn</code> directory when <code>pom.xml</code> location specified with <code>-f</code></li>
 </ul></section><section>
-<h3><a name="Dependency_upgrade"></a>Dependency upgrade</h3>
+<h3>Dependency upgrade</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-5967" class="externalLink">MNG-5967</a> - Dependency updates</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6110" class="externalLink">MNG-6110</a> - Upgrade Aether to Maven Resolver</li>
 </ul></section><section>
-<h3><a name="Improvements"></a>Improvements</h3>
+<h3>Improvements</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-5579" class="externalLink">MNG-5579</a> - Unify error output/check logic from shell and batch scripts</li>
@@ -322,7 +322,7 @@
 <li><a href="https://issues.apache.org/jira/browse/MNG-6185" class="externalLink">MNG-6185</a> - Replace doclettag explanation with annotations in AbstractMojo javadoc</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6189" class="externalLink">MNG-6189</a> - WARN if maven-site-plugin configuration contains <code>reportPlugins</code> element</li>
 </ul></section><section>
-<h3><a name="New_Features"></a>New Features</h3>
+<h3>New Features</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-3507" class="externalLink">MNG-3507</a> - ANSI color logging for improved output visibility</li>
@@ -330,7 +330,7 @@
 <li><a href="https://issues.apache.org/jira/browse/MNG-6093" class="externalLink">MNG-6093</a> - create a <code>slf4j-simple</code> provider extension that supports level color rendering</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6182" class="externalLink">MNG-6182</a> - ModelResolver interface enhancement: addition of <code>resolveModel(Dependency)</code> supporting version ranges</li>
 </ul></section><section>
-<h3><a name="Tasks"></a>Tasks</h3>
+<h3>Tasks</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-5954" class="externalLink">MNG-5954</a> - Remove outdated <code>maven-embedder/src/main/resources/META-INF/MANIFEST.MF</code></li>
@@ -342,14 +342,14 @@
 <li><a href="https://issues.apache.org/jira/browse/MNG-6151" class="externalLink">MNG-6151</a> - Force Push master from <code>737de43e392fc15a0ce366db98d70aa18b3f6c03</code></li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6152" class="externalLink">MNG-6152</a> - Add a <code>Jenkinsfile</code> so that builds.apache.org can use multibranch pipeline</li>
 </ul></section><section>
-<h3><a name="Wishes"></a>Wishes</h3>
+<h3>Wishes</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-2199" class="externalLink">MNG-2199</a> - Support version ranges in parent elements</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6088" class="externalLink">MNG-6088</a> - after forked execution success, add an empty line</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6092" class="externalLink">MNG-6092</a> - warn if <code>prerequisites.maven</code> is used for non-plugin projects</li>
 </ul></section></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/3.5.2/release-notes.html
==============================================================================
--- maven/website/content/docs/3.5.2/release-notes.html (original)
+++ maven/website/content/docs/3.5.2/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/3.5.2/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/3.5.2/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 3.5.2</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/references/apt-format.html
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_3.5.2"></a>Release Notes &#x2013; Maven 3.5.2</h1>
+<h1>Release Notes &#x2013; Maven 3.5.2</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.5.2.</p>
 <p>Maven 3.5.2 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>
@@ -155,7 +155,7 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/3.5.2/">https://maven.apache.org/ref/3.5.2/</a></li>
 </ul><section>
-<h2><a name="Reporters_and_Contributors_of_this_release"></a>Reporters and Contributors of this release</h2>
+<h2>Reporters and Contributors of this release</h2>
 <p>Bugs:</p>
 <ul>
 
@@ -175,7 +175,7 @@
 <li>Manuel Ryan (reporter)</li>
 </ul>
 <p>Many thanks to all reporters and contributors and for their time and support.</p></section><section>
-<h2><a name="Testers"></a>Testers</h2>
+<h2>Testers</h2>
 <p>The following members of the Maven community provided valuable feedback during the release process:</p>
 <ul>
 
@@ -188,15 +188,15 @@
 <li>Petr &#x160;irok&#xfd;</li>
 </ul>
 <p>Thank you for your time and feedback.</p></section><section>
-<h2><a name="Improvements"></a>Improvements</h2>
+<h2>Improvements</h2>
 <p>The full list of changes as well as detailed descriptions of same can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12338964&amp;styleName=Text" class="externalLink">issue management system</a>.</p><section>
-<h3><a name="Bugs"></a>Bugs</h3>
+<h3>Bugs</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-5935" class="externalLink">MNG-5935</a> - Optional true getting lost in managed dependencies when transitive</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6127" class="externalLink">MNG-6127</a> - Fix plugin execution configuration interference</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6148" class="externalLink">MNG-6148</a> - Can't package and assemble with JDK9/Jigsaw</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6149" class="externalLink">MNG-6149</a> - MetadataResolutionResult#getGraph() never resolves request type test</li>
+<li><a href="https://issues.apache.org/jira/browse/MNG-6149" class="externalLink">MNG-6149</a> - MetadataResolutionResult#getGraph() never resolves request type &#x2018;test&#x2019;</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6205" class="externalLink">MNG-6205</a> - Non-ascii chars in name element are displayed as question marks in Win CLI output (regression)</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6210" class="externalLink">MNG-6210</a> - can't load @SessionScoped/@MojoExecutionScoped components from .mvn/extensions.xml</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6223" class="externalLink">MNG-6223</a> - mvn -f outputs invalid error when specifying POM directory</li>
@@ -205,13 +205,13 @@
 <li><a href="https://issues.apache.org/jira/browse/MNG-6240" class="externalLink">MNG-6240</a> - Duplicate components in plugin extension realm when plugin depends on maven-aether-resolver</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6242" class="externalLink">MNG-6242</a> - No color for maven on Cygwin</li>
 </ul></section><section>
-<h3><a name="Sub-tasks"></a>Sub-tasks</h3>
+<h3>Sub-tasks</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-6186" class="externalLink">MNG-6186</a> - switch to improved HawtJNI</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6280" class="externalLink">MNG-6280</a> - ArrayIndexOutOfBoundsException caused by pom.xml with process instructions</li>
 </ul></section><section>
-<h3><a name="Improvements"></a>Improvements</h3>
+<h3>Improvements</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-5457" class="externalLink">MNG-5457</a> - Show repository id when downloading or uploading from/to a remote repository</li>
@@ -224,19 +224,19 @@
 <li><a href="https://issues.apache.org/jira/browse/MNG-6207" class="externalLink">MNG-6207</a> - Create WARNINGs in case of using system scope</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6228" class="externalLink">MNG-6228</a> - Optionality not displayed in dependency tree when run in debug mode</li>
 </ul></section><section>
-<h3><a name="New_Features"></a>New Features</h3>
+<h3>New Features</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-6084" class="externalLink">MNG-6084</a> - Support JSR 250 annotations</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6220" class="externalLink">MNG-6220</a> - Add CLI options to control color output</li>
 </ul></section><section>
-<h3><a name="Tasks"></a>Tasks</h3>
+<h3>Tasks</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-6167" class="externalLink">MNG-6167</a> - Clean up dependency mess (reported by dependency:analyze)</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6258" class="externalLink">MNG-6258</a> - Upgrade to Maven Resolver 1.1.0</li>
 </ul></section></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="/docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/3.5.3/release-notes.html
==============================================================================
--- maven/website/content/docs/3.5.3/release-notes.html (original)
+++ maven/website/content/docs/3.5.3/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/3.5.3/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/3.5.3/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 3.5.3</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/references/apt-format.html
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_3.5.3"></a>Release Notes &#x2013; Maven 3.5.3</h1>
+<h1>Release Notes &#x2013; Maven 3.5.3</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.5.3</p>
 <p>Maven 3.5.3 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>
@@ -155,7 +155,7 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/3.5.3/">https://maven.apache.org/ref/3.5.3/</a></li>
 </ul><section>
-<h2><a name="Reporters_and_Contributors_of_this_release"></a>Reporters and Contributors of this release</h2>
+<h2>Reporters and Contributors of this release</h2>
 <p>We really value the contributions of these non committers, so this section is focused on those individuals. Descriptions of the issues fixed can be found at the <a href="#Details">end of these release notes</a>.</p>
 <p>Bugs:</p>
 <ul>
@@ -176,11 +176,11 @@
 <li><a href="https://issues.apache.org/jira/browse/MNG-5992" class="externalLink">MNG-5992</a> reporter: Ryan J. McDonough</li>
 </ul>
 <p>Many thanks to all reporters and contributors for their time and support.</p></section><section>
-<h2><a name="Preliminary_Testers"></a>Preliminary Testers</h2>
+<h2>Preliminary Testers</h2>
 <p>Thank you also for your time and feedback.</p></section><section>
-<h2><a name="Known_Issues"></a>Known Issues</h2>
+<h2>Known Issues</h2>
 <p>One new issue was identified during the release testing. This issue affects Windows users. When running Maven with parallel threads, i.e. the <code>-T</code> command line option, Maven may output spurious ANSI escapes such as <code>[0m [0m</code> <a href="https://issues.apache.org/jira/browse/MNG-6372" class="externalLink">MNG-6372</a></p></section><section>
-<h2><a name="Overview_about_the_changes"></a>Overview about the changes</h2>
+<h2>Overview about the changes</h2>
 <ul>
 
 <li>
@@ -243,7 +243,7 @@
 <li>
 <p>If you have used the deprecated version markers like <code>RELEASE</code> or <code>LATEST</code> this will now produce a WARNING during the build <a href="https://issues.apache.org/jira/browse/MNG-6342" class="externalLink">MNG-6342</a>.</p></li>
 </ul></section><section>
-<h2><a name="The_detailed_issue_list"></a><a href="#Details">The detailed issue list</a></h2>
+<h2><a href="#Details">The detailed issue list</a></h2>
 <p>Bugs:</p>
 <ul>
 
@@ -258,12 +258,12 @@
 <li><a href="https://issues.apache.org/jira/browse/MNG-6323" class="externalLink">MNG-6323</a> - Deadlock in multithreaded dependency resolution</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6330" class="externalLink">MNG-6330</a> - (regression) Parents relativePath not verified anymore</li>
 </ul><section>
-<h3><a name="New_Feature"></a>New Feature</h3>
+<h3>New Feature</h3>
 <ul>
 
-<li><a href="https://issues.apache.org/jira/browse/MNG-6302" class="externalLink">MNG-6302</a> - Provide some progress hints</li>
+<li><a href="https://issues.apache.org/jira/browse/MNG-6302" class="externalLink">MNG-6302</a> - Provide some &#x201c;progress&#x201d; hints</li>
 </ul></section><section>
-<h3><a name="Improvements"></a>Improvements</h3>
+<h3>Improvements</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-5992" class="externalLink">MNG-5992</a> - Git passwords are exposed as the Super POM still uses Maven Release Plugin 2.3.2</li>
@@ -274,12 +274,12 @@
 <li><a href="https://issues.apache.org/jira/browse/MNG-6342" class="externalLink">MNG-6342</a> - Emit a WARNING about LATEST/RELEASE in parent</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6352" class="externalLink">MNG-6352</a> - Printout version information at the end of the build</li>
 </ul></section><section>
-<h3><a name="Task"></a>Task</h3>
+<h3>Task</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-6331" class="externalLink">MNG-6331</a> - Remove maven-bundle-pugin from build pluginManagement</li>
 </ul></section><section>
-<h3><a name="Dependency_upgrade"></a>Dependency upgrade</h3>
+<h3>Dependency upgrade</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-6312" class="externalLink">MNG-6312</a> - Update Maven Wagon dependency</li>
@@ -287,7 +287,7 @@
 <li><a href="https://issues.apache.org/jira/browse/MNG-6353" class="externalLink">MNG-6353</a> - Upgrade maven-shared-utils to 3.2.1</li>
 </ul>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12341428" class="externalLink">issue management system</a>.</p></section></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/3.5.4/release-notes.html
==============================================================================
--- maven/website/content/docs/3.5.4/release-notes.html (original)
+++ maven/website/content/docs/3.5.4/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/3.5.4/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/3.5.4/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 3.5.4</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/references/apt-format.html
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_3.5.4"></a>Release Notes &#x2013; Maven 3.5.4</h1>
+<h1>Release Notes &#x2013; Maven 3.5.4</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.5.4</p>
 <p>Maven 3.5.4 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>
@@ -155,7 +155,7 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/3.5.4/">https://maven.apache.org/ref/3.5.4/</a></li>
 </ul><section>
-<h2><a name="Reporters_and_Contributors_of_this_release"></a>Reporters and Contributors of this release</h2>
+<h2>Reporters and Contributors of this release</h2>
 <p>We really value the contributions of these non committers, so this section is focused on those individuals. Descriptions of the issues fixed can be found at the <a href="#Details">end of these release notes</a>.</p>
 <p>Bugs:</p>
 <ul>
@@ -178,30 +178,30 @@
 <li><a href="https://issues.apache.org/jira/browse/MNG-6344" class="externalLink">MNG-6344</a> reporter and contributor: Sylwester Lachiewicz</li>
 </ul>
 <p>Many thanks to all reporters and contributors for their time and support.</p></section><section>
-<h2><a name="Preliminary_Testers"></a>Preliminary Testers</h2>
+<h2>Preliminary Testers</h2>
 <p>Thank you also for your time and feedback.</p></section><section>
-<h2><a name="Known_Issues"></a>Known Issues</h2>
+<h2>Known Issues</h2>
 <p>At the time of release, there are no known regressions introduced by this release</p></section><section>
-<h2><a name="Overview_about_the_changes"></a>Overview about the changes</h2>
+<h2>Overview about the changes</h2>
 <p>This release is primarily aimed to resolve the two regressions introduced in the 3.5.3 release, specifically <a href="https://issues.apache.org/jira/browse/MNG-6372" class="externalLink">MNG-6372</a> and <a href="https://issues.apache.org/jira/browse/MNG-6388" class="externalLink">MNG-6388</a>.</p>
 <p>There are some additional minor improvements, the most notable of which is:</p>
 <ul>
 
 <li>The Maven Super POM changes the default execution of the <code>maven-source-plugin</code> <code>jar</code> goal into <code>jar-no-fork</code> which should resolve some issues complex projects had running releases.</li>
 </ul></section><section>
-<h2><a name="The_detailed_issue_list"></a><a href="#Details">The detailed issue list</a></h2><section>
-<h3><a name="Bugs"></a>Bugs</h3>
+<h2><a href="#Details">The detailed issue list</a></h2><section>
+<h3>Bugs</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-6370" class="externalLink">MNG-6370</a> <code>ConcurrencyDependencyGraph#getNumberOfBuilds()</code> does not remove finished projects from unfinished ones</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6372" class="externalLink">MNG-6372</a> On Windows Maven can output spurious ANSI escapes such as <code>[0m [0m</code></li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6382" class="externalLink">MNG-6382</a> JANSI fails frequently with <code>NumberFormatException</code> when building in parallel</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6386" class="externalLink">MNG-6386</a> <code>${project.baseUri}</code> is not a valid URI (according to RFC 3986)</li>
-<li><a href="https://issues.apache.org/jira/browse/MNG-6388" class="externalLink">MNG-6388</a> Error Fetching Artifacts: <code>[B cannot be cast to java.lang.String</code></li>
+<li><a href="https://issues.apache.org/jira/browse/MNG-6388" class="externalLink">MNG-6388</a> Error Fetching Artifacts: &#x201c;<code>[B cannot be cast to java.lang.String</code>&#x201d;</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6403" class="externalLink">MNG-6403</a> <code>Artifact#VERSION_FILE_PATTERN</code> does not escape period between date and time</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6410" class="externalLink">MNG-6410</a> Add <code>groupId</code> to <code>--resume-from</code> suggestion if <code>artifactId</code> is not unique in reactor</li>
 </ul></section><section>
-<h3><a name="Improvements"></a>Improvements</h3>
+<h3>Improvements</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-5756" class="externalLink">MNG-5756</a> Java home output in <code>mvn -v</code> is misleading</li>
@@ -211,19 +211,19 @@
 <li><a href="https://issues.apache.org/jira/browse/MNG-6364" class="externalLink">MNG-6364</a> Enhanced <code>Jenkinsfile</code> to test Core with JDK 9</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6411" class="externalLink">MNG-6411</a> Improve readability of project list returned when <code>--resume-from</code> option value is invalid</li>
 </ul></section><section>
-<h3><a name="Tasks"></a>Tasks</h3>
+<h3>Tasks</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-6377" class="externalLink">MNG-6377</a> switch from Git-WIP to Gitbox</li>
 </ul></section><section>
-<h3><a name="Dependency_upgrades"></a>Dependency upgrades</h3>
+<h3>Dependency upgrades</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-6344" class="externalLink">MNG-6344</a> Upgrade Guice to 4.2.0</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6423" class="externalLink">MNG-6423</a> Upgrade to Wagon 3.1.0</li>
 </ul>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12342826" class="externalLink">issue management system</a>.</p></section></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/3.6.0/release-notes.html
==============================================================================
--- maven/website/content/docs/3.6.0/release-notes.html (original)
+++ maven/website/content/docs/3.6.0/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/3.6.0/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/3.6.0/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 3.6.0</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/references/apt-format.html
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_3.6.0"></a>Release Notes &#x2013; Maven 3.6.0</h1>
+<h1>Release Notes &#x2013; Maven 3.6.0</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.6.0</p>
 <p>Maven 3.6.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>
@@ -155,7 +155,7 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/3.6.0/">https://maven.apache.org/ref/3.6.0/</a></li>
 </ul><section>
-<h2><a name="Reporters_and_Contributors_of_this_release"></a>Reporters and Contributors of this release</h2>
+<h2>Reporters and Contributors of this release</h2>
 <p>We really value the contributions of these non committers, so this section is
 focused on those individuals. Descriptions of the issues fixed can be found at
 the <a href="#Details">end of these release notes</a>.</p>
@@ -181,7 +181,7 @@ the <a href="#Details">end of these rele
 <li><a href="https://issues.apache.org/jira/browse/MNG-6492" class="externalLink">MNG-6492</a> Hoa Phan</li>
 </ul>
 <p>Many thanks to all reporters and contributors for their time and support.</p></section><section>
-<h2><a name="Preliminary_Testers"></a>Preliminary Testers</h2>
+<h2>Preliminary Testers</h2>
 <p>Thanks to the following preliminary testers:</p>
 <ul>
 
@@ -191,9 +191,9 @@ the <a href="#Details">end of these rele
 <li>Gary Gregory</li>
 <li>Thomas Collignon</li>
 </ul></section><section>
-<h2><a name="Known_Issues"></a>Known Issues</h2>
+<h2>Known Issues</h2>
 <p>At the time of release, there are no known regressions introduced by this release.</p></section><section>
-<h2><a name="Overview_about_the_changes"></a>Overview about the changes</h2>
+<h2>Overview about the changes</h2>
 <ul>
 
 <li>
@@ -251,8 +251,8 @@ versions each line will contain the appr
 <li>There was an issue related to the classpath ordering <a href="https://issues.apache.org/jira/browse/MNG-6415" class="externalLink">MNG-6415</a> in Maven which
 can cause issues which has been fixed.</li>
 </ul></section><section>
-<h2><a name="The_detailed_issue_list"></a><a href="#Details">The detailed issue list</a></h2><section>
-<h3><a name="Bugs:"></a>Bugs:</h3>
+<h2><a href="#Details">The detailed issue list</a></h2><section>
+<h3>Bugs:</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-6311" class="externalLink">MNG-6311</a> - Maven intolerably slow when import scope used heavily in large project</li>
@@ -263,7 +263,7 @@ can cause issues which has been fixed.</
 <li><a href="https://issues.apache.org/jira/browse/MNG-6472" class="externalLink">MNG-6472</a> - Mockito cannot mock this class: interface org.eclipse.aether.impl.RepositoryEventDispatcher</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6490" class="externalLink">MNG-6490</a> - Maven shall not fail reporting circular dependency when the dependency is a classified secondary artifact</li>
 </ul></section><section>
-<h3><a name="Improvements:"></a>Improvements:</h3>
+<h3>Improvements:</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-4508" class="externalLink">MNG-4508</a> - No way to avoid adding artifactId to site urls</li>
@@ -275,12 +275,12 @@ can cause issues which has been fixed.</
 <li><a href="https://issues.apache.org/jira/browse/MNG-6480" class="externalLink">MNG-6480</a> - Eclipse.org site is down, and you are unable to build Maven?</li>
 <li><a href="https://issues.apache.org/jira/browse/MNG-6492" class="externalLink">MNG-6492</a> - Minor improvement on Array construction, converson</li>
 </ul></section><section>
-<h3><a name="Task"></a>Task</h3>
+<h3>Task</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-6475" class="externalLink">MNG-6475</a> - Remove guava dependencies</li>
 </ul></section><section>
-<h3><a name="Dependency_upgrades"></a>Dependency upgrades</h3>
+<h3>Dependency upgrades</h3>
 <ul>
 
 <li><a href="https://issues.apache.org/jira/browse/MNG-6424" class="externalLink">MNG-6424</a> - Upgrade plexus-interpolation to 1.25</li>
@@ -295,7 +295,7 @@ can cause issues which has been fixed.</
 <li><a href="https://issues.apache.org/jira/browse/MNG-6497" class="externalLink">MNG-6497</a> - Upgrade guice to 4.2.1</li>
 </ul>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12338966" class="externalLink">issue management system</a>.</p></section></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/3.6.1/release-notes.html
==============================================================================
--- maven/website/content/docs/3.6.1/release-notes.html (original)
+++ maven/website/content/docs/3.6.1/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/3.6.1/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/3.6.1/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 3.6.1</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/references/apt-format.html
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_3.6.1"></a>Release Notes &#x2013; Maven 3.6.1</h1>
+<h1>Release Notes &#x2013; Maven 3.6.1</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.6.1</p>
 <p>Maven 3.6.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>
@@ -155,7 +155,7 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/3.6.1/">https://maven.apache.org/ref/3.6.1/</a></li>
 </ul><section>
-<h2><a name="Reporters_and_Contributors_of_this_release"></a>Reporters and Contributors of this release</h2>
+<h2>Reporters and Contributors of this release</h2>
 <p>We really value the contributions of these non committers, so this section is
 focused on those individuals. Descriptions of the issues fixed can be found at
 the <a href="#Details">end of these release notes</a>.</p>
@@ -197,7 +197,7 @@ the <a href="#Details">end of these rele
 </ul>
 <p>Many thanks to all reporters and contributors for their time and support.</p>
 <p>(Please send an email to the dev list if we missed one to mention).</p></section><section>
-<h2><a name="Preliminary_Testers"></a>Preliminary Testers</h2>
+<h2>Preliminary Testers</h2>
 <p>Thanks to the following preliminary testers:</p>
 <ul>
 
@@ -205,7 +205,7 @@ the <a href="#Details">end of these rele
 <li>Francois Papon</li>
 <li>Eric Lilja</li>
 </ul></section><section>
-<h2><a name="Known_Issues"></a>Known Issues</h2>
+<h2>Known Issues</h2>
 <ul>
 
 <li>New attributes for URLs inheritance (see <a href="./release-notes.html#User_visible_Changes">User Visible Changes</a>) are not yet
@@ -228,7 +228,7 @@ a <code>&lt;report&gt;&lt;/report&gt;</c
 <p>Temporarily this issue can circumvented by adding an empty <code>&lt;report&gt;&lt;/report&gt;</code> element
 inside the <code>&lt;reportSet&gt;&lt;/reportSet&gt;</code>.</p>
 <p><a href="https://issues.apache.org/jira/browse/MNG-6636" class="externalLink">MNG-6636 issue has been created</a> to track the fix in Maven 3.6.2.</p></section><section>
-<h2><a name="Overview_about_the_changes"></a>Overview about the changes</h2>
+<h2>Overview about the changes</h2>
 <ul>
 
 <li>
@@ -265,7 +265,7 @@ has been fixed with <a href="http://issu
 <li>
 <p>Missing export for org.slf4j.event.Level has been done with <a href="http://issues.apache.org/jira/browse/MNG-6618" class="externalLink">MNG-6618</a></p></li>
 </ul></section><section>
-<h2><a name="User_visible_Changes"></a>User visible Changes</h2>
+<h2>User visible Changes</h2>
 <ul>
 
 <li>Maven has now a an option to suppress the transfer progress when downloading/uploading
@@ -304,17 +304,17 @@ builds like this:</li>
 &lt;/project&gt;
 </code></pre></div>
 <p>Detailed explanations can be found in <a href="https://maven.apache.org/ref/3.6.1/maven-model-builder/index.html#Inheritance_Assembly" class="externalLink">Inheritance Assembly</a> and in <a href="http://issues.apache.org/jira/browse/MNG-6059" class="externalLink">MNG-6059</a></p></section><section>
-<h2><a name="The_detailed_issue_list"></a>The detailed issue list<a href="#Details"></a></h2><section>
-<h3><a name="Bugs:"></a>Bugs:</h3>
+<h2>The detailed issue list<a href="#Details"></a></h2><section>
+<h3>Bugs:</h3>
 <ul>
 
 <li><a href="http://issues.apache.org/jira/browse/MNG-5705" class="externalLink">MNG-5705</a> - NPE on parallel build in BuilderCommon.handleBuildError(BuilderCommon.java:147)</li>
 <li><a href="http://issues.apache.org/jira/browse/MNG-5965" class="externalLink">MNG-5965</a> - Parallel build multiplies work if multiple goals are given</li>
 <li><a href="http://issues.apache.org/jira/browse/MNG-5995" class="externalLink">MNG-5995</a> - Maven itself cannot run without maven-compat</li>
-<li><a href="http://issues.apache.org/jira/browse/MNG-6256" class="externalLink">MNG-6256</a> - Maven script can break if -f path contains special characters</li>
+<li><a href="http://issues.apache.org/jira/browse/MNG-6256" class="externalLink">MNG-6256</a> - Maven script can break if &#x201c;-f&#x201d; path contains special characters</li>
 <li><a href="http://issues.apache.org/jira/browse/MNG-6261" class="externalLink">MNG-6261</a> - Relative parent POM resolution failing in 3.5.0 with complex multimodule builds</li>
 <li><a href="http://issues.apache.org/jira/browse/MNG-6262" class="externalLink">MNG-6262</a> - getCanonicalFile() is not used consistently during project resolution</li>
-<li><a href="http://issues.apache.org/jira/browse/MNG-6346" class="externalLink">MNG-6346</a> -  was unexpected at this time when using -f option and path contains brackets</li>
+<li><a href="http://issues.apache.org/jira/browse/MNG-6346" class="externalLink">MNG-6346</a> - &#x2026; was unexpected at this time when using -f option and path contains brackets</li>
 <li><a href="http://issues.apache.org/jira/browse/MNG-6374" class="externalLink">MNG-6374</a> - ModelBuilder hangs with malformed pom.xml</li>
 <li><a href="http://issues.apache.org/jira/browse/MNG-6429" class="externalLink">MNG-6429</a> - Integration Test site publishing requires Java 7 (or javadoc errors ignored)</li>
 <li><a href="http://issues.apache.org/jira/browse/MNG-6495" class="externalLink">MNG-6495</a> - ModelResolver cannot be null</li>
@@ -329,7 +329,7 @@ builds like this:</li>
 <li><a href="http://issues.apache.org/jira/browse/MNG-6590" class="externalLink">MNG-6590</a> - DefaultProjectArtifactsCache java.lang.IllegalStateException: Duplicate artifact resolution result</li>
 <li><a href="http://issues.apache.org/jira/browse/MNG-6599" class="externalLink">MNG-6599</a> - unknown version in model id when version is defined from parent</li>
 </ul></section><section>
-<h3><a name="Improvements"></a>Improvements</h3>
+<h3>Improvements</h3>
 <ul>
 
 <li><a href="http://issues.apache.org/jira/browse/MNG-6059" class="externalLink">MNG-6059</a> - Important use cases not covered, as child.inherit.append.path affects all children</li>
@@ -348,12 +348,12 @@ builds like this:</li>
 <li><a href="http://issues.apache.org/jira/browse/MNG-6605" class="externalLink">MNG-6605</a> - Allow to suppress download messages in interactive mode</li>
 <li><a href="http://issues.apache.org/jira/browse/MNG-6611" class="externalLink">MNG-6611</a> - Update animal-sniffer-maven-plugin to 1.17</li>
 </ul></section><section>
-<h3><a name="Wish"></a>Wish</h3>
+<h3>Wish</h3>
 <ul>
 
 <li><a href="http://issues.apache.org/jira/browse/MNG-6571" class="externalLink">MNG-6571</a> - Maven memory consumption issue</li>
 </ul></section><section>
-<h3><a name="Task"></a>Task</h3>
+<h3>Task</h3>
 <ul>
 
 <li><a href="http://issues.apache.org/jira/browse/MNG-6538" class="externalLink">MNG-6538</a> - Upgrade Maven Artifact Resolver to 1.3.3 to restore API</li>
@@ -361,14 +361,14 @@ builds like this:</li>
 <li><a href="http://issues.apache.org/jira/browse/MNG-6573" class="externalLink">MNG-6573</a> - Use latest Maven 3.6.0 to build Maven Core and plugins with ASF CI</li>
 <li><a href="http://issues.apache.org/jira/browse/MNG-6618" class="externalLink">MNG-6618</a> - Maven doesn't export org.slf4j.event.Level</li>
 </ul></section><section>
-<h3><a name="Dependency_upgrade"></a>Dependency upgrade</h3>
+<h3>Dependency upgrade</h3>
 <ul>
 
 <li><a href="http://issues.apache.org/jira/browse/MNG-6526" class="externalLink">MNG-6526</a> - Upgrade to Wagon 3.3.1 (from 3.2.0)</li>
 <li><a href="http://issues.apache.org/jira/browse/MNG-6591" class="externalLink">MNG-6591</a> - Upgrade to Wagon 3.3.2</li>
 </ul>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12344378&amp;projectId=12316922" class="externalLink">issue management system</a>.</p></section></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/3.6.2/release-notes.html
==============================================================================
--- maven/website/content/docs/3.6.2/release-notes.html (original)
+++ maven/website/content/docs/3.6.2/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/3.6.2/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/3.6.2/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 3.6.2</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/references/apt-format.html
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_3.6.2"></a>Release Notes &#x2013; Maven 3.6.2</h1>
+<h1>Release Notes &#x2013; Maven 3.6.2</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.6.2.</p>
 <p>Maven 3.6.2 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>
@@ -155,7 +155,7 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/3.6.2/">https://maven.apache.org/ref/3.6.2/</a></li>
 </ul><section>
-<h2><a name="Reporters_and_Contributors_of_this_release"></a>Reporters and Contributors of this release</h2>
+<h2>Reporters and Contributors of this release</h2>
 <p>We really value the contributions of these non committers, so this section is
 focused on those individuals. Descriptions of the issues fixed can be found at
 the <a href="#Details">end of these release notes</a>.</p>
@@ -163,7 +163,7 @@ the <a href="#Details">end of these rele
 <p>Code Contributors of this release: Guillaume Nodet, Mickael Istria, Ray Tsang, Stefan Oehme, Joseph Walton, Bo Zhang, AElMehdi, Christian Schulte, Mao Shuai, MartinKanters, Sergey Chernov, Jesse Glick.</p>
 <p>Many thanks to all reporters and contributors for their time and support.</p>
 <p>(Please send an email to the dev list if we missed anyone).</p></section><section>
-<h2><a name="Overview_about_the_changes"></a>Overview about the changes</h2>
+<h2>Overview about the changes</h2>
 <ul>
 
 <li>
@@ -171,11 +171,11 @@ the <a href="#Details">end of these rele
 <li>
 <p>We are continuing to convert Maven Core to use JSR 330 annotations instead of Plexus (still not finished, see <a href="https://issues.apache.org/jira/browse/MNG-5577" class="externalLink">MNG-5577</a>).</p></li>
 <li>
-<p>New support for release qualifier (see <a href="https://issues.apache.org/jira/browse/MNG-6655" class="externalLink">MNG-6655</a>).</p></li>
+<p>New support for &#x2018;release&#x2019; qualifier (see <a href="https://issues.apache.org/jira/browse/MNG-6655" class="externalLink">MNG-6655</a>).</p></li>
 <li>
 <p>The toolchain.xml file supports environment variables (see <a href="https://issues.apache.org/jira/browse/MNG-6665" class="externalLink">MNG-6665</a>).</p></li>
 </ul></section><section>
-<h2><a name="The_detailed_issue_list"></a>The detailed issue list<a href="#Details"></a></h2>
+<h2>The detailed issue list<a href="#Details"></a></h2>
 <p>Sub-task</p>
 
 <div class="source"><pre class="prettyprint linenums"><code>[MNG-6680] - Convert Maven Settings Builder to JSR 330
@@ -247,7 +247,7 @@ the <a href="#Details">end of these rele
 [MNG-6738] - Upgrade maven-resolver to 1.4.1
 </code></pre></div>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12345234" class="externalLink">issue management system</a>.</p></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/3.6.3/release-notes.html
==============================================================================
--- maven/website/content/docs/3.6.3/release-notes.html (original)
+++ maven/website/content/docs/3.6.3/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/3.6.3/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/3.6.3/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 3.6.3</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/modules/index.html#Markdown
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_3.6.3"></a>Release Notes &#x2013; Maven 3.6.3</h1>
+<h1>Release Notes &#x2013; Maven 3.6.3</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.6.3.</p>
 <p>Maven 3.6.3 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>
@@ -155,7 +155,7 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/3.6.3/">https://maven.apache.org/ref/3.6.3/</a></li>
 </ul><section>
-<h2><a name="Reporters_and_Contributors_of_this_release"></a>Reporters and Contributors of this release</h2>
+<h2>Reporters and Contributors of this release</h2>
 <p>We really value the contributions of these non committers, so this section is
 focused on those individuals. Descriptions of the issues fixed can be found at
 the <a href="#Details">end of these release notes</a>.</p>
@@ -163,7 +163,7 @@ the <a href="#Details">end of these rele
 <p>Contributors of this release: Stuart McCulloch, Mickael Istria, Peter Lynch, Christian Wansart, Dezhi Cai, Anatoly Zaretsky, Stig Rohde D&#xf8;ssing</p>
 <p>Many thanks to all reporters and contributors for their time and support.</p>
 <p>(Please send an email to the dev list if we missed anyone).</p></section><section>
-<h2><a name="Overview_about_the_changes"></a>Overview about the changes</h2>
+<h2>Overview about the changes</h2>
 <ul>
 
 <li>
@@ -177,9 +177,9 @@ the <a href="#Details">end of these rele
 <div class="source"><pre class="prettyprint linenums"><code>mvn -DbuildNumber=cecedd343002696d0abb50b32b541b8a6ba2883f package
 </code></pre></div>
 <p>you'll get bit-by-bit identical output (<code>apache-maven-3.6.3-bin.zip</code> and <code>.tar.gz</code> in <code>apache-maven/target/</code>) that you can check with sha512 fingerprints against official release.<br />
-If you're building on any Unix system, you'll need to add <code>-Dline.separator=$'\r\n'</code>.<br />
+If you're building on any Unix system, you'll need to add &#x201c;<code>-Dline.separator=$'\r\n'</code>&#x201d;.<br />
 See the <a href="/guides/mini/guide-reproducible-builds.html">Maven - Guide to Configuring for Reproducible Builds</a> for more details.</p></section><section>
-<h2><a name="The_detailed_issue_list"></a>The detailed issue list<a href="#Details"></a></h2>
+<h2>The detailed issue list<a href="#Details"></a></h2>
 <p>Sub-task</p>
 
 <div class="source"><pre class="prettyprint linenums"><code>[MNG-6779] - fix jcl-over-slf4j license: Apache 2.0 instead of MIT
@@ -203,7 +203,7 @@ See the <a href="/guides/mini/guide-repr
 [MNG-6789] - Make Maven distribution build Reproducible
 </code></pre></div>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12346152" class="externalLink">issue management system</a>.</p></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/3.8.1/release-notes.html
==============================================================================
--- maven/website/content/docs/3.8.1/release-notes.html (original)
+++ maven/website/content/docs/3.8.1/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/3.8.1/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/3.8.1/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 3.8.1</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/modules/index.html#Markdown
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_3.8.1"></a>Release Notes &#x2013; Maven 3.8.1</h1>
+<h1>Release Notes &#x2013; Maven 3.8.1</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.8.1.</p>
 <p>Maven 3.8.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>
@@ -155,9 +155,9 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/3.8.1/">https://maven.apache.org/ref/3.8.1/</a></li>
 </ul><section>
-<h2><a name="Overview_about_the_changes"></a>Overview about the changes</h2>
+<h2>Overview about the changes</h2>
 <p>This release covers two CVEs:</p><section>
-<h3><a name="CVE-2021-26291"></a>CVE-2021-26291</h3>
+<h3>CVE-2021-26291</h3>
 <p>We received a report from Jonathan Leitschuh about a vulnerability of custom repositories in dependency POMs.
 We've split this up into three separate issues:</p>
 <ul>
@@ -169,7 +169,7 @@ This makes downloads via such repository
 At the same time, developers are probably not aware that for some downloads an insecure URL is being used.
 Because uploaded POMs to Maven Central are immutable, a change for Maven was required.
 To solve this, we extended the mirror configuration with <code>&lt;blocked&gt;</code> parameter,
-and we added a new <code>external:http:*</code> mirror selector (like existing <code>external:*</code>), meaning any external URL using HTTP.<br />
+and we added a new <code>external:http:*</code> mirror selector (like existing <code>external:*</code>), meaning &#x201c;any external URL using HTTP&#x201d;.<br />
 The decision was made to block such external HTTP repositories by default: this is done by providing a mirror in the <code>conf/settings.xml</code> blocking insecure HTTP external URLs.</p></li>
 <li>
 <p>Possible Domain Hijacking due to custom repositories using abandoned domains<br />
@@ -185,9 +185,9 @@ The third group is the most complex one
 So if a dependency was defined by another dependency or by a Maven project, it will also include their repositories.
 In the end this is not a bug, but a design feature.</p></li>
 </ul></section><section>
-<h3><a name="CVE-2020-13956"></a>CVE-2020-13956</h3>
+<h3>CVE-2020-13956</h3>
 <p>Apache HttpClient is a transitive dependency of Maven Resolver via Maven Wagon, so we've updated those versions as part of this release.</p></section></section><section>
-<h2><a name="Why_does_this_version_have_the_value_3.8.1.3F"></a>Why does this version have the value 3.8.1?</h2>
+<h2>Why does this version have the value 3.8.1?</h2>
 <ul>
 
 <li>
@@ -202,9 +202,9 @@ Reusing 3.7.0 might lead to confusion, h
 <li>
 <p>Why not 3.8.0?<br />
 With every release there's a 72h+ voting period. During the vote of 3.8.0 a bug was discovered, one that was important enough to cancel the vote.
-With Maven we burn versions, to ensure we're always talking about the same version. This way there will be never confusion about which Maven 3.8.0 one was using.</p></li>
+With Maven we burn versions, to ensure we're always talking about the same &#x201c;version&#x201d;. This way there will be never confusion about which Maven 3.8.0 one was using.</p></li>
 </ul></section><section>
-<h2><a name="How_to_fix_when_I_get_a_HTTP_repository_blocked.3F"></a>How to fix when I get a HTTP repository blocked?</h2>
+<h2>How to fix when I get a HTTP repository blocked?</h2>
 <p>If the repository is defined in your <code>pom.xml</code>, please fix it in your source code.</p>
 <p>If the repository is defined in one of your dependencies POM, you'll get a message like:</p>
 
@@ -218,7 +218,7 @@ With Maven we burn versions, to ensure w
 <li>
 <p>keep the dependency version but <a href="/guides/mini/guide-mirror-settings.html">define a mirror in your settings</a>.</p></li>
 </ul></section><section>
-<h2><a name="The_detailed_issue_list"></a>The detailed issue list<a href="#Details"></a></h2>
+<h2>The detailed issue list<a href="#Details"></a></h2>
 <p>Bug</p>
 
 <div class="source"><pre class="prettyprint linenums"><code>[MNG-7128] - improve error message when blocked repository defined in build POM
@@ -235,7 +235,7 @@ With Maven we burn versions, to ensure w
 [MNG-7123] - Upgrade Maven Resolver to 1.6.2
 </code></pre></div>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12350032" class="externalLink">issue management system</a>.</p></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/3.8.2/release-notes.html
==============================================================================
--- maven/website/content/docs/3.8.2/release-notes.html (original)
+++ maven/website/content/docs/3.8.2/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/3.8.2/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/3.8.2/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 3.8.2</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/modules/index.html#Markdown
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_3.8.2"></a>Release Notes &#x2013; Maven 3.8.2</h1>
+<h1>Release Notes &#x2013; Maven 3.8.2</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.8.2.</p>
 <p>Maven 3.8.2 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>
@@ -155,10 +155,10 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/3.8.2/">https://maven.apache.org/ref/3.8.2/</a></li>
 </ul><section>
-<h2><a name="Overview_About_the_Changes"></a>Overview About the Changes</h2>
+<h2>Overview About the Changes</h2>
 <p>This release mainly contains fixes and non-invasive backports from Maven 4.0.0-alpha-1.</p>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12349965" class="externalLink">issue management system</a>.</p></section><section>
-<h2><a name="Known_Issues"></a>Known Issues</h2>
+<h2>Known Issues</h2>
 <ul>
 
 <li>If any of your plugin mojos spawns new threads there might be a change in class loading as a
@@ -174,7 +174,7 @@ well as other components make false assu
 globally excluded, but not all affected modules were updated to depend on this dependency directly with
 the <code>org.codehaus.plexus</code> group id. See <a href="https://lists.apache.org/thread.html/r7f5a62fd35dc6698c8f7097734f7c4acf4bb657d6c721e8a7bc76b8c%40%3Cusers.maven.apache.org%3E" class="externalLink">discussion</a> for details.</li>
 </ul></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/3.8.3/release-notes.html
==============================================================================
--- maven/website/content/docs/3.8.3/release-notes.html (original)
+++ maven/website/content/docs/3.8.3/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/3.8.3/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/3.8.3/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 3.8.3</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/modules/index.html#Markdown
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_3.8.3"></a>Release Notes &#x2013; Maven 3.8.3</h1>
+<h1>Release Notes &#x2013; Maven 3.8.3</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.8.3.</p>
 <p>Maven 3.8.3 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>
@@ -155,7 +155,7 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/3.8.3/">https://maven.apache.org/ref/3.8.3/</a></li>
 </ul><section>
-<h2><a name="Overview_About_the_Changes"></a>Overview About the Changes</h2>
+<h2>Overview About the Changes</h2>
 <ul>
 
 <li>Regression fixes from Maven 3.8.2</li>
@@ -163,9 +163,9 @@
 <li>Speed improvements with <a href="https://issues.apache.org/jira/browse/MNG-7235" class="externalLink">MNG-7235</a> and <a href="https://issues.apache.org/jira/browse/MNG-7236" class="externalLink">MNG-7236</a></li>
 </ul>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12350518" class="externalLink">issue management system</a>.</p></section><section>
-<h2><a name="Known_Issues"></a>Known Issues</h2>
+<h2>Known Issues</h2>
 <p>None</p></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/3.8.4/release-notes.html
==============================================================================
--- maven/website/content/docs/3.8.4/release-notes.html (original)
+++ maven/website/content/docs/3.8.4/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/3.8.4/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/3.8.4/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 3.8.4</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/modules/index.html#Markdown
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_3.8.4"></a>Release Notes &#x2013; Maven 3.8.4</h1>
+<h1>Release Notes &#x2013; Maven 3.8.4</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.8.4.</p>
 <p>Maven 3.8.4 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>
@@ -155,19 +155,19 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/3.8.4/">https://maven.apache.org/ref/3.8.4/</a></li>
 </ul><section>
-<h2><a name="Overview_About_the_Changes"></a>Overview About the Changes</h2>
+<h2>Overview About the Changes</h2>
 <ul>
 
 <li>Regression fixes from Maven 3.8.3</li>
 <li>Upgrade to Jansi 2.4.0 which supports macOS on ARM natively</li>
 </ul>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12350685" class="externalLink">issue management system</a>.</p></section><section>
-<h2><a name="Known_Issues"></a>Known Issues</h2>
+<h2>Known Issues</h2>
 <ul>
 
 <li>The <code>ThreadLocal</code> approach that was introduced in 3.8.2 to fix <a href="https://issues.apache.org/jira/browse/MNG-6843" class="externalLink">MNG-6843</a> had to be reverted as it caused too many side-effects. <a href="https://issues.apache.org/jira/browse/MNG-7335" class="externalLink">MNG-7335</a> was created to track the work needed to add a more sustainable fix to Maven 3.8.5 or 3.9.0.</li>
 </ul></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/3.8.5/release-notes.html
==============================================================================
--- maven/website/content/docs/3.8.5/release-notes.html (original)
+++ maven/website/content/docs/3.8.5/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/3.8.5/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/3.8.5/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 3.8.5</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/modules/index.html#Markdown
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_3.8.5"></a>Release Notes &#x2013; Maven 3.8.5</h1>
+<h1>Release Notes &#x2013; Maven 3.8.5</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.8.5.</p>
 <p>Maven 3.8.5 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>
@@ -155,19 +155,19 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/3.8.5/">https://maven.apache.org/ref/3.8.5/</a></li>
 </ul><section>
-<h2><a name="Overview_About_the_Changes"></a>Overview About the Changes</h2>
+<h2>Overview About the Changes</h2>
 <ul>
 
 <li>Regression fixes from Maven 3.8.4</li>
 </ul>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12351105" class="externalLink">issue management system</a>.</p></section><section>
-<h2><a name="Known_Issues"></a>Known Issues</h2>
+<h2>Known Issues</h2>
 <ul>
 
 <li>Dependencies of a profile are not picked up anymore if that profile is activated via <code>-P&lt;profileName&gt;</code> (see <a href="https://issues.apache.org/jira/browse/MNG-7432" class="externalLink">MNG-7432</a>)</li>
 <li>Custom <code>StringVisitorModelInterpolator</code> instance throws <code>NullPointerException</code> due to missing <code>ModelVersionProcessor</code> (see <a href="https://issues.apache.org/jira/browse/MNG-7449" class="externalLink">MNG-7449</a>)</li>
 </ul></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/3.8.6/release-notes.html
==============================================================================
--- maven/website/content/docs/3.8.6/release-notes.html (original)
+++ maven/website/content/docs/3.8.6/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/3.8.6/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/3.8.6/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 3.8.6</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/modules/index.html#Markdown
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_3.8.6"></a>Release Notes &#x2013; Maven 3.8.6</h1>
+<h1>Release Notes &#x2013; Maven 3.8.6</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.8.6.</p>
 <p>Maven 3.8.6 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>
@@ -155,16 +155,16 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/3.8.6/">https://maven.apache.org/ref/3.8.6/</a></li>
 </ul><section>
-<h2><a name="Overview_About_the_Changes"></a>Overview About the Changes</h2>
+<h2>Overview About the Changes</h2>
 <ul>
 
 <li>Regression fixes from Maven 3.8.5</li>
 <li>Improve locking for multithreaded builds</li>
 </ul>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12351556" class="externalLink">issue management system</a>.</p></section><section>
-<h2><a name="Known_Issues"></a>Known Issues</h2>
+<h2>Known Issues</h2>
 <p><em>none</em></p></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>

Modified: maven/website/content/docs/3.8.7/release-notes.html
==============================================================================
--- maven/website/content/docs/3.8.7/release-notes.html (original)
+++ maven/website/content/docs/3.8.7/release-notes.html Wed Feb  8 20:32:12 2023
@@ -2,14 +2,14 @@
 
 
 <!--
- | Generated by Apache Maven Doxia Site Renderer 2.0.0-M3 from content/markdown/docs/3.8.7/release-notes.md at 2023-02-08
+ | Generated by Apache Maven Doxia Site Renderer 2.0.0-M4 from content/markdown/docs/3.8.7/release-notes.md at 2023-02-08
  | Rendered using Apache Maven Fluido Skin 1.11.1
 -->
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M3" />
+    <meta name="generator" content="Apache Maven Doxia Site Renderer 2.0.0-M4" />
     <title>Maven &#x2013; Release Notes – Maven 3.8.7</title>
     <link rel="stylesheet" href="../../css/apache-maven-fluido-1.11.1.min.css" />
     <link rel="stylesheet" href="../../css/site.css" />
@@ -143,7 +143,7 @@
  http://maven.apache.org/doxia/modules/index.html#Markdown
 -->
 <section>
-<h1><a name="Release_Notes_.E2.80.93_Maven_3.8.7"></a>Release Notes &#x2013; Maven 3.8.7</h1>
+<h1>Release Notes &#x2013; Maven 3.8.7</h1>
 <p>The Apache Maven team would like to announce the release of Maven 3.8.7.</p>
 <p>Maven 3.8.7 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>
@@ -155,7 +155,7 @@
 <li>the maven-user mailing list: <a href="/mailing-lists.html">https://maven.apache.org/mailing-lists.html</a></li>
 <li>the reference documentation: <a href="/ref/3.8.7/">https://maven.apache.org/ref/3.8.7/</a></li>
 </ul><section>
-<h2><a name="Overview_About_the_Changes"></a>Overview About the Changes</h2>
+<h2>Overview About the Changes</h2>
 <ul>
 
 <li>Regression fixes from Maven 3.8.6</li>
@@ -163,9 +163,9 @@
 <li>Maven Wagon upgrade</li>
 </ul>
 <p>The full list of changes can be found in our <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12352690" class="externalLink">issue management system</a>.</p></section><section>
-<h2><a name="Known_Issues"></a>Known Issues</h2>
+<h2>Known Issues</h2>
 <p><em>none</em></p></section><section>
-<h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
+<h2>Complete Release Notes</h2>
 <p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section></section>
         </main>
       </div>