elharo commented on code in PR #499: URL: https://github.com/apache/maven-resources-plugin/pull/499#discussion_r3695699165
########## pom.xml: ########## @@ -72,7 +72,7 @@ under the License. </distributionManagement> <properties> - <mavenVersion>4.0.0-rc-4</mavenVersion> + <mavenVersion>4.0.0-rc-5</mavenVersion> Review Comment: Correction: after further discussion I reverted the setter-based workaround. Following the same convention as maven-jar-plugin (which closed its 4.0.0-rc-5 bump waiting for 4.0.0-rc-6), this PR keeps `mavenVersion` on 4.0.0-rc-4 and does not try to paper over the rc-5 configurator bug (apache/maven#11425) in the plugin. All 27 ITs pass under rc-4 (verified locally and on the GitHub Actions matrix). The rc-5 failures are fixed by Maven itself in 4.0.0-rc-6; once that is published to Maven Central we can bump `mavenVersion` and the CI workflow (which currently pins rc-4). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
