This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch maven-compiler-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit 8ea735c1d03607055069660f45a20ef4f7213c2d Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Jun 14 21:38:07 2026 +0200 Remove version from maven-invoker-plugin Remove version specification for maven-invoker-plugin. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 15f7355..b3415e3 100644 --- a/pom.xml +++ b/pom.xml @@ -232,7 +232,6 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> - <version>3.10.1</version> <executions> <execution> <id>integration-test</id>
