gnodet commented on PR #271: URL: https://github.com/apache/maven-compiler-plugin/pull/271#issuecomment-2475654028
@desruisseaux the plugin has been released could you patch with the following: ``` diff --git a/pom.xml b/pom.xml index 51acb63..bacbec8 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ under the License. <junit4Version>4.13.2</junit4Version> <junitVersion>5.10.1</junitVersion> <mockitoVersion>5.12.0</mockitoVersion> - <mavenPluginTestingHarnessVersion>4.0.0-beta-2-SNAPSHOT</mavenPluginTestingHarnessVersion> + <mavenPluginTestingHarnessVersion>4.0.0-beta-2</mavenPluginTestingHarnessVersion> <plexusCompilerVersion>2.15.0</plexusCompilerVersion> <plexusJavaVersion>1.2.0</plexusJavaVersion> <sisuPlexusVersion>0.9.0.M2</sisuPlexusVersion> ``` -- 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