This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch jdk25 in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
commit a1fccf81e7a6aeae210bc12e809f9fad887a7c90 Author: Hervé Boutemy <[email protected]> AuthorDate: Fri Oct 10 00:07:48 2025 +0200 Bump m-invoker-p to 3.9.1 for Java 25 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index fa593dc..48cbacb 100644 --- a/pom.xml +++ b/pom.xml @@ -76,6 +76,7 @@ <javaVersion>8</javaVersion> <mavenVersion>3.9.11</mavenVersion> <mavenArchiverVersion>3.6.4</mavenArchiverVersion> + <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin><!-- for JDK 25 --> <project.build.outputTimestamp>2024-06-16T12:09:50Z</project.build.outputTimestamp> </properties>
