This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 2877c95 Update Maven to 3.9.11 (#85)
2877c95 is described below
commit 2877c9501c2cce4300e59fc4e22afa9b6a365123
Author: Matthias Bünger <[email protected]>
AuthorDate: Sat Dec 6 17:27:39 2025 +0100
Update Maven to 3.9.11 (#85)
---
pom.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 45d6b32..1bbb199 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
<inceptionYear>2016</inceptionYear>
<prerequisites>
- <maven>${mavenVersion}</maven>
+ <maven>3.6.3</maven>
</prerequisites>
<scm>
@@ -51,7 +51,7 @@
</issueManagement>
<ciManagement>
<system>Jenkins</system>
-
<url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-jmod-plugin/</url>
+
<url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jmod-plugin/</url>
</ciManagement>
<distributionManagement>
<site>
@@ -61,10 +61,11 @@
</distributionManagement>
<properties>
- <mavenVersion>3.6.3</mavenVersion>
+ <mavenVersion>3.9.11</mavenVersion>
<javaVersion>8</javaVersion>
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+ <version.palantirJavaFormat>2.82.0</version.palantirJavaFormat>
<version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
</properties>