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-jlink-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 2b96327 Bump Maven to 3.9.12 (#649)
2b96327 is described below
commit 2b963276c43494f71f26e4b364f1b0e0802d5b1f
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Dec 21 06:19:52 2025 +0100
Bump Maven to 3.9.12 (#649)
---
pom.xml | 20 ++++----------------
1 file changed, 4 insertions(+), 16 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4ef309d..e7f5bb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,26 +63,15 @@
</distributionManagement>
<properties>
- <mavenVersion>3.9.11</mavenVersion>
+ <mavenVersion>3.9.12</mavenVersion>
<maven.compiler.release>11</maven.compiler.release>
<!-- needed for enforce-bytecode-version in maven-parent-pom. -->
<maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
<project.build.outputTimestamp>2024-01-29T19:21:50Z</project.build.outputTimestamp>
+ <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
<version.palantirJavaFormat>2.82.0</version.palantirJavaFormat>
</properties>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.junit</groupId>
- <artifactId>junit-bom</artifactId>
- <version>5.14.1</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
<dependencies>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
@@ -136,13 +125,13 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
- <version>3.9.12</version>
+ <version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
- <version>3.9.12</version>
+ <version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -211,7 +200,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
- <version>3.9.1</version>
</plugin>
</plugins>
</reporting>