dependabot[bot] opened a new pull request, #115:
URL: https://github.com/apache/maven-deploy-plugin/pull/115

   Bumps `mavenVersion` from 4.0.0-rc-2 to 4.0.0-rc-3.
   Updates `org.apache.maven:maven-api-core` from 4.0.0-rc-2 to 4.0.0-rc-3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/maven/releases";>org.apache.maven:maven-api-core's
 releases</a>.</em></p>
   <blockquote>
   <h2>Maven 4.0.0-rc-3</h2>
   <h1>Release notes</h1>
   <p>Maven has entered the release candidate phase and aims to be finally 
released in a few weeks.  Please give it a try and report errors.</p>
   <h1>Upgrading from Maven 3</h1>
   <p>Maven 4 brings a tons of changes.  We've tried hard to maximise 
compatibility with Maven 3.x, but in order to have your build work with Maven 
4, you will need to upgrade some plugins (such as 
<code>maven-enforcer-plugin</code>, <code>maven-remote-resources-plugin</code>, 
<code>maven-shade-plugin</code>, etc...) to their most recent versions.</p>
   <p>If your build is leveraging Maven extensions, you may very well expect 
some breakage. Some extensions may need to be updated:</p>
   <ul>
   <li>the useful, but unmaintained, <a 
href="https://github.com/trustin/os-maven-plugin/";><code>os-maven-plugin</code></a>
 extension has been replaced with at <a 
href="https://github.com/maveniverse/nisse";><code>nisse</code></a> 
extension.</li>
   </ul>
   <p>Contact the extensions' developers team to know their plans regarding 
supporting to Maven 4.</p>
   <h1>Upgrading from Maven 4.0.0-rc-2</h1>
   <p><strong>Important note about breaking changes:</strong> Maven 4.0.0-rc-3 
includes changes in the new API that will require updates in plugin targeting 
the new API, especially relating to [MNG-8395] which adds a new 
<code>&lt;source&gt;</code> element to the model and redirects the 
<code>&lt;sourceDirectory&gt;</code> element. Plugin developers will need to 
update their code to work with these changes.</p>
   <h1>Change log</h1>
   <h2>What's Changed</h2>
   <ul>
   <li>[MNG-8437] mvnsh by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1982";>apache/maven#1982</a></li>
   <li>[MNG-8438] maven-jline: Migrate to Maven DI (off javax.inject) by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1987";>apache/maven#1987</a></li>
   <li>[MNG-8433] Use the switch expressions syntax by <a 
href="https://github.com/CrazyHZM";><code>@​CrazyHZM</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1983";>apache/maven#1983</a></li>
   <li>[MNG-8436] Fix wrong transfer rates displayed in console by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1985";>apache/maven#1985</a></li>
   <li>Exclude maven-xml and maven-xml-impl (the artifact has been renamed) by 
<a href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1992";>apache/maven#1992</a></li>
   <li>[MNG-8446] Project cannot start due to too many warnings by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1993";>apache/maven#1993</a></li>
   <li>[MNG-8447] Lossy ProblemCollector by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1994";>apache/maven#1994</a></li>
   <li>[MNG-8454] Force the FileSizeFormat UT to US Locale by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2003";>apache/maven#2003</a></li>
   <li>[MNG-8460] Implement flush() by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2006";>apache/maven#2006</a></li>
   <li>[MNG-8463] Update plugins by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2005";>apache/maven#2005</a></li>
   <li>[MNG-8461] Initial settings method must restore context state by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2004";>apache/maven#2004</a></li>
   <li>[MNG-8465] Add support for project.rootDirectory in repositories and fix 
other expressions by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2007";>apache/maven#2007</a></li>
   <li>[MNG-8461] Integrate reproducer as IT by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2009";>apache/maven#2009</a></li>
   <li>[MNG-8469] Fix interpolation precedence order by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2011";>apache/maven#2011</a></li>
   <li>[MNG-8487] Completely isolate UTs by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2021";>apache/maven#2021</a></li>
   <li>MNG-8479 - Use 'ejb' not 'ejb3' as type in ReactorReader artifact 
resolution for compile phase by <a 
href="https://github.com/scottkurz";><code>@​scottkurz</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2016";>apache/maven#2016</a></li>
   <li>Copy edits in comments, API doc, and messages by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2020";>apache/maven#2020</a></li>
   <li>Fix comparisons against null in PathSource.equals by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2026";>apache/maven#2026</a></li>
   <li>[MNG-8502] Embedded executor should obey MAVEN_ARGS env variable by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2032";>apache/maven#2032</a></li>
   <li>[MNG-8475] In the loop scenario, StringBuilder is used instead of 
concatenation by <a 
href="https://github.com/CrazyHZM";><code>@​CrazyHZM</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2014";>apache/maven#2014</a></li>
   <li>[MNG-8473] Site fixes by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2010";>apache/maven#2010</a></li>
   <li>[MNG-8494] Restore Maven 3 compatibility by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2031";>apache/maven#2031</a></li>
   <li>[MNG-8482] Use instanceof assignments to get rid of casting expressions 
by <a href="https://github.com/breun";><code>@​breun</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2018";>apache/maven#2018</a></li>
   <li>[MNG-8483] Prefer Objects.requireNonNull by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2019";>apache/maven#2019</a></li>
   <li>[MNG-8493] 'serialVersionUID' can be annotated with '<a 
