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 544069e  Update Plugin, Model, and Artifact to Maven 3.9.11 (#646)
544069e is described below

commit 544069eb980a918f46cec5eed2d786d7aad77e8f
Author: Matthias Bünger <[email protected]>
AuthorDate: Sun Dec 7 17:24:23 2025 +0100

    Update Plugin, Model, and Artifact to Maven 3.9.11 (#646)
    
    Includes Palantir format for Java 25
    
    superseeds #617 #618
---
 pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 959ef87..3253a9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   <inceptionYear>2016</inceptionYear>
 
   <prerequisites>
-    <maven>${mavenVersion}</maven>
+    <maven>3.6.3</maven>
   </prerequisites>
 
   <scm>
@@ -63,11 +63,12 @@
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.6.3</mavenVersion>
+    <mavenVersion>3.9.11</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.palantirJavaFormat>2.82.0</version.palantirJavaFormat>
   </properties>
 
   <dependencyManagement>
@@ -135,13 +136,13 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-model</artifactId>
-      <version>3.6.3</version>
+      <version>3.9.11</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
-      <version>3.6.3</version>
+      <version>3.9.11</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Reply via email to