This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch sdf in repository https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git
commit 2b6e3610fb2c642eaac08052e0f09b22cbf6c8d3 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Nov 16 11:15:22 2025 +0100 Bump m-invoker-p to 3.9.1 --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1319c33..45d6b32 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,8 @@ <mavenVersion>3.6.3</mavenVersion> <javaVersion>8</javaVersion> <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp> + + <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin> </properties> <dependencies> @@ -189,7 +191,7 @@ <artifactId>maven-invoker-plugin</artifactId> <configuration> <!-- - ! Prevent reading the .mavenrc or maven_pre.bat on Windows + ! Prevent reading the .mavenrc or maven_pre.bat on Windows ! in integration tests. --> <environmentVariables>
