This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit dd76b022f9ebd1578c012c38f002477380cf8a71 Author: cdouillard <[email protected]> AuthorDate: Wed Jul 16 12:09:47 2025 +0200 Remove unnecessary sisuPlexusVersion property from the pom --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 572e631..ddfd6be 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,6 @@ under the License. <guiceVersion>6.0.0</guiceVersion> <mockitoVersion>5.18.0</mockitoVersion> <mavenPluginTestingHarnessVersion>4.0.0-beta-4</mavenPluginTestingHarnessVersion> - <sisuPlexusVersion>0.9.0.M2</sisuPlexusVersion> <eclipseCompilerVersion>3.42.0</eclipseCompilerVersion> <version.maven-plugin-tools-3.x>3.13.1</version.maven-plugin-tools-3.x> <version.maven-plugin-tools>4.0.0-beta-1</version.maven-plugin-tools>
