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 2019/06/09 13:59:37 UTC

svn commit: r1860906 [5/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-alpha-1/release-notes.html
==============================================================================
--- maven/website/content/docs/3.5.0-alpha-1/release-notes.html (original)
+++ maven/website/content/docs/3.5.0-alpha-1/release-notes.html Sun Jun  9 13:59:34 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from content/markdown/docs/3.5.0-alpha-1/release-notes.md at 2019-06-09
+ | Generated by Apache Maven Doxia Site Renderer 1.9 from content/markdown/docs/3.5.0-alpha-1/release-notes.md at 2019-06-09
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -160,24 +160,21 @@
 <li>the web site: <a href="/">http://maven.apache.org/</a></li>
 <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-alpha-1/">http://maven.apache.org/ref/3.5.0-alpha-1/</a></li>
-</ul>
-<div class="section">
+</ul><section>
 <h2><a name="Known_Issues"></a>Known Issues</h2>
 <p>The following issues were identified during release testing of this <i>ALPHA</i> release but have not been deemed as release blockers:</p>
 <ul>
 
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6177">MNG-6177</a> The <tt>--file</tt> and <tt>-f</tt> option to specify a <tt>pom.xml</tt> to use does not work if the path includes characters that need quoting such as whitespace or <tt>&amp;</tt>.</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6115">MNG-6115</a> If Maven is installed in a writable location, every build will create a new <tt>lib/ext/jansi-....</tt> file.</li>
-</ul></div>
-<div class="section">
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6177">MNG-6177</a> The --file and -f option to specify a pom.xml to use does not work if the path includes characters that need quoting such as whitespace or &amp;.</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6115">MNG-6115</a> If Maven is installed in a writable location, every build will create a new lib/ext/jansi-.... file.</li>
+</ul></section><section>
 <h2><a name="Why_not_Maven_3.4.0.3F"></a>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 class="externalLink" href="http://www.mail-archive.com/dev@maven.apache.org/msg112103.html">mailing list archive</a>.</p></div>
-<div class="section">
+<p>More detail on this decision can be read in the <a class="externalLink" href="http://www.mail-archive.com/dev@maven.apache.org/msg112103.html">mailing list archive</a>.</p></section><section>
 <h2><a name="Reporters_and_Contributors_of_this_release"></a>Reporters and Contributors of this release</h2>
 <p>Bugs:</p>
 <ul>
@@ -199,11 +196,9 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5883">MNG-5883</a> reporter: Ben Caradoc-Davies</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-3507">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></div>
-<div class="section">
+<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>
-<p>Thank you also for your time and feedback.</p></div>
-<div class="section">
+<p>Thank you also for your time and feedback.</p></section><section>
 <h2><a name="Overview_about_the_changes"></a>Overview about the changes</h2>
 <ul>
 
@@ -213,11 +208,11 @@
 </li>
 <li>
 
-<p>The new <tt>project.directory</tt> special property adds support in every calculated URLs (project, SCM, site) for module directory name that does not match artifactId <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5878">MNG-5878</a></p>
+<p>The new project.directory special property adds support in every calculated URLs (project, SCM, site) for module directory name that does not match artifactId <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5878">MNG-5878</a></p>
 </li>
 <li>
 
-<p>The <tt>JAVA_HOME</tt> discovery has been reduced to simply check if <tt>JAVA_HOME</tt> is set or not then trying to discover via <tt>which java</tt>, nothing more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6003">MNG-6003</a>.</p>
+<p>The JAVA_HOME discovery has been reduced to simply check if JAVA_HOME is set or not then trying to discover via which java, nothing more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6003">MNG-6003</a>.</p>
 </li>
 <li>
 
@@ -225,19 +220,19 @@
 </li>
 <li>
 
-<p>Based on problems in using <tt>M2_HOME</tt> related to different Maven versions installed and to simplify things, the usage of <tt>M2_HOME</tt> has been removed and is not supported any more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5823">MNG-5823</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5836">MNG-5836</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5607">MNG-5607</a>.</p>
+<p>Based on problems in using M2_HOME related to different Maven versions installed and to simplify things, the usage of M2_HOME has been removed and is not supported any more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5823">MNG-5823</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5836">MNG-5836</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5607">MNG-5607</a>.</p>
 </li>
 <li>
 
-<p>Important change for windows users: The usage of <tt>%HOME%</tt> has been replaced with <tt>%USERPROFILE%</tt> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6001">MNG-6001</a></p>
+<p>Important change for windows users: The usage of %HOME% has been replaced with %USERPROFILE% <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6001">MNG-6001</a></p>
 </li>
 <li>
 
-<p>Several issues have been reported and fixed related to the <tt>mvn</tt> script either for Unix/Linux/Cygwin/Solaris or for Windows <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5815">MNG-5815</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5852">MNG-5852</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5963">MNG-5963</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6022">MNG-6022</a>.</p>
+<p>Several issues have been reported and fixed related to the mvn script either for Unix/Linux/Cygwin/Solaris or for Windows <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5815">MNG-5815</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5852">MNG-5852</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5963">MNG-5963</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6022">MNG-6022</a>.</p>
 </li>
 <li>
 
-<p>In Maven 3.3.9, we have removed bindings for maven-ejb3-plugin because it does not exist. We follow-up and removed the artifact handler for <tt>ejb3</tt> and the <tt>par</tt> lifecycle <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6014">MNG-6014</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6017">MNG-6017</a>.</p>
+<p>In Maven 3.3.9, we have removed bindings for maven-ejb3-plugin because it does not exist. We follow-up and removed the artifact handler for ejb3 and the par lifecycle <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6014">MNG-6014</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6017">MNG-6017</a>.</p>
 </li>
 <li>
 
@@ -245,11 +240,11 @@
 </li>
 <li>
 
-<p>If you have defined a property within the <tt>.mvn/maven.config</tt> file, it was not possible to overwrite the property via command line. This has been fixed with <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a>.</p>
+<p>If you have defined a property within the .mvn/maven.config file, it was not possible to overwrite the property via command line. This has been fixed with <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a>.</p>
 </li>
 <li>
 
-<p>If you have are using <tt>&lt;prerequisites&gt;..&lt;/prerequisites&gt;</tt> for a non maven-plugin project, you will get a WARNING which looks like this:</p>
+<p>If you have are using &lt;prerequisites&gt;..&lt;/prerequisites&gt; for a non maven-plugin project, you will get a WARNING which looks like this:</p>
 </li>
 </ul>
 
@@ -259,7 +254,7 @@
 [WARNING] The project org.apache.maven:maven:pom:3.5.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
 </pre></div></div>
 
-<p>This will tell you to use maven-enforcer-plugin to check the version of Maven you are expecting to build your project with, instead of using <tt>prerequisites</tt> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5297">MNG-5297</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6092">MNG-6092</a>.</p>
+<p>This will tell you to use maven-enforcer-plugin to check the version of Maven you are expecting to build your project with, instead of using prerequisites <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5297">MNG-5297</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6092">MNG-6092</a>.</p>
 <ul>
 
 <li>Replaced Eclipse Aether with <a href="/resolver/">Maven Resolver</a> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6110">MNG-6110</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6140">MNG-6140</a>.</li>
@@ -350,10 +345,9 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6088">MNG-6088</a> - after forked execution success, add an empty line</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6092">MNG-6092</a> - warn if prerequisites.maven is used for non-plugin projects</li>
 </ul>
-<p>The full list of changes can be found in our <a class="externalLink" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12339664&amp;styleName=Text">issue management system</a>.</p></div>
-<div class="section">
+<p>The full list of changes can be found in our <a class="externalLink" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12339664&amp;styleName=Text">issue management system</a>.</p></section><section>
 <h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
-<p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></div>
+<p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section>
         </div>
       </div>
     </div>

Modified: maven/website/content/docs/3.5.0-beta-1/release-notes.html
==============================================================================
--- maven/website/content/docs/3.5.0-beta-1/release-notes.html (original)
+++ maven/website/content/docs/3.5.0-beta-1/release-notes.html Sun Jun  9 13:59:34 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from content/markdown/docs/3.5.0-beta-1/release-notes.md at 2019-06-09
+ | Generated by Apache Maven Doxia Site Renderer 1.9 from content/markdown/docs/3.5.0-beta-1/release-notes.md at 2019-06-09
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -160,25 +160,22 @@
 <li>the web site: <a href="/">http://maven.apache.org/</a></li>
 <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-beta-1/">http://maven.apache.org/ref/3.5.0-beta-1/</a></li>
-</ul>
-<div class="section">
+</ul><section>
 <h2><a name="Known_Issues"></a>Known Issues</h2>
 <p>The following issues were identified during release testing of this <i>BETA</i> release but have not been deemed as release blockers:</p>
 <ul>
 
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6190">MNG-6190</a> maven-resolver-provider&#x2019;s <tt>DefaultArtifactDescriptorReader</tt> has mismatched constructor and initService methods (this issue does not affect normal usage of Maven)</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6191">MNG-6191</a> <tt>mvn -f</tt> complains about illegal <tt>readlink</tt> option under macOS</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6190">MNG-6190</a> maven-resolver-provider&#x2019;s DefaultArtifactDescriptorReader has mismatched constructor and initService methods (this issue does not affect normal usage of Maven)</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6191">MNG-6191</a> mvn -f complains about illegal readlink option under macOS</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6192">MNG-6192</a> The distribution zip file has unordered entries and some tools - most notably Maven wrapper - will fail to unzip the distribution</li>
-</ul></div>
-<div class="section">
+</ul></section><section>
 <h2><a name="Why_not_Maven_3.4.0.3F"></a>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 class="externalLink" href="http://www.mail-archive.com/dev@maven.apache.org/msg112103.html">mailing list archive</a>.</p></div>
-<div class="section">
+<p>More detail on this decision can be read in the <a class="externalLink" href="http://www.mail-archive.com/dev@maven.apache.org/msg112103.html">mailing list archive</a>.</p></section><section>
 <h2><a name="Reporters_and_Contributors_of_this_release"></a>Reporters and Contributors of this release</h2>
 <p>Bugs:</p>
 <ul>
@@ -186,11 +183,9 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6090">MNG-6090</a> reporter: Harald Wellmann</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6173">MNG-6173</a> reporter/contributor: Christoph B&#xf6;hme</li>
 </ul>
-<p>Many thanks to all reporters and contributors for their time and support.</p></div>
-<div class="section">
+<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>
-<p>Thank you also for your time and feedback.</p></div>
-<div class="section">
+<p>Thank you also for your time and feedback.</p></section><section>
 <h2><a name="Overview_about_the_changes"></a>Overview about the changes</h2>
 <ul>
 
@@ -200,11 +195,11 @@
 </li>
 <li>
 
-<p>The new <tt>project.directory</tt> special property adds support in every calculated URLs (project, SCM, site) for module directory name that does not match artifactId <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5878">MNG-5878</a></p>
+<p>The new project.directory special property adds support in every calculated URLs (project, SCM, site) for module directory name that does not match artifactId <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5878">MNG-5878</a></p>
 </li>
 <li>
 
-<p>The <tt>JAVA_HOME</tt> discovery has been reduced to simply check if <tt>JAVA_HOME</tt> is set or not then trying to discover via <tt>which java</tt>, nothing more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6003">MNG-6003</a>.</p>
+<p>The JAVA_HOME discovery has been reduced to simply check if JAVA_HOME is set or not then trying to discover via which java, nothing more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6003">MNG-6003</a>.</p>
 </li>
 <li>
 
@@ -212,19 +207,19 @@
 </li>
 <li>
 
-<p>Based on problems in using <tt>M2_HOME</tt> related to different Maven versions installed and to simplify things, the usage of <tt>M2_HOME</tt> has been removed and is not supported any more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5823">MNG-5823</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5836">MNG-5836</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5607">MNG-5607</a>.</p>
+<p>Based on problems in using M2_HOME related to different Maven versions installed and to simplify things, the usage of M2_HOME has been removed and is not supported any more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5823">MNG-5823</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5836">MNG-5836</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5607">MNG-5607</a>.</p>
 </li>
 <li>
 
-<p>Important change for windows users: The usage of <tt>%HOME%</tt> has been replaced with <tt>%USERPROFILE%</tt> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6001">MNG-6001</a></p>
+<p>Important change for windows users: The usage of %HOME% has been replaced with %USERPROFILE% <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6001">MNG-6001</a></p>
 </li>
 <li>
 
-<p>Several issues have been reported and fixed related to the <tt>mvn</tt> script either for Unix/Linux/Cygwin/Solaris or for Windows <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5815">MNG-5815</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5852">MNG-5852</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5963">MNG-5963</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6022">MNG-6022</a>.</p>
+<p>Several issues have been reported and fixed related to the mvn script either for Unix/Linux/Cygwin/Solaris or for Windows <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5815">MNG-5815</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5852">MNG-5852</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5963">MNG-5963</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6022">MNG-6022</a>.</p>
 </li>
 <li>
 
-<p>In Maven 3.3.9, we have removed bindings for maven-ejb3-plugin because it does not exist. We follow-up and removed the artifact handler for <tt>ejb3</tt> and the <tt>par</tt> lifecycle <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6014">MNG-6014</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6017">MNG-6017</a>.</p>
+<p>In Maven 3.3.9, we have removed bindings for maven-ejb3-plugin because it does not exist. We follow-up and removed the artifact handler for ejb3 and the par lifecycle <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6014">MNG-6014</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6017">MNG-6017</a>.</p>
 </li>
 <li>
 
@@ -232,11 +227,11 @@
 </li>
 <li>
 
-<p>If you have defined a property within the <tt>.mvn/maven.config</tt> file, it was not possible to overwrite the property via command line. This has been fixed with <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a>.</p>
+<p>If you have defined a property within the .mvn/maven.config file, it was not possible to overwrite the property via command line. This has been fixed with <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a>.</p>
 </li>
 <li>
 
-<p>If you have are using <tt>&lt;prerequisites&gt;..&lt;/prerequisites&gt;</tt> for a non maven-plugin project, you will get a WARNING which looks like this:</p>
+<p>If you have are using &lt;prerequisites&gt;..&lt;/prerequisites&gt; for a non maven-plugin project, you will get a WARNING which looks like this:</p>
 </li>
 </ul>
 
@@ -246,7 +241,7 @@
 [WARNING] The project org.apache.maven:maven:pom:3.5.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
 </pre></div></div>
 
-<p>This will tell you to use maven-enforcer-plugin to check the version of Maven you are expecting to build your project with, instead of using <tt>prerequisites</tt> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5297">MNG-5297</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6092">MNG-6092</a>.</p>
+<p>This will tell you to use maven-enforcer-plugin to check the version of Maven you are expecting to build your project with, instead of using prerequisites <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5297">MNG-5297</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6092">MNG-6092</a>.</p>
 <ul>
 
 <li>
@@ -255,7 +250,7 @@
 </li>
 <li>
 
-<p>Using of CI friendly versions via <tt>${revision}</tt>, <tt>${sha1}</tt> and/or <tt>${changelist}</tt> has been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6057">MNG-6057</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6090">MNG-6090</a> and <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5895">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 class="externalLink" href="https://www.mojohaus.org/flatten-maven-plugin/">flatten-maven-plugin</a> if you like to do an <tt>mvn install</tt> or <tt>mvn deploy</tt> more details can be found at <a href="/maven-ci-friendly.html">Maven CI Friendly</a>.</p>
+<p>Using of CI friendly versions via ${revision}, ${sha1} and/or ${changelist} has been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6057">MNG-6057</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6090">MNG-6090</a> and <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5895">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 class="externalLink" href="https://www.mojohaus.org/flatten-maven-plugin/">flatten-maven-plugin</a> if you like to do an mvn install or mvn deploy more details can be found at <a href="/maven-ci-friendly.html">Maven CI Friendly</a>.</p>
 </li>
 <li>
 
@@ -290,10 +285,9 @@
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6182">MNG-6182</a> - ModelResolver interface enhancement: addition of resolveModel( Dependency ) supporting version ranges</li>
 </ul>
-<p>The full list of changes can be found in our <a class="externalLink" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12339664&amp;styleName=Text">issue management system</a>.</p></div>
-<div class="section">
+<p>The full list of changes can be found in our <a class="externalLink" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12339664&amp;styleName=Text">issue management system</a>.</p></section><section>
 <h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
-<p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></div>
+<p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section>
         </div>
       </div>
     </div>

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 Sun Jun  9 13:59:34 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from content/markdown/docs/3.5.0/release-notes.md at 2019-06-09
+ | Generated by Apache Maven Doxia Site Renderer 1.9 from content/markdown/docs/3.5.0/release-notes.md at 2019-06-09
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -150,16 +150,14 @@
 <li>the web site: <a class="externalLink" href="https://maven.apache.org/">http://maven.apache.org/</a></li>
 <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>
-<div class="section">
+</ul><section>
 <h2><a name="Why_not_Maven_3.4.0.3F"></a>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 class="externalLink" href="http://www.mail-archive.com/dev@maven.apache.org/msg112103.html">mailing list archive</a>.</p></div>
-<div class="section">
+<p>More detail on this decision can be read in the <a class="externalLink" href="http://www.mail-archive.com/dev@maven.apache.org/msg112103.html">mailing list archive</a>.</p></section><section>
 <h2><a name="Reporters_and_Contributors_of_this_release"></a>Reporters and Contributors of this release</h2>
 <p>Bugs:</p>
 <ul>
@@ -183,8 +181,7 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5883">MNG-5883</a> reporter: Ben Caradoc-Davies</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-3507">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></div>
-<div class="section">
+<p>Many thanks to all reporters and contributors for their time and support.</p></section><section>
 <h2><a name="Testers"></a>Testers</h2>
 <p>The following members of the Maven community provided valuable feedback during the release process:</p>
 <ul>
@@ -200,8 +197,7 @@
 <li>Chas Honton</li>
 <li>Dennis Kieselhorst</li>
 </ul>
-<p>Thank you for your time and feedback.</p></div>
-<div class="section">
+<p>Thank you for your time and feedback.</p></section><section>
 <h2><a name="Overview_about_the_changes"></a>Overview about the changes</h2>
 <ul>
 
@@ -211,11 +207,11 @@
 </li>
 <li>
 
-<p>The new <tt>project.directory</tt> special property adds support in every calculated URLs (project, SCM, site) for module directory name that does not match artifactId <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5878">MNG-5878</a></p>
+<p>The new project.directory special property adds support in every calculated URLs (project, SCM, site) for module directory name that does not match artifactId <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5878">MNG-5878</a></p>
 </li>
 <li>
 
-<p>The <tt>JAVA_HOME</tt> discovery has been reduced to simply check if <tt>JAVA_HOME</tt> is set or not then trying to discover via <tt>which java</tt>, nothing more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6003">MNG-6003</a>.</p>
+<p>The JAVA_HOME discovery has been reduced to simply check if JAVA_HOME is set or not then trying to discover via which java, nothing more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6003">MNG-6003</a>.</p>
 </li>
 <li>
 
@@ -223,19 +219,19 @@
 </li>
 <li>
 
-<p>Based on problems in using <tt>M2_HOME</tt> related to different Maven versions installed and to simplify things, the usage of <tt>M2_HOME</tt> has been removed and is not supported any more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5823">MNG-5823</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5836">MNG-5836</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5607">MNG-5607</a>.</p>
+<p>Based on problems in using M2_HOME related to different Maven versions installed and to simplify things, the usage of M2_HOME has been removed and is not supported any more <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5823">MNG-5823</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5836">MNG-5836</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5607">MNG-5607</a>.</p>
 </li>
 <li>
 
-<p>Important change for windows users: The usage of <tt>%HOME%</tt> has been replaced with <tt>%USERPROFILE%</tt> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6001">MNG-6001</a></p>
+<p>Important change for windows users: The usage of %HOME% has been replaced with %USERPROFILE% <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6001">MNG-6001</a></p>
 </li>
 <li>
 
-<p>Several issues have been reported and fixed related to the <tt>mvn</tt> script either for Unix/Linux/Cygwin/Solaris or for Windows <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5815">MNG-5815</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5852">MNG-5852</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5963">MNG-5963</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6022">MNG-6022</a>.</p>
+<p>Several issues have been reported and fixed related to the mvn script either for Unix/Linux/Cygwin/Solaris or for Windows <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5815">MNG-5815</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5852">MNG-5852</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5963">MNG-5963</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6022">MNG-6022</a>.</p>
 </li>
 <li>
 
-<p>In Maven 3.3.9, we have removed bindings for maven-ejb3-plugin because it does not exist. We follow-up and removed the artifact handler for <tt>ejb3</tt> and the <tt>par</tt> lifecycles <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6014">MNG-6014</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6017">MNG-6017</a>.</p>
+<p>In Maven 3.3.9, we have removed bindings for maven-ejb3-plugin because it does not exist. We follow-up and removed the artifact handler for ejb3 and the par lifecycles <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6014">MNG-6014</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6017">MNG-6017</a>.</p>
 </li>
 <li>
 
@@ -243,11 +239,11 @@
 </li>
 <li>
 
-<p>If you have defined a property within the <tt>.mvn/maven.config</tt> file, it was not possible to overwrite the property via command line. This has been fixed with <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a>.</p>
+<p>If you have defined a property within the .mvn/maven.config file, it was not possible to overwrite the property via command line. This has been fixed with <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a>.</p>
 </li>
 <li>
 
-<p>If you have are using <tt>&lt;prerequisites&gt;..&lt;/prerequisites&gt;</tt> for a non maven-plugin project, you will get a WARNING which looks like this:</p>
+<p>If you have are using &lt;prerequisites&gt;..&lt;/prerequisites&gt; for a non maven-plugin project, you will get a WARNING which looks like this:</p>
 
 <div>
 <div>
@@ -255,7 +251,7 @@
 [WARNING] The project org.apache.maven:maven:pom:3.5.0 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
 </pre></div></div>
 
-<p>This will tell you to use <a href="/enforcer/maven-enforcer-plugin/">maven-enforcer-plugin</a> to check the version of Maven you are expecting to build your project with, instead of using <tt>prerequisites</tt> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5297">MNG-5297</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6092">MNG-6092</a>.</p>
+<p>This will tell you to use <a href="/enforcer/maven-enforcer-plugin/">maven-enforcer-plugin</a> to check the version of Maven you are expecting to build your project with, instead of using prerequisites <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5297">MNG-5297</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6092">MNG-6092</a>.</p>
 </li>
 <li>
 
@@ -263,13 +259,11 @@
 </li>
 <li>
 
-<p>Using of CI friendly versions via <tt>${revision}</tt>, <tt>${sha1}</tt> and/or <tt>${changelist}</tt> has been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6057">MNG-6057</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6090">MNG-6090</a> and <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5895">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 class="externalLink" href="https://www.mojohaus.org/flatten-maven-plugin/">flatten-maven-plugin</a> if you like to do an <tt>mvn install</tt> or <tt>mvn deploy</tt> more details can be found at <a href="/maven-ci-friendly.html">Maven CI Friendly Versions</a>.</p>
+<p>Using of CI friendly versions via ${revision}, ${sha1} and/or ${changelist} has been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6057">MNG-6057</a>, <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6090">MNG-6090</a> and <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5895">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 class="externalLink" href="https://www.mojohaus.org/flatten-maven-plugin/">flatten-maven-plugin</a> if you like to do an mvn install or mvn deploy more details can be found at <a href="/maven-ci-friendly.html">Maven CI Friendly Versions</a>.</p>
 </li>
-</ul></div>
-<div class="section">
+</ul></section><section>
 <h2><a name="Improvements"></a>Improvements</h2>
-<p>The full list of changes as well as detailed descriptions of same can be found in our <a class="externalLink" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12336084&amp;styleName=Text">issue management system</a>.</p>
-<div class="section">
+<p>The full list of changes as well as detailed descriptions of same can be found in our <a class="externalLink" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12336084&amp;styleName=Text">issue management system</a>.</p><section>
 <h3><a name="Bugs"></a>Bugs</h3>
 <ul>
 
@@ -277,117 +271,111 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5368">MNG-5368</a> - UnsupportedOperationException thrown when version range is not correct in dependencyManagement definitions</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5629">MNG-5629</a> - ClosedChannelException from DefaultUpdateCheckManager.read</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5815">MNG-5815</a> - &#x201c;mvn.cmd&#x201d; does not indicate failure properly when using &#x201c;&amp;&amp;&#x201d;</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5823">MNG-5823</a> - mvnDebug doesn&#x2019;t work with <tt>M2_HOME</tt> with spaces - missing quotes</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5823">MNG-5823</a> - mvnDebug doesn&#x2019;t work with M2_HOME with spaces - missing quotes</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5829">MNG-5829</a> - mvn shell script fails with syntax error on Solaris 10</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5836">MNG-5836</a> - logging config is overridden by <tt>$M2_HOME/lib/ext/*.jar</tt></li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5852">MNG-5852</a> - mvn shell script invokes <tt>/bin/sh</tt> but requires Bash functions</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5836">MNG-5836</a> - logging config is overridden by $M2_HOME/lib/ext/*.jar</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5852">MNG-5852</a> - mvn shell script invokes /bin/sh but requires Bash functions</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5895">MNG-5895</a> - Problem with CI friendly usage of `${..}`` which is already defined via property in pom file.</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5958">MNG-5958</a> - <tt>java.lang.String</tt> cannot be cast to <tt>org.apache.maven.lifecycle.mapping.LifecyclePhase</tt></li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5958">MNG-5958</a> - java.lang.String cannot be cast to org.apache.maven.lifecycle.mapping.LifecyclePhase</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5961">MNG-5961</a> - Maven possibly not aware of log4j2</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5962">MNG-5962</a> - <tt>mvn.cmd</tt> fails when the current directory has spaces in between</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5963">MNG-5963</a> - <tt>mvn.cmd</tt> does not return ERROR_CODE</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6022">MNG-6022</a> - <tt>mvn.cmd</tt> fails if directory contains an ampersand (<tt>&amp;</tt>)</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6053">MNG-6053</a> - Unsafe System Properties copy in <tt>MavenRepositorySystemUtils</tt>, causing NPEs</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5962">MNG-5962</a> - mvn.cmd fails when the current directory has spaces in between</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5963">MNG-5963</a> - mvn.cmd does not return ERROR_CODE</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6022">MNG-6022</a> - mvn.cmd fails if directory contains an ampersand (&amp;)</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6053">MNG-6053</a> - Unsafe System Properties copy in MavenRepositorySystemUtils, causing NPEs</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6057">MNG-6057</a> - Problem with CI friendly usage of `${..} reactor order is changed</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6090">MNG-6090</a> - CI friendly properties break submodule builds</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6105">MNG-6105</a> - <tt>properties.internal.SystemProperties.addSystemProperties()</tt> is not really thread-safe</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6109">MNG-6109</a> - <tt>PluginDescriptor</tt> doesn&#x2019;t read since value of parameter</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6117">MNG-6117</a> - <tt>${session.parallel}</tt> not correctly set</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6144">MNG-6144</a> - <tt>DefaultWagonManagerTest#testGetMissingJarForced()</tt> passed incorrect value</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6166">MNG-6166</a> - <tt>mvn dependency:go-offline</tt> fails due to missing transitive dependency <tt>jdom:jdom:jar:1.1</tt></li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6105">MNG-6105</a> - properties.internal.SystemProperties.addSystemProperties() is not really thread-safe</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6109">MNG-6109</a> - PluginDescriptor doesn&#x2019;t read since value of parameter</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6117">MNG-6117</a> - ${session.parallel} not correctly set</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6144">MNG-6144</a> - DefaultWagonManagerTest#testGetMissingJarForced() passed incorrect value</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6166">MNG-6166</a> - mvn dependency:go-offline fails due to missing transitive dependency jdom:jdom:jar:1.1</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6168">MNG-6168</a> - Fix unclosed streams</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6170">MNG-6170</a> - NPE in cases using Multithreaded <tt>-T X versions:set -DnewVersion=1.0-SNAPSHOT</tt></li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6170">MNG-6170</a> - NPE in cases using Multithreaded -T X versions:set -DnewVersion=1.0-SNAPSHOT</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6171">MNG-6171</a> - REGRESSION: WARNING about usage of a non threadsafe marked plugin is not showed anymore</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6172">MNG-6172</a> - Precedence of command-line system property options has changed</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6173">MNG-6173</a> - <tt>MavenSession.getAllProjects()</tt> should return all projects in the reactor</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6173">MNG-6173</a> - MavenSession.getAllProjects() should return all projects in the reactor</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6176">MNG-6176</a> - Javadoc errors prevent release with Java 8</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6177">MNG-6177</a> - The <tt>--file</tt> command line option of the Windows and Unix launchers does not work for directory names like &#x201c;<tt>Spaces &amp; Special Char</tt>&#x201d;</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6177">MNG-6177</a> - The --file command line option of the Windows and Unix launchers does not work for directory names like &#x201c;Spaces &amp; Special Char&#x201d;</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6180">MNG-6180</a> - groupId has plain color when goal fails</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6181">MNG-6181</a> - HttpClient produces a lot of noise at debug loglevel</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6183">MNG-6183</a> - Dependency management debug message corrections.</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6190">MNG-6190</a> - maven-resolver-provider&#x2019;s <tt>DefaultArtifactDescriptorReader</tt> has mismatched constructor and initService methods</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6191">MNG-6191</a> - <tt>mvn -f</tt> complains about illegal <tt>readlink</tt> option under macOS</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6190">MNG-6190</a> - maven-resolver-provider&#x2019;s DefaultArtifactDescriptorReader has mismatched constructor and initService methods</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6191">MNG-6191</a> - mvn -f complains about illegal readlink option under macOS</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6192">MNG-6192</a> - distribution zip file has unordered entries</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6195">MNG-6195</a> - Use consistent quoting forms in <tt>mvn</tt> launcher script</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6198">MNG-6198</a> - <tt>mvn</tt> script fails to locate <tt>.mvn</tt> directory when <tt>pom.xml</tt> location specified with <tt>-f</tt></li>
-</ul></div>
-<div class="section">
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6195">MNG-6195</a> - Use consistent quoting forms in mvn launcher script</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6198">MNG-6198</a> - mvn script fails to locate .mvn directory when pom.xml location specified with -f</li>
+</ul></section><section>
 <h3><a name="Dependency_upgrade"></a>Dependency upgrade</h3>
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5967">MNG-5967</a> - Dependency updates</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6110">MNG-6110</a> - Upgrade Aether to Maven Resolver</li>
-</ul></div>
-<div class="section">
+</ul></section><section>
 <h3><a name="Improvements"></a>Improvements</h3>
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5579">MNG-5579</a> - Unify error output/check logic from shell and batch scripts</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5607">MNG-5607</a> - Don&#x2019;t use <tt>M2_HOME</tt> in <tt>mvn</tt> shell/command scripts anymore</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5607">MNG-5607</a> - Don&#x2019;t use M2_HOME in mvn shell/command scripts anymore</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5883">MNG-5883</a> - Silence unnecessary legacy local repository warning</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5889">MNG-5889</a> - <tt>.mvn</tt> directory should be picked when using <tt>--file</tt></li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5889">MNG-5889</a> - .mvn directory should be picked when using --file</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5904">MNG-5904</a> - Remove the whole Ant build</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5931">MNG-5931</a> - Fixing documentation</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5934">MNG-5934</a> - String handling issues identified by PMD</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5946">MNG-5946</a> - Fix links etc. in <tt>README.txt</tt> which is part of the delivery</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5946">MNG-5946</a> - Fix links etc. in README.txt which is part of the delivery</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5968">MNG-5968</a> - Default plugin version updates</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5975">MNG-5975</a> - Use Java 7&#x2019;s <tt>SimpleDateFormat</tt> in <tt>CLIReportingUtils#formatTimestamp</tt></li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5977">MNG-5977</a> - Improve output readability of our <tt>MavenTransferListener</tt> implementations</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5993">MNG-5993</a> - Confusing error message in case of missing/empty <tt>artifactId</tt> and <tt>version</tt> in <tt>pluginManagement</tt></li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6001">MNG-6001</a> - Replace <tt>%HOME%</tt> with <tt>%USERPROFILE%</tt> in <tt>mvn.cmd</tt></li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6003">MNG-6003</a> - Drastically reduce <tt>JAVA_HOME</tt> discovery code</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6014">MNG-6014</a> - Removing ArtifactHandler for <tt>ejb3</tt> lifecycle</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6017">MNG-6017</a> - Removing ArtifactHandler for <tt>par</tt> lifecycle</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6030">MNG-6030</a> - <tt>ReactorModelCache</tt> not used effectively after maven version 3.0.5 which cause a large memory footprint</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5975">MNG-5975</a> - Use Java 7&#x2019;s SimpleDateFormat in CLIReportingUtils#formatTimestamp</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5977">MNG-5977</a> - Improve output readability of our MavenTransferListener implementations</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5993">MNG-5993</a> - Confusing error message in case of missing/empty artifactId and version in pluginManagement</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6001">MNG-6001</a> - Replace %HOME% with %USERPROFILE% in mvn.cmd</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6003">MNG-6003</a> - Drastically reduce JAVA_HOME discovery code</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6014">MNG-6014</a> - Removing ArtifactHandler for ejb3 lifecycle</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6017">MNG-6017</a> - Removing ArtifactHandler for par lifecycle</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6030">MNG-6030</a> - ReactorModelCache not used effectively after maven version 3.0.5 which cause a large memory footprint</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6032">MNG-6032</a> - WARNING during build based on absolute path in assembly-descriptor.</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6068">MNG-6068</a> - Document default scope compile in pom XSD and reference documentation</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a> - Can&#x2019;t overwrite properties which have been defined in <tt>.mvn/maven.config</tt></li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6078">MNG-6078</a> - Can&#x2019;t overwrite properties which have been defined in .mvn/maven.config</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6081">MNG-6081</a> - Log refactoring - Method Invocation Replaced By Variable</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6102">MNG-6102</a> - Introduce <tt>${maven.conf}</tt> in <tt>m2.conf</tt></li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6102">MNG-6102</a> - Introduce ${maven.conf} in m2.conf</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6115">MNG-6115</a> - Add Jansi native library search path to our start scripts to avoid extraction to temp file on each run</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6145">MNG-6145</a> - Remove non-existent m2 include in <tt>component.xml</tt></li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6145">MNG-6145</a> - Remove non-existent m2 include in component.xml</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6146">MNG-6146</a> - Several small stylistic and spelling improvements to code and documentation</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6147">MNG-6147</a> - `MetadataResolutionResult#getGraph()`` contains duplicate if clause</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6150">MNG-6150</a> - Javadoc improvements for 3.5.0</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6163">MNG-6163</a> - Introduce <tt>CLASSWORLDS_JAR</tt> in shell startup scripts</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6163">MNG-6163</a> - Introduce CLASSWORLDS_JAR in shell startup scripts</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6165">MNG-6165</a> - Deprecate and replace incorrectly spelled public API</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6179">MNG-6179</a> - Remove unused prerequisites</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6185">MNG-6185</a> - Replace doclettag explanation with annotations in AbstractMojo javadoc</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6189">MNG-6189</a> - WARN if maven-site-plugin configuration contains <tt>reportPlugins</tt> element</li>
-</ul></div>
-<div class="section">
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6189">MNG-6189</a> - WARN if maven-site-plugin configuration contains reportPlugins element</li>
+</ul></section><section>
 <h3><a name="New_Features"></a>New Features</h3>
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-3507">MNG-3507</a> - ANSI color logging for improved output visibility</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5878">MNG-5878</a> - add support for module name != <tt>artifactId</tt> in every calculated URLs (project, SCM, site): special <tt>project.directory</tt> property</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6093">MNG-6093</a> - create a <tt>slf4j-simple</tt> provider extension that supports level color rendering</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6182">MNG-6182</a> - ModelResolver interface enhancement: addition of <tt>resolveModel(Dependency)</tt> supporting version ranges</li>
-</ul></div>
-<div class="section">
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5878">MNG-5878</a> - add support for module name != artifactId in every calculated URLs (project, SCM, site): special project.directory property</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6093">MNG-6093</a> - create a slf4j-simple provider extension that supports level color rendering</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6182">MNG-6182</a> - ModelResolver interface enhancement: addition of resolveModel(Dependency) supporting version ranges</li>
+</ul></section><section>
 <h3><a name="Tasks"></a>Tasks</h3>
 <ul>
 
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5954">MNG-5954</a> - Remove outdated <tt>maven-embedder/src/main/resources/META-INF/MANIFEST.MF</tt></li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6106">MNG-6106</a> - Remove <tt>maven.home</tt> default value setter from <tt>m2.conf</tt></li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5954">MNG-5954</a> - Remove outdated maven-embedder/src/main/resources/META-INF/MANIFEST.MF</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6106">MNG-6106</a> - Remove maven.home default value setter from m2.conf</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6136">MNG-6136</a> - Upgrade Maven Wagon from 2.10 to 2.12</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6137">MNG-6137</a> - Clean up duplicate dependencies caused by incomplete Wagon HTTP Provider exclusions</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6138">MNG-6138</a> - Remove obsolete <tt>message_*.properties</tt> from maven-core</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6140">MNG-6140</a> - update documentation&#x2019;s dependency graph with <tt>resolver</tt> + <tt>resolver-provider</tt> + <tt>slf4j-provider</tt></li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6151">MNG-6151</a> - Force Push master from <tt>737de43e392fc15a0ce366db98d70aa18b3f6c03</tt></li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6152">MNG-6152</a> - Add a <tt>Jenkinsfile</tt> so that builds.apache.org can use multibranch pipeline</li>
-</ul></div>
-<div class="section">
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6138">MNG-6138</a> - Remove obsolete message_*.properties from maven-core</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6140">MNG-6140</a> - update documentation&#x2019;s dependency graph with resolver + resolver-provider + slf4j-provider</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6151">MNG-6151</a> - Force Push master from 737de43e392fc15a0ce366db98d70aa18b3f6c03</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6152">MNG-6152</a> - Add a Jenkinsfile so that builds.apache.org can use multibranch pipeline</li>
+</ul></section><section>
 <h3><a name="Wishes"></a>Wishes</h3>
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-2199">MNG-2199</a> - Support version ranges in parent elements</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6088">MNG-6088</a> - after forked execution success, add an empty line</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6092">MNG-6092</a> - warn if <tt>prerequisites.maven</tt> is used for non-plugin projects</li>
-</ul></div></div>
-<div class="section">
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6092">MNG-6092</a> - warn if prerequisites.maven is used for non-plugin projects</li>
+</ul></section></section><section>
 <h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
-<p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></div>
+<p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section>
         </div>
       </div>
     </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 Sun Jun  9 13:59:34 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from content/markdown/docs/3.5.2/release-notes.md at 2019-06-09
+ | Generated by Apache Maven Doxia Site Renderer 1.9 from content/markdown/docs/3.5.2/release-notes.md at 2019-06-09
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -150,8 +150,7 @@
 <li>the web site: <a class="externalLink" href="https://maven.apache.org/">https://maven.apache.org/</a></li>
 <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>
-<div class="section">
+</ul><section>
 <h2><a name="Reporters_and_Contributors_of_this_release"></a>Reporters and Contributors of this release</h2>
 <p>Bugs:</p>
 <ul>
@@ -171,8 +170,7 @@
 <li>Stefan Eicher (reporter, contributor)</li>
 <li>Manuel Ryan (reporter)</li>
 </ul>
-<p>Many thanks to all reporters and contributors and for their time and support.</p></div>
-<div class="section">
+<p>Many thanks to all reporters and contributors and for their time and support.</p></section><section>
 <h2><a name="Testers"></a>Testers</h2>
 <p>The following members of the Maven community provided valuable feedback during the release process:</p>
 <ul>
@@ -185,11 +183,9 @@
 <li>jieryn</li>
 <li>Petr &#x160;irok&#xfd;</li>
 </ul>
-<p>Thank you for your time and feedback.</p></div>
-<div class="section">
+<p>Thank you for your time and feedback.</p></section><section>
 <h2><a name="Improvements"></a>Improvements</h2>
-<p>The full list of changes as well as detailed descriptions of same can be found in our <a class="externalLink" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12338964&amp;styleName=Text">issue management system</a>.</p>
-<div class="section">
+<p>The full list of changes as well as detailed descriptions of same can be found in our <a class="externalLink" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12338964&amp;styleName=Text">issue management system</a>.</p><section>
 <h3><a name="Bugs"></a>Bugs</h3>
 <ul>
 
@@ -204,15 +200,13 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6233">MNG-6233</a> - maven-resolver-provider mixes JRS 330 and Plexus annotations</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6240">MNG-6240</a> - Duplicate components in plugin extension realm when plugin depends on maven-aether-resolver</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6242">MNG-6242</a> - No color for maven on Cygwin</li>
-</ul></div>
-<div class="section">
+</ul></section><section>
 <h3><a name="Sub-tasks"></a>Sub-tasks</h3>
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6186">MNG-6186</a> - switch to improved HawtJNI</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6280">MNG-6280</a> - ArrayIndexOutOfBoundsException caused by pom.xml with process instructions</li>
-</ul></div>
-<div class="section">
+</ul></section><section>
 <h3><a name="Improvements"></a>Improvements</h3>
 <ul>
 
@@ -225,24 +219,21 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6206">MNG-6206</a> - We should produce a WARNING by using RELEASE, LATEST as versions</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6207">MNG-6207</a> - Create WARNINGs in case of using system scope</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6228">MNG-6228</a> - Optionality not displayed in dependency tree when run in debug mode</li>
-</ul></div>
-<div class="section">
+</ul></section><section>
 <h3><a name="New_Features"></a>New Features</h3>
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6084">MNG-6084</a> - Support JSR 250 annotations</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6220">MNG-6220</a> - Add CLI options to control color output</li>
-</ul></div>
-<div class="section">
+</ul></section><section>
 <h3><a name="Tasks"></a>Tasks</h3>
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6167">MNG-6167</a> - Clean up dependency mess (reported by dependency:analyze)</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6258">MNG-6258</a> - Upgrade to Maven Resolver 1.1.0</li>
-</ul></div></div>
-<div class="section">
+</ul></section></section><section>
 <h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
-<p>See <a href="/docs/history.html">complete release notes for all versions</a></p></div>
+<p>See <a href="/docs/history.html">complete release notes for all versions</a></p></section>
         </div>
       </div>
     </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 Sun Jun  9 13:59:34 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from content/markdown/docs/3.5.3/release-notes.md at 2019-06-09
+ | Generated by Apache Maven Doxia Site Renderer 1.9 from content/markdown/docs/3.5.3/release-notes.md at 2019-06-09
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -150,8 +150,7 @@
 <li>the web site: <a class="externalLink" href="https://maven.apache.org/">https://maven.apache.org/</a></li>
 <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>
-<div class="section">
+</ul><section>
 <h2><a name="Reporters_and_Contributors_of_this_release"></a>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>
@@ -172,24 +171,21 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6306">MNG-6306</a> reporter: Andy Wilkinson</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5992">MNG-5992</a> reporter: Ryan J. McDonough</li>
 </ul>
-<p>Many thanks to all reporters and contributors for their time and support.</p></div>
-<div class="section">
+<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>
-<p>Thank you also for your time and feedback.</p></div>
-<div class="section">
+<p>Thank you also for your time and feedback.</p></section><section>
 <h2><a name="Known_Issues"></a>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 <tt>-T</tt> command line option, Maven may output spurious ANSI escapes such as <tt>[0m [0m</tt> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6372">MNG-6372</a></p></div>
-<div class="section">
+<p>One new issue was identified during the release testing. This issue affects Windows users. When running Maven with parallel threads, i.e. the -T command line option, Maven may output spurious ANSI escapes such as [0m [0m <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6372">MNG-6372</a></p></section><section>
 <h2><a name="Overview_about_the_changes"></a>Overview about the changes</h2>
 <ul>
 
 <li>
 
-<p>Issues have been fixed related to colorizations like to clean up the situation while interrupting the build process <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6188">MNG-6188</a> and some issues related to Git Bash / Cygwin have been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6282">MNG-6282</a> and the new options <tt>-Dstyle.color</tt> <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6296">MNG-6296</a> has been fixed.</p>
+<p>Issues have been fixed related to colorizations like to clean up the situation while interrupting the build process <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6188">MNG-6188</a> and some issues related to Git Bash / Cygwin have been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6282">MNG-6282</a> and the new options -Dstyle.color <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6296">MNG-6296</a> has been fixed.</p>
 </li>
 <li>
 
-<p>The handling CRLF in <tt>jvm.config</tt> file has been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6255">MNG-6255</a>.</p>
+<p>The handling CRLF in jvm.config file has been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6255">MNG-6255</a>.</p>
 </li>
 <li>
 
@@ -205,7 +201,7 @@
 </li>
 <li>
 
-<p>A regression related to parents <tt>relativePath</tt> verification has been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6330">MNG-6330</a>.</p>
+<p>A regression related to parents relativePath verification has been fixed <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6330">MNG-6330</a>.</p>
 </li>
 </ul>
 <p>So now some more interesting things about new (small) features:</p>
@@ -219,7 +215,7 @@
 <pre class="source">[INFO] Building parent 5.0.1-SNAPSHOT                                     [1/9]
 </pre></div></div>
 
-<p>The number <tt>1</tt> is the current number which is being built where the <tt>9</tt> in this case is the number of modules which have to be built overall. So we are in module 1 of 9.</p>
+<p>The number 1 is the current number which is being built where the 9 in this case is the number of modules which have to be built overall. So we are in module 1 of 9.</p>
 <p>Furthermore the information about the packaging type and the groupId/artifactId are now being shown during the build like the following <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6308">MNG-6308</a>:</p>
 
 <div>
@@ -252,7 +248,7 @@
 <p>This can be helpful if you have a large number of modules to get the information about the version being built. This meant in the past to scroll up to the last module and look there for the version. Now this can simply being seen at the end of build. If you have a multi module build where the number is the same for all modules it will be given only on the first line and the last line. If you have an aggregator build the version will be printed out for each project.</p>
 <ul>
 
-<li>One more thing has been optimized. We have removed the <tt>System.gc()</tt> call at the end of the build because this can cause costs for example on AWS systems related to the time taken to run Garbage Collection which is not really necessary <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6340">MNG-6340</a>. This means also the resulting output will change a little bit like this:</li>
+<li>One more thing has been optimized. We have removed the System.gc() call at the end of the build because this can cause costs for example on AWS systems related to the time taken to run Garbage Collection which is not really necessary <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6340">MNG-6340</a>. This means also the resulting output will change a little bit like this:</li>
 </ul>
 
 <div>
@@ -268,49 +264,44 @@
 <p>So there is no line anymore telling you about memory stuff.</p>
 <ul>
 
-<li>If you have used the deprecated version markers like <tt>RELEASE</tt> or <tt>LATEST</tt> this will now produce a WARNING during the build <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6342">MNG-6342</a>.</li>
-</ul></div>
-<div class="section">
+<li>If you have used the deprecated version markers like RELEASE or LATEST this will now produce a WARNING during the build <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6342">MNG-6342</a>.</li>
+</ul></section><section>
 <h2><a name="The_detailed_issue_list"></a><a href="#Details">The detailed issue list</a></h2>
 <p>Bugs:</p>
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6188">MNG-6188</a> - Console color not properly reset when interrupting build process</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6255">MNG-6255</a> - Maven script cannot parse <tt>jvm.config</tt> with CRLF</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6255">MNG-6255</a> - Maven script cannot parse jvm.config with CRLF</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6282">MNG-6282</a> - Console output has no colors in shell (both Git Bash and Cygwin) (regression in Jansi 1.16 / Maven 3.5.1)</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6296">MNG-6296</a> - New option <tt>-Dstyle.color</tt> is not working</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6298">MNG-6298</a> - 3.5.2: <tt>ClassNotFoundException: javax.annotation.security.RolesAllowed</tt></li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6296">MNG-6296</a> - New option -Dstyle.color is not working</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6298">MNG-6298</a> - 3.5.2: ClassNotFoundException: javax.annotation.security.RolesAllowed</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6300">MNG-6300</a> - Multi module release creates empty directories in war file instead of jars</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6305">MNG-6305</a> - Validation of CI friendly version incorrect</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6320">MNG-6320</a> - Apparently wrong encoding of non-ascii java class filename in error messages in the maven log</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6323">MNG-6323</a> - Deadlock in multithreaded dependency resolution</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6330">MNG-6330</a> - (regression) Parents relativePath not verified anymore</li>
-</ul>
-<div class="section">
+</ul><section>
 <h3><a name="New_Feature"></a>New Feature</h3>
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6302">MNG-6302</a> - Provide some &#x201c;progress&#x201d; hints</li>
-</ul></div>
-<div class="section">
+</ul></section><section>
 <h3><a name="Improvements"></a>Improvements</h3>
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5992">MNG-5992</a> - Git passwords are exposed as the Super POM still uses Maven Release Plugin 2.3.2</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6306">MNG-6306</a> - Replace use of Guava in maven-resolver-provider with a lighter weight alternative</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6308">MNG-6308</a> - display packaging &amp; groupId:artifactId when building a module</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6332">MNG-6332</a> - Cleaned up <tt>mvn.cmd</tt> Script</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6340">MNG-6340</a> - (Performance) To make <tt>System.gc()</tt> call configurable in target summary code</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6332">MNG-6332</a> - Cleaned up mvn.cmd Script</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6340">MNG-6340</a> - (Performance) To make System.gc() call configurable in target summary code</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6342">MNG-6342</a> - Emit a WARNING about LATEST/RELEASE in parent</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6352">MNG-6352</a> - Printout version information at the end of the build</li>
-</ul></div>
-<div class="section">
+</ul></section><section>
 <h3><a name="Task"></a>Task</h3>
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6331">MNG-6331</a> - Remove maven-bundle-pugin from build pluginManagement</li>
-</ul></div>
-<div class="section">
+</ul></section><section>
 <h3><a name="Dependency_upgrade"></a>Dependency upgrade</h3>
 <ul>
 
@@ -318,10 +309,9 @@
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6335">MNG-6335</a> - Update test framework Mockito from 1.10 to 2.12</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6353">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 class="externalLink" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12341428">issue management system</a>.</p></div></div>
-<div class="section">
+<p>The full list of changes can be found in our <a class="externalLink" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12341428">issue management system</a>.</p></section></section><section>
 <h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
-<p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></div>
+<p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section>
         </div>
       </div>
     </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 Sun Jun  9 13:59:34 2019
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia Site Renderer 1.8.1 from content/markdown/docs/3.5.4/release-notes.md at 2019-06-09
+ | Generated by Apache Maven Doxia Site Renderer 1.9 from content/markdown/docs/3.5.4/release-notes.md at 2019-06-09
  | Rendered using Apache Maven Fluido Skin 1.7
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -150,8 +150,7 @@
 <li>the web site: <a class="externalLink" href="https://maven.apache.org/">https://maven.apache.org/</a></li>
 <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>
-<div class="section">
+</ul><section>
 <h2><a name="Reporters_and_Contributors_of_this_release"></a>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>
@@ -174,63 +173,54 @@
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6344">MNG-6344</a> reporter and contributor: Sylwester Lachiewicz</li>
 </ul>
-<p>Many thanks to all reporters and contributors for their time and support.</p></div>
-<div class="section">
+<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>
-<p>Thank you also for your time and feedback.</p></div>
-<div class="section">
+<p>Thank you also for your time and feedback.</p></section><section>
 <h2><a name="Known_Issues"></a>Known Issues</h2>
-<p>At the time of release, there are no known regressions introduced by this release</p></div>
-<div class="section">
+<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>
 <p>This release is primarily aimed to resolve the two regressions introduced in the 3.5.3 release, specifically <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6372">MNG-6372</a> and <a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6388">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 <tt>maven-source-plugin</tt> <tt>jar</tt> goal into <tt>jar-no-fork</tt> which should resolve some issues complex projects had running releases.</li>
-</ul></div>
-<div class="section">
-<h2><a name="The_detailed_issue_list"></a><a href="#Details">The detailed issue list</a></h2>
-<div class="section">
+<li>The Maven Super POM changes the default execution of the maven-source-plugin jar goal into jar-no-fork 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>
 <ul>
 
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6370">MNG-6370</a> <tt>ConcurrencyDependencyGraph#getNumberOfBuilds()</tt> does not remove finished projects from unfinished ones</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6372">MNG-6372</a> On Windows Maven can output spurious ANSI escapes such as <tt>[0m [0m</tt></li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6382">MNG-6382</a> JANSI fails frequently with <tt>NumberFormatException</tt> when building in parallel</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6386">MNG-6386</a> <tt>${project.baseUri}</tt> is not a valid URI (according to RFC 3986)</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6388">MNG-6388</a> Error Fetching Artifacts: &#x201c;<tt>[B cannot be cast to java.lang.String</tt>&#x201d;</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6403">MNG-6403</a> <tt>Artifact#VERSION_FILE_PATTERN</tt> does not escape period between date and time</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6410">MNG-6410</a> Add <tt>groupId</tt> to <tt>--resume-from</tt> suggestion if <tt>artifactId</tt> is not unique in reactor</li>
-</ul></div>
-<div class="section">
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6370">MNG-6370</a> ConcurrencyDependencyGraph#getNumberOfBuilds() does not remove finished projects from unfinished ones</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6372">MNG-6372</a> On Windows Maven can output spurious ANSI escapes such as [0m [0m</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6382">MNG-6382</a> JANSI fails frequently with NumberFormatException when building in parallel</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6386">MNG-6386</a> ${project.baseUri} is not a valid URI (according to RFC 3986)</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6388">MNG-6388</a> Error Fetching Artifacts: &#x201c;[B cannot be cast to java.lang.String&#x201d;</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6403">MNG-6403</a> Artifact#VERSION_FILE_PATTERN does not escape period between date and time</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6410">MNG-6410</a> Add groupId to --resume-from suggestion if artifactId is not unique in reactor</li>
+</ul></section><section>
 <h3><a name="Improvements"></a>Improvements</h3>
 <ul>
 
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5756">MNG-5756</a> Java home output in <tt>mvn -v</tt> is misleading</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5940">MNG-5940</a> Change the <tt>maven-source-plugin</tt> <tt>jar</tt> goal into <tt>jar-no-fork</tt> in Maven Super POM</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5756">MNG-5756</a> Java home output in mvn -v is misleading</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-5940">MNG-5940</a> Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6362">MNG-6362</a> Add documentation information for GitHub</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6363">MNG-6363</a> Remove secret thread configuration property from code</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6364">MNG-6364</a> Enhanced <tt>Jenkinsfile</tt> to test Core with JDK 9</li>
-<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6411">MNG-6411</a> Improve readability of project list returned when <tt>--resume-from</tt> option value is invalid</li>
-</ul></div>
-<div class="section">
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6364">MNG-6364</a> Enhanced Jenkinsfile to test Core with JDK 9</li>
+<li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6411">MNG-6411</a> Improve readability of project list returned when --resume-from option value is invalid</li>
+</ul></section><section>
 <h3><a name="Tasks"></a>Tasks</h3>
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6377">MNG-6377</a> switch from Git-WIP to Gitbox</li>
-</ul></div>
-<div class="section">
+</ul></section><section>
 <h3><a name="Dependency_upgrades"></a>Dependency upgrades</h3>
 <ul>
 
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6344">MNG-6344</a> Upgrade Guice to 4.2.0</li>
 <li><a class="externalLink" href="https://issues.apache.org/jira/browse/MNG-6423">MNG-6423</a> Upgrade to Wagon 3.1.0</li>
 </ul>
-<p>The full list of changes can be found in our <a class="externalLink" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12342826">issue management system</a>.</p></div></div>
-<div class="section">
+<p>The full list of changes can be found in our <a class="externalLink" href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&amp;version=12342826">issue management system</a>.</p></section></section><section>
 <h2><a name="Complete_Release_Notes"></a>Complete Release Notes</h2>
-<p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></div>
+<p>See <a href="../../docs/history.html">complete release notes for all versions</a></p></section>
         </div>
       </div>
     </div>