href="https://github.com/Serial";><code>@​Serial</code></a>' annotation by <a 
href="https://github.com/Stellar1999";><code>@​Stellar1999</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2034";>apache/maven#2034</a></li>
   <li>[MNG-8513] Be stricter about xml combination modes by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2038";>apache/maven#2038</a></li>
   <li>[MNG-8514] Improve VersionRangeResolverResult by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2039";>apache/maven#2039</a></li>
   <li>[MNG-8510] Remove Utils class from maven-di by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2040";>apache/maven#2040</a></li>
   <li>[MNG-8515] Use internal interpolator by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2044";>apache/maven#2044</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/maven/commit/3952d00ce65df6753b63a51e86b1f626c55a8df2";><code>3952d00</code></a>
 [maven-release-plugin] prepare release maven-4.0.0-rc-3</li>
   <li><a 
href="https://github.com/apache/maven/commit/ce86116518c5765615492de4e49db8cc33e464d0";><code>ce86116</code></a>
 [MNG-8610] Add javadoc for all o.a.m.api packages (<a 
href="https://redirect.github.com/apache/maven/issues/2142";>#2142</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/ece5dbb4220cf15544815a4d2fb83bc293f01f01";><code>ece5dbb</code></a>
 [MNG-8601] Add type test-java-source type (<a 
href="https://redirect.github.com/apache/maven/issues/2136";>#2136</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/cd7db1cfbe45298bbd550459bce0078ccc4896e9";><code>cd7db1c</code></a>
 [MNG-8588] Add activated profiles to Project interface (<a 
href="https://redirect.github.com/apache/maven/issues/2132";>#2132</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/12ff71079e54aeaaf7a93f3faa8fcb1dcde6aa1e";><code>12ff710</code></a>
 [MNG-8594] Add atFile option (<a 
href="https://redirect.github.com/apache/maven/issues/2131";>#2131</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/1cf5f4ab47b9863eb5101d5e826c54e8e63b8aae";><code>1cf5f4a</code></a>
 [MNG-8591] Fix default value for plugin resolution (which has always been 
nul...</li>
   <li><a 
href="https://github.com/apache/maven/commit/efae0a41f3942ff52d349fd05f2397a376fce230";><code>efae0a4</code></a>
 [MNG-8586] Expose Maven version segments as properties (<a 
href="https://redirect.github.com/apache/maven/issues/2116";>#2116</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/37ea5a80275070f072a75df766a070e74d5551b9";><code>37ea5a8</code></a>
 [MNG-8577] Project POM hierarchy (<a 
href="https://redirect.github.com/apache/maven/issues/2104";>#2104</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/5b77395cfd082a848792b9ed127440ab5e0b28c2";><code>5b77395</code></a>
 [MNG-8558] Switch toolchain support for v4 API (<a 
href="https://redirect.github.com/apache/maven/issues/2084";>#2084</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/edd246c3a54b9a3808249685dca2bebafeddd4c7";><code>edd246c</code></a>
 [MNG-8517] Cleanup dependencies (<a 
href="https://redirect.github.com/apache/maven/issues/2098";>#2098</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/maven/compare/maven-4.0.0-rc-2...maven-4.0.0-rc-3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.maven:maven-api-di` from 4.0.0-rc-2 to 4.0.0-rc-3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/maven/releases";>org.apache.maven:maven-api-di's 
releases</a>.</em></p>
   <blockquote>
   <h2>Maven 4.0.0-rc-3</h2>
   <h1>Release notes</h1>
   <p>Maven has entered the release candidate phase and aims to be finally 
released in a few weeks.  Please give it a try and report errors.</p>
   <h1>Upgrading from Maven 3</h1>
   <p>Maven 4 brings a tons of changes.  We've tried hard to maximise 
compatibility with Maven 3.x, but in order to have your build work with Maven 
4, you will need to upgrade some plugins (such as 
<code>maven-enforcer-plugin</code>, <code>maven-remote-resources-plugin</code>, 
<code>maven-shade-plugin</code>, etc...) to their most recent versions.</p>
   <p>If your build is leveraging Maven extensions, you may very well expect 
some breakage. Some extensions may need to be updated:</p>
   <ul>
   <li>the useful, but unmaintained, <a 
href="https://github.com/trustin/os-maven-plugin/";><code>os-maven-plugin</code></a>
 extension has been replaced with at <a 
href="https://github.com/maveniverse/nisse";><code>nisse</code></a> 
extension.</li>
   </ul>
   <p>Contact the extensions' developers team to know their plans regarding 
supporting to Maven 4.</p>
   <h1>Upgrading from Maven 4.0.0-rc-2</h1>
   <p><strong>Important note about breaking changes:</strong> Maven 4.0.0-rc-3 
includes changes in the new API that will require updates in plugin targeting 
the new API, especially relating to [MNG-8395] which adds a new 
<code>&lt;source&gt;</code> element to the model and redirects the 
<code>&lt;sourceDirectory&gt;</code> element. Plugin developers will need to 
update their code to work with these changes.</p>
   <h1>Change log</h1>
   <h2>What's Changed</h2>
   <ul>
   <li>[MNG-8437] mvnsh by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1982";>apache/maven#1982</a></li>
   <li>[MNG-8438] maven-jline: Migrate to Maven DI (off javax.inject) by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1987";>apache/maven#1987</a></li>
   <li>[MNG-8433] Use the switch expressions syntax by <a 
href="https://github.com/CrazyHZM";><code>@​CrazyHZM</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1983";>apache/maven#1983</a></li>
   <li>[MNG-8436] Fix wrong transfer rates displayed in console by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1985";>apache/maven#1985</a></li>
   <li>Exclude maven-xml and maven-xml-impl (the artifact has been renamed) by 
<a href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1992";>apache/maven#1992</a></li>
   <li>[MNG-8446] Project cannot start due to too many warnings by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1993";>apache/maven#1993</a></li>
   <li>[MNG-8447] Lossy ProblemCollector by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1994";>apache/maven#1994</a></li>
   <li>[MNG-8454] Force the FileSizeFormat UT to US Locale by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2003";>apache/maven#2003</a></li>
   <li>[MNG-8460] Implement flush() by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2006";>apache/maven#2006</a></li>
   <li>[MNG-8463] Update plugins by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2005";>apache/maven#2005</a></li>
   <li>[MNG-8461] Initial settings method must restore context state by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2004";>apache/maven#2004</a></li>
   <li>[MNG-8465] Add support for project.rootDirectory in repositories and fix 
other expressions by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2007";>apache/maven#2007</a></li>
   <li>[MNG-8461] Integrate reproducer as IT by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2009";>apache/maven#2009</a></li>
   <li>[MNG-8469] Fix interpolation precedence order by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2011";>apache/maven#2011</a></li>
   <li>[MNG-8487] Completely isolate UTs by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2021";>apache/maven#2021</a></li>
   <li>MNG-8479 - Use 'ejb' not 'ejb3' as type in ReactorReader artifact 
resolution for compile phase by <a 
href="https://github.com/scottkurz";><code>@​scottkurz</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2016";>apache/maven#2016</a></li>
   <li>Copy edits in comments, API doc, and messages by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2020";>apache/maven#2020</a></li>
   <li>Fix comparisons against null in PathSource.equals by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2026";>apache/maven#2026</a></li>
   <li>[MNG-8502] Embedded executor should obey MAVEN_ARGS env variable by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2032";>apache/maven#2032</a></li>
   <li>[MNG-8475] In the loop scenario, StringBuilder is used instead of 
concatenation by <a 
href="https://github.com/CrazyHZM";><code>@​CrazyHZM</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2014";>apache/maven#2014</a></li>
   <li>[MNG-8473] Site fixes by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2010";>apache/maven#2010</a></li>
   <li>[MNG-8494] Restore Maven 3 compatibility by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2031";>apache/maven#2031</a></li>
   <li>[MNG-8482] Use instanceof assignments to get rid of casting expressions 
by <a href="https://github.com/breun";><code>@​breun</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2018";>apache/maven#2018</a></li>
   <li>[MNG-8483] Prefer Objects.requireNonNull by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2019";>apache/maven#2019</a></li>
   <li>[MNG-8493] 'serialVersionUID' can be annotated with '<a 
href="https://github.com/Serial";><code>@​Serial</code></a>' annotation by <a 
href="https://github.com/Stellar1999";><code>@​Stellar1999</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2034";>apache/maven#2034</a></li>
   <li>[MNG-8513] Be stricter about xml combination modes by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2038";>apache/maven#2038</a></li>
   <li>[MNG-8514] Improve VersionRangeResolverResult by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2039";>apache/maven#2039</a></li>
   <li>[MNG-8510] Remove Utils class from maven-di by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2040";>apache/maven#2040</a></li>
   <li>[MNG-8515] Use internal interpolator by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2044";>apache/maven#2044</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/maven/commit/3952d00ce65df6753b63a51e86b1f626c55a8df2";><code>3952d00</code></a>
 [maven-release-plugin] prepare release maven-4.0.0-rc-3</li>
   <li><a 
href="https://github.com/apache/maven/commit/ce86116518c5765615492de4e49db8cc33e464d0";><code>ce86116</code></a>
 [MNG-8610] Add javadoc for all o.a.m.api packages (<a 
href="https://redirect.github.com/apache/maven/issues/2142";>#2142</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/ece5dbb4220cf15544815a4d2fb83bc293f01f01";><code>ece5dbb</code></a>
 [MNG-8601] Add type test-java-source type (<a 
href="https://redirect.github.com/apache/maven/issues/2136";>#2136</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/cd7db1cfbe45298bbd550459bce0078ccc4896e9";><code>cd7db1c</code></a>
 [MNG-8588] Add activated profiles to Project interface (<a 
href="https://redirect.github.com/apache/maven/issues/2132";>#2132</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/12ff71079e54aeaaf7a93f3faa8fcb1dcde6aa1e";><code>12ff710</code></a>
 [MNG-8594] Add atFile option (<a 
href="https://redirect.github.com/apache/maven/issues/2131";>#2131</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/1cf5f4ab47b9863eb5101d5e826c54e8e63b8aae";><code>1cf5f4a</code></a>
 [MNG-8591] Fix default value for plugin resolution (which has always been 
nul...</li>
   <li><a 
href="https://github.com/apache/maven/commit/efae0a41f3942ff52d349fd05f2397a376fce230";><code>efae0a4</code></a>
 [MNG-8586] Expose Maven version segments as properties (<a 
href="https://redirect.github.com/apache/maven/issues/2116";>#2116</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/37ea5a80275070f072a75df766a070e74d5551b9";><code>37ea5a8</code></a>
 [MNG-8577] Project POM hierarchy (<a 
href="https://redirect.github.com/apache/maven/issues/2104";>#2104</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/5b77395cfd082a848792b9ed127440ab5e0b28c2";><code>5b77395</code></a>
 [MNG-8558] Switch toolchain support for v4 API (<a 
href="https://redirect.github.com/apache/maven/issues/2084";>#2084</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/edd246c3a54b9a3808249685dca2bebafeddd4c7";><code>edd246c</code></a>
 [MNG-8517] Cleanup dependencies (<a 
href="https://redirect.github.com/apache/maven/issues/2098";>#2098</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/maven/compare/maven-4.0.0-rc-2...maven-4.0.0-rc-3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.maven:maven-api-annotations` from 4.0.0-rc-2 to 
4.0.0-rc-3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/maven/releases";>org.apache.maven:maven-api-annotations's
 releases</a>.</em></p>
   <blockquote>
   <h2>Maven 4.0.0-rc-3</h2>
   <h1>Release notes</h1>
   <p>Maven has entered the release candidate phase and aims to be finally 
released in a few weeks.  Please give it a try and report errors.</p>
   <h1>Upgrading from Maven 3</h1>
   <p>Maven 4 brings a tons of changes.  We've tried hard to maximise 
compatibility with Maven 3.x, but in order to have your build work with Maven 
4, you will need to upgrade some plugins (such as 
<code>maven-enforcer-plugin</code>, <code>maven-remote-resources-plugin</code>, 
<code>maven-shade-plugin</code>, etc...) to their most recent versions.</p>
   <p>If your build is leveraging Maven extensions, you may very well expect 
some breakage. Some extensions may need to be updated:</p>
   <ul>
   <li>the useful, but unmaintained, <a 
href="https://github.com/trustin/os-maven-plugin/";><code>os-maven-plugin</code></a>
 extension has been replaced with at <a 
href="https://github.com/maveniverse/nisse";><code>nisse</code></a> 
extension.</li>
   </ul>
   <p>Contact the extensions' developers team to know their plans regarding 
supporting to Maven 4.</p>
   <h1>Upgrading from Maven 4.0.0-rc-2</h1>
   <p><strong>Important note about breaking changes:</strong> Maven 4.0.0-rc-3 
includes changes in the new API that will require updates in plugin targeting 
the new API, especially relating to [MNG-8395] which adds a new 
<code>&lt;source&gt;</code> element to the model and redirects the 
<code>&lt;sourceDirectory&gt;</code> element. Plugin developers will need to 
update their code to work with these changes.</p>
   <h1>Change log</h1>
   <h2>What's Changed</h2>
   <ul>
   <li>[MNG-8437] mvnsh by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1982";>apache/maven#1982</a></li>
   <li>[MNG-8438] maven-jline: Migrate to Maven DI (off javax.inject) by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1987";>apache/maven#1987</a></li>
   <li>[MNG-8433] Use the switch expressions syntax by <a 
href="https://github.com/CrazyHZM";><code>@​CrazyHZM</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1983";>apache/maven#1983</a></li>
   <li>[MNG-8436] Fix wrong transfer rates displayed in console by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1985";>apache/maven#1985</a></li>
   <li>Exclude maven-xml and maven-xml-impl (the artifact has been renamed) by 
<a href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1992";>apache/maven#1992</a></li>
   <li>[MNG-8446] Project cannot start due to too many warnings by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1993";>apache/maven#1993</a></li>
   <li>[MNG-8447] Lossy ProblemCollector by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1994";>apache/maven#1994</a></li>
   <li>[MNG-8454] Force the FileSizeFormat UT to US Locale by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2003";>apache/maven#2003</a></li>
   <li>[MNG-8460] Implement flush() by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2006";>apache/maven#2006</a></li>
   <li>[MNG-8463] Update plugins by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2005";>apache/maven#2005</a></li>
   <li>[MNG-8461] Initial settings method must restore context state by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2004";>apache/maven#2004</a></li>
   <li>[MNG-8465] Add support for project.rootDirectory in repositories and fix 
other expressions by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2007";>apache/maven#2007</a></li>
   <li>[MNG-8461] Integrate reproducer as IT by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2009";>apache/maven#2009</a></li>
   <li>[MNG-8469] Fix interpolation precedence order by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2011";>apache/maven#2011</a></li>
   <li>[MNG-8487] Completely isolate UTs by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2021";>apache/maven#2021</a></li>
   <li>MNG-8479 - Use 'ejb' not 'ejb3' as type in ReactorReader artifact 
resolution for compile phase by <a 
href="https://github.com/scottkurz";><code>@​scottkurz</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2016";>apache/maven#2016</a></li>
   <li>Copy edits in comments, API doc, and messages by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2020";>apache/maven#2020</a></li>
   <li>Fix comparisons against null in PathSource.equals by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2026";>apache/maven#2026</a></li>
   <li>[MNG-8502] Embedded executor should obey MAVEN_ARGS env variable by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2032";>apache/maven#2032</a></li>
   <li>[MNG-8475] In the loop scenario, StringBuilder is used instead of 
concatenation by <a 
href="https://github.com/CrazyHZM";><code>@​CrazyHZM</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2014";>apache/maven#2014</a></li>
   <li>[MNG-8473] Site fixes by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2010";>apache/maven#2010</a></li>
   <li>[MNG-8494] Restore Maven 3 compatibility by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2031";>apache/maven#2031</a></li>
   <li>[MNG-8482] Use instanceof assignments to get rid of casting expressions 
by <a href="https://github.com/breun";><code>@​breun</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2018";>apache/maven#2018</a></li>
   <li>[MNG-8483] Prefer Objects.requireNonNull by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2019";>apache/maven#2019</a></li>
   <li>[MNG-8493] 'serialVersionUID' can be annotated with '<a 
href="https://github.com/Serial";><code>@​Serial</code></a>' annotation by <a 
href="https://github.com/Stellar1999";><code>@​Stellar1999</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2034";>apache/maven#2034</a></li>
   <li>[MNG-8513] Be stricter about xml combination modes by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2038";>apache/maven#2038</a></li>
   <li>[MNG-8514] Improve VersionRangeResolverResult by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2039";>apache/maven#2039</a></li>
   <li>[MNG-8510] Remove Utils class from maven-di by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2040";>apache/maven#2040</a></li>
   <li>[MNG-8515] Use internal interpolator by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2044";>apache/maven#2044</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/maven/commit/3952d00ce65df6753b63a51e86b1f626c55a8df2";><code>3952d00</code></a>
 [maven-release-plugin] prepare release maven-4.0.0-rc-3</li>
   <li><a 
href="https://github.com/apache/maven/commit/ce86116518c5765615492de4e49db8cc33e464d0";><code>ce86116</code></a>
 [MNG-8610] Add javadoc for all o.a.m.api packages (<a 
href="https://redirect.github.com/apache/maven/issues/2142";>#2142</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/ece5dbb4220cf15544815a4d2fb83bc293f01f01";><code>ece5dbb</code></a>
 [MNG-8601] Add type test-java-source type (<a 
href="https://redirect.github.com/apache/maven/issues/2136";>#2136</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/cd7db1cfbe45298bbd550459bce0078ccc4896e9";><code>cd7db1c</code></a>
 [MNG-8588] Add activated profiles to Project interface (<a 
href="https://redirect.github.com/apache/maven/issues/2132";>#2132</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/12ff71079e54aeaaf7a93f3faa8fcb1dcde6aa1e";><code>12ff710</code></a>
 [MNG-8594] Add atFile option (<a 
href="https://redirect.github.com/apache/maven/issues/2131";>#2131</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/1cf5f4ab47b9863eb5101d5e826c54e8e63b8aae";><code>1cf5f4a</code></a>
 [MNG-8591] Fix default value for plugin resolution (which has always been 
nul...</li>
   <li><a 
href="https://github.com/apache/maven/commit/efae0a41f3942ff52d349fd05f2397a376fce230";><code>efae0a4</code></a>
 [MNG-8586] Expose Maven version segments as properties (<a 
href="https://redirect.github.com/apache/maven/issues/2116";>#2116</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/37ea5a80275070f072a75df766a070e74d5551b9";><code>37ea5a8</code></a>
 [MNG-8577] Project POM hierarchy (<a 
href="https://redirect.github.com/apache/maven/issues/2104";>#2104</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/5b77395cfd082a848792b9ed127440ab5e0b28c2";><code>5b77395</code></a>
 [MNG-8558] Switch toolchain support for v4 API (<a 
href="https://redirect.github.com/apache/maven/issues/2084";>#2084</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/edd246c3a54b9a3808249685dca2bebafeddd4c7";><code>edd246c</code></a>
 [MNG-8517] Cleanup dependencies (<a 
href="https://redirect.github.com/apache/maven/issues/2098";>#2098</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/maven/compare/maven-4.0.0-rc-2...maven-4.0.0-rc-3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.maven:maven-api-model` from 4.0.0-rc-2 to 4.0.0-rc-3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/maven/releases";>org.apache.maven:maven-api-model's
 releases</a>.</em></p>
   <blockquote>
   <h2>Maven 4.0.0-rc-3</h2>
   <h1>Release notes</h1>
   <p>Maven has entered the release candidate phase and aims to be finally 
released in a few weeks.  Please give it a try and report errors.</p>
   <h1>Upgrading from Maven 3</h1>
   <p>Maven 4 brings a tons of changes.  We've tried hard to maximise 
compatibility with Maven 3.x, but in order to have your build work with Maven 
4, you will need to upgrade some plugins (such as 
<code>maven-enforcer-plugin</code>, <code>maven-remote-resources-plugin</code>, 
<code>maven-shade-plugin</code>, etc...) to their most recent versions.</p>
   <p>If your build is leveraging Maven extensions, you may very well expect 
some breakage. Some extensions may need to be updated:</p>
   <ul>
   <li>the useful, but unmaintained, <a 
href="https://github.com/trustin/os-maven-plugin/";><code>os-maven-plugin</code></a>
 extension has been replaced with at <a 
href="https://github.com/maveniverse/nisse";><code>nisse</code></a> 
extension.</li>
   </ul>
   <p>Contact the extensions' developers team to know their plans regarding 
supporting to Maven 4.</p>
   <h1>Upgrading from Maven 4.0.0-rc-2</h1>
   <p><strong>Important note about breaking changes:</strong> Maven 4.0.0-rc-3 
includes changes in the new API that will require updates in plugin targeting 
the new API, especially relating to [MNG-8395] which adds a new 
<code>&lt;source&gt;</code> element to the model and redirects the 
<code>&lt;sourceDirectory&gt;</code> element. Plugin developers will need to 
update their code to work with these changes.</p>
   <h1>Change log</h1>
   <h2>What's Changed</h2>
   <ul>
   <li>[MNG-8437] mvnsh by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1982";>apache/maven#1982</a></li>
   <li>[MNG-8438] maven-jline: Migrate to Maven DI (off javax.inject) by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1987";>apache/maven#1987</a></li>
   <li>[MNG-8433] Use the switch expressions syntax by <a 
href="https://github.com/CrazyHZM";><code>@​CrazyHZM</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1983";>apache/maven#1983</a></li>
   <li>[MNG-8436] Fix wrong transfer rates displayed in console by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1985";>apache/maven#1985</a></li>
   <li>Exclude maven-xml and maven-xml-impl (the artifact has been renamed) by 
<a href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1992";>apache/maven#1992</a></li>
   <li>[MNG-8446] Project cannot start due to too many warnings by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1993";>apache/maven#1993</a></li>
   <li>[MNG-8447] Lossy ProblemCollector by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1994";>apache/maven#1994</a></li>
   <li>[MNG-8454] Force the FileSizeFormat UT to US Locale by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2003";>apache/maven#2003</a></li>
   <li>[MNG-8460] Implement flush() by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2006";>apache/maven#2006</a></li>
   <li>[MNG-8463] Update plugins by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2005";>apache/maven#2005</a></li>
   <li>[MNG-8461] Initial settings method must restore context state by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2004";>apache/maven#2004</a></li>
   <li>[MNG-8465] Add support for project.rootDirectory in repositories and fix 
other expressions by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2007";>apache/maven#2007</a></li>
   <li>[MNG-8461] Integrate reproducer as IT by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2009";>apache/maven#2009</a></li>
   <li>[MNG-8469] Fix interpolation precedence order by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2011";>apache/maven#2011</a></li>
   <li>[MNG-8487] Completely isolate UTs by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2021";>apache/maven#2021</a></li>
   <li>MNG-8479 - Use 'ejb' not 'ejb3' as type in ReactorReader artifact 
resolution for compile phase by <a 
href="https://github.com/scottkurz";><code>@​scottkurz</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2016";>apache/maven#2016</a></li>
   <li>Copy edits in comments, API doc, and messages by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2020";>apache/maven#2020</a></li>
   <li>Fix comparisons against null in PathSource.equals by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2026";>apache/maven#2026</a></li>
   <li>[MNG-8502] Embedded executor should obey MAVEN_ARGS env variable by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2032";>apache/maven#2032</a></li>
   <li>[MNG-8475] In the loop scenario, StringBuilder is used instead of 
concatenation by <a 
href="https://github.com/CrazyHZM";><code>@​CrazyHZM</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2014";>apache/maven#2014</a></li>
   <li>[MNG-8473] Site fixes by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2010";>apache/maven#2010</a></li>
   <li>[MNG-8494] Restore Maven 3 compatibility by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2031";>apache/maven#2031</a></li>
   <li>[MNG-8482] Use instanceof assignments to get rid of casting expressions 
by <a href="https://github.com/breun";><code>@​breun</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2018";>apache/maven#2018</a></li>
   <li>[MNG-8483] Prefer Objects.requireNonNull by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2019";>apache/maven#2019</a></li>
   <li>[MNG-8493] 'serialVersionUID' can be annotated with '<a 
href="https://github.com/Serial";><code>@​Serial</code></a>' annotation by <a 
href="https://github.com/Stellar1999";><code>@​Stellar1999</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2034";>apache/maven#2034</a></li>
   <li>[MNG-8513] Be stricter about xml combination modes by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2038";>apache/maven#2038</a></li>
   <li>[MNG-8514] Improve VersionRangeResolverResult by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2039";>apache/maven#2039</a></li>
   <li>[MNG-8510] Remove Utils class from maven-di by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2040";>apache/maven#2040</a></li>
   <li>[MNG-8515] Use internal interpolator by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2044";>apache/maven#2044</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/maven/commit/3952d00ce65df6753b63a51e86b1f626c55a8df2";><code>3952d00</code></a>
 [maven-release-plugin] prepare release maven-4.0.0-rc-3</li>
   <li><a 
href="https://github.com/apache/maven/commit/ce86116518c5765615492de4e49db8cc33e464d0";><code>ce86116</code></a>
 [MNG-8610] Add javadoc for all o.a.m.api packages (<a 
href="https://redirect.github.com/apache/maven/issues/2142";>#2142</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/ece5dbb4220cf15544815a4d2fb83bc293f01f01";><code>ece5dbb</code></a>
 [MNG-8601] Add type test-java-source type (<a 
href="https://redirect.github.com/apache/maven/issues/2136";>#2136</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/cd7db1cfbe45298bbd550459bce0078ccc4896e9";><code>cd7db1c</code></a>
 [MNG-8588] Add activated profiles to Project interface (<a 
href="https://redirect.github.com/apache/maven/issues/2132";>#2132</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/12ff71079e54aeaaf7a93f3faa8fcb1dcde6aa1e";><code>12ff710</code></a>
 [MNG-8594] Add atFile option (<a 
href="https://redirect.github.com/apache/maven/issues/2131";>#2131</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/1cf5f4ab47b9863eb5101d5e826c54e8e63b8aae";><code>1cf5f4a</code></a>
 [MNG-8591] Fix default value for plugin resolution (which has always been 
nul...</li>
   <li><a 
href="https://github.com/apache/maven/commit/efae0a41f3942ff52d349fd05f2397a376fce230";><code>efae0a4</code></a>
 [MNG-8586] Expose Maven version segments as properties (<a 
href="https://redirect.github.com/apache/maven/issues/2116";>#2116</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/37ea5a80275070f072a75df766a070e74d5551b9";><code>37ea5a8</code></a>
 [MNG-8577] Project POM hierarchy (<a 
href="https://redirect.github.com/apache/maven/issues/2104";>#2104</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/5b77395cfd082a848792b9ed127440ab5e0b28c2";><code>5b77395</code></a>
 [MNG-8558] Switch toolchain support for v4 API (<a 
href="https://redirect.github.com/apache/maven/issues/2084";>#2084</a>)</li>
   <li><a 
href="https://github.com/apache/maven/commit/edd246c3a54b9a3808249685dca2bebafeddd4c7";><code>edd246c</code></a>
 [MNG-8517] Cleanup dependencies (<a 
href="https://redirect.github.com/apache/maven/issues/2098";>#2098</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/maven/compare/maven-4.0.0-rc-2...maven-4.0.0-rc-3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.maven:maven-core` from 4.0.0-rc-2 to 4.0.0-rc-3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/maven/releases";>org.apache.maven:maven-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>Maven 4.0.0-rc-3</h2>
   <h1>Release notes</h1>
   <p>Maven has entered the release candidate phase and aims to be finally 
released in a few weeks.  Please give it a try and report errors.</p>
   <h1>Upgrading from Maven 3</h1>
   <p>Maven 4 brings a tons of changes.  We've tried hard to maximise 
compatibility with Maven 3.x, but in order to have your build work with Maven 
4, you will need to upgrade some plugins (such as 
<code>maven-enforcer-plugin</code>, <code>maven-remote-resources-plugin</code>, 
<code>maven-shade-plugin</code>, etc...) to their most recent versions.</p>
   <p>If your build is leveraging Maven extensions, you may very well expect 
some breakage. Some extensions may need to be updated:</p>
   <ul>
   <li>the useful, but unmaintained, <a 
href="https://github.com/trustin/os-maven-plugin/";><code>os-maven-plugin</code></a>
 extension has been replaced with at <a 
href="https://github.com/maveniverse/nisse";><code>nisse</code></a> 
extension.</li>
   </ul>
   <p>Contact the extensions' developers team to know their plans regarding 
supporting to Maven 4.</p>
   <h1>Upgrading from Maven 4.0.0-rc-2</h1>
   <p><strong>Important note about breaking changes:</strong> Maven 4.0.0-rc-3 
includes changes in the new API that will require updates in plugin targeting 
the new API, especially relating to [MNG-8395] which adds a new 
<code>&lt;source&gt;</code> element to the model and redirects the 
<code>&lt;sourceDirectory&gt;</code> element. Plugin developers will need to 
update their code to work with these changes.</p>
   <h1>Change log</h1>
   <h2>What's Changed</h2>
   <ul>
   <li>[MNG-8437] mvnsh by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1982";>apache/maven#1982</a></li>
   <li>[MNG-8438] maven-jline: Migrate to Maven DI (off javax.inject) by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1987";>apache/maven#1987</a></li>
   <li>[MNG-8433] Use the switch expressions syntax by <a 
href="https://github.com/CrazyHZM";><code>@​CrazyHZM</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1983";>apache/maven#1983</a></li>
   <li>[MNG-8436] Fix wrong transfer rates displayed in console by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1985";>apache/maven#1985</a></li>
   <li>Exclude maven-xml and maven-xml-impl (the artifact has been renamed) by 
<a href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1992";>apache/maven#1992</a></li>
   <li>[MNG-8446] Project cannot start due to too many warnings by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1993";>apache/maven#1993</a></li>
   <li>[MNG-8447] Lossy ProblemCollector by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1994";>apache/maven#1994</a></li>
   <li>[MNG-8454] Force the FileSizeFormat UT to US Locale by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2003";>apache/maven#2003</a></li>
   <li>[MNG-8460] Implement flush() by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2006";>apache/maven#2006</a></li>
   <li>[MNG-8463] Update plugins by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2005";>apache/maven#2005</a></li>
   <li>[MNG-8461] Initial settings method must restore context state by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2004";>apache/maven#2004</a></li>
   <li>[MNG-8465] Add support for project.rootDirectory in repositories and fix 
other expressions by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2007";>apache/maven#2007</a></li>
   <li>[MNG-8461] Integrate reproducer as IT by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2009";>apache/maven#2009</a></li>
   <li>[MNG-8469] Fix interpolation precedence order by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2011";>apache/maven#2011</a></li>
   <li>[MNG-8487] Completely isolate UTs by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2021";>apache/maven#2021</a></li>
   <li>MNG-8479 - Use 'ejb' not 'ejb3' as type in ReactorReader artifact 
resolution for compile phase by <a 
href="https://github.com/scottkurz";><code>@​scottkurz</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2016";>apache/maven#2016</a></li>
   <li>Copy edits in comments, API doc, and messages by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2020";>apache/maven#2020</a></li>
   <li>Fix comparisons against null in PathSource.equals by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2026";>apache/maven#2026</a></li>
   <li>[MNG-8502] Embedded executor should obey MAVEN_ARGS env variable by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2032";>apache/maven#2032</a></li>
   <li>[MNG-8475] In the loop scenario, StringBuilder is used instead of 
concatenation by <a 
href="https://github.com/CrazyHZM";><code>@​CrazyHZM</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2014";>apache/maven#2014</a></li>
   <li>[MNG-8473] Site fixes by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2010";>apache/maven#2010</a></li>
   <li>[MNG-8494] Restore Maven 3 compatibility by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2031";>apache/maven#2031</a></li>
   <li>[MNG-8482] Use instanceof assignments to get rid of casting expressions 
by <a href="https://github.com/breun";><code>@​breun</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2018";>apache/maven#2018</a></li>
   <li>[MNG-8483] Prefer Objects.requireNonNull by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2019";>apache/maven#2019</a></li>
   <li>[MNG-8493] 'serialVersionUID' can be annotated with '<a 
href="https://github.com/Serial";><code>@​Serial</code></a>' annotation by <a 
href="https://github.com/Stellar1999";><code>@​Stellar1999</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2034";>apache/maven#2034</a></li>
   <li>[MNG-8513] Be stricter about xml combination modes by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2038";>apache/maven#2038</a></li>
   <li>[MNG-8514] Improve VersionRangeResolverResult by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2039";>apache/maven#2039</a></li>
   <li>[MNG-8510] Remove Utils class from maven-di by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2040";>apache/maven#2040</a></li>
   <li>[MNG-8515] Use internal interpolator by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2044";>apache/maven#2044</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/apache/maven/compare/maven-4.0.0-rc-2...maven-4.0.0-rc-3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.maven:maven-impl` from 4.0.0-rc-2 to 4.0.0-rc-3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/maven/releases";>org.apache.maven:maven-impl's 
releases</a>.</em></p>
   <blockquote>
   <h2>Maven 4.0.0-rc-3</h2>
   <h1>Release notes</h1>
   <p>Maven has entered the release candidate phase and aims to be finally 
released in a few weeks.  Please give it a try and report errors.</p>
   <h1>Upgrading from Maven 3</h1>
   <p>Maven 4 brings a tons of changes.  We've tried hard to maximise 
compatibility with Maven 3.x, but in order to have your build work with Maven 
4, you will need to upgrade some plugins (such as 
<code>maven-enforcer-plugin</code>, <code>maven-remote-resources-plugin</code>, 
<code>maven-shade-plugin</code>, etc...) to their most recent versions.</p>
   <p>If your build is leveraging Maven extensions, you may very well expect 
some breakage. Some extensions may need to be updated:</p>
   <ul>
   <li>the useful, but unmaintained, <a 
href="https://github.com/trustin/os-maven-plugin/";><code>os-maven-plugin</code></a>
 extension has been replaced with at <a 
href="https://github.com/maveniverse/nisse";><code>nisse</code></a> 
extension.</li>
   </ul>
   <p>Contact the extensions' developers team to know their plans regarding 
supporting to Maven 4.</p>
   <h1>Upgrading from Maven 4.0.0-rc-2</h1>
   <p><strong>Important note about breaking changes:</strong> Maven 4.0.0-rc-3 
includes changes in the new API that will require updates in plugin targeting 
the new API, especially relating to [MNG-8395] which adds a new 
<code>&lt;source&gt;</code> element to the model and redirects the 
<code>&lt;sourceDirectory&gt;</code> element. Plugin developers will need to 
update their code to work with these changes.</p>
   <h1>Change log</h1>
   <h2>What's Changed</h2>
   <ul>
   <li>[MNG-8437] mvnsh by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1982";>apache/maven#1982</a></li>
   <li>[MNG-8438] maven-jline: Migrate to Maven DI (off javax.inject) by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1987";>apache/maven#1987</a></li>
   <li>[MNG-8433] Use the switch expressions syntax by <a 
href="https://github.com/CrazyHZM";><code>@​CrazyHZM</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1983";>apache/maven#1983</a></li>
   <li>[MNG-8436] Fix wrong transfer rates displayed in console by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1985";>apache/maven#1985</a></li>
   <li>Exclude maven-xml and maven-xml-impl (the artifact has been renamed) by 
<a href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1992";>apache/maven#1992</a></li>
   <li>[MNG-8446] Project cannot start due to too many warnings by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1993";>apache/maven#1993</a></li>
   <li>[MNG-8447] Lossy ProblemCollector by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/1994";>apache/maven#1994</a></li>
   <li>[MNG-8454] Force the FileSizeFormat UT to US Locale by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2003";>apache/maven#2003</a></li>
   <li>[MNG-8460] Implement flush() by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2006";>apache/maven#2006</a></li>
   <li>[MNG-8463] Update plugins by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2005";>apache/maven#2005</a></li>
   <li>[MNG-8461] Initial settings method must restore context state by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2004";>apache/maven#2004</a></li>
   <li>[MNG-8465] Add support for project.rootDirectory in repositories and fix 
other expressions by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2007";>apache/maven#2007</a></li>
   <li>[MNG-8461] Integrate reproducer as IT by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2009";>apache/maven#2009</a></li>
   <li>[MNG-8469] Fix interpolation precedence order by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2011";>apache/maven#2011</a></li>
   <li>[MNG-8487] Completely isolate UTs by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2021";>apache/maven#2021</a></li>
   <li>MNG-8479 - Use 'ejb' not 'ejb3' as type in ReactorReader artifact 
resolution for compile phase by <a 
href="https://github.com/scottkurz";><code>@​scottkurz</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2016";>apache/maven#2016</a></li>
   <li>Copy edits in comments, API doc, and messages by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2020";>apache/maven#2020</a></li>
   <li>Fix comparisons against null in PathSource.equals by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2026";>apache/maven#2026</a></li>
   <li>[MNG-8502] Embedded executor should obey MAVEN_ARGS env variable by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2032";>apache/maven#2032</a></li>
   <li>[MNG-8475] In the loop scenario, StringBuilder is used instead of 
concatenation by <a 
href="https://github.com/CrazyHZM";><code>@​CrazyHZM</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2014";>apache/maven#2014</a></li>
   <li>[MNG-8473] Site fixes by <a 
href="https://github.com/cstamas";><code>@​cstamas</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2010";>apache/maven#2010</a></li>
   <li>[MNG-8494] Restore Maven 3 compatibility by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2031";>apache/maven#2031</a></li>
   <li>[MNG-8482] Use instanceof assignments to get rid of casting expressions 
by <a href="https://github.com/breun";><code>@​breun</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2018";>apache/maven#2018</a></li>
   <li>[MNG-8483] Prefer Objects.requireNonNull by <a 
href="https://github.com/elharo";><code>@​elharo</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2019";>apache/maven#2019</a></li>
   <li>[MNG-8493] 'serialVersionUID' can be annotated with '<a 
href="https://github.com/Serial";><code>@​Serial</code></a>' annotation by <a 
href="https://github.com/Stellar1999";><code>@​Stellar1999</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2034";>apache/maven#2034</a></li>
   <li>[MNG-8513] Be stricter about xml combination modes by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2038";>apache/maven#2038</a></li>
   <li>[MNG-8514] Improve VersionRangeResolverResult by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2039";>apache/maven#2039</a></li>
   <li>[MNG-8510] Remove Utils class from maven-di by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2040";>apache/maven#2040</a></li>
   <li>[MNG-8515] Use internal interpolator by <a 
href="https://github.com/gnodet";><code>@​gnodet</code></a> in <a 
href="https://redirect.github.com/apache/maven/pull/2044";>apache/maven#2044</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/apache/maven/compare/maven-4.0.0-rc-2...maven-4.0.0-rc-3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to