This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch maven-archiver-3.x
in repository https://gitbox.apache.org/repos/asf/maven-archiver.git


The following commit(s) were added to refs/heads/maven-archiver-3.x by this 
push:
     new b716b9a  Bump Maven to 3.9.12
b716b9a is described below

commit b716b9ac86e0067c1c42a456e497379b928067fb
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Fri Dec 19 17:15:11 2025 +0100

    Bump Maven to 3.9.12
---
 .github/workflows/maven-verify.yml |  5 +++++
 pom.xml                            | 17 +++++++++++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 932827c..3e8e444 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -25,3 +25,8 @@ jobs:
   build:
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
+    with:
+      maven4-enabled: true
+      # default -Prun-its fails with mvn4 - profile not found
+      ff-goal: 'verify'
+      verify-goal: 'verify'
diff --git a/pom.xml b/pom.xml
index d50f2a8..ad891da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,10 @@
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.2.5</mavenVersion>
+    <mavenVersion>3.9.12</mavenVersion>
     <javaVersion>8</javaVersion>
+    <version.plexus-utils>3.6.0</version.plexus-utils>
+    <version.plexus-xml>3.0.2</version.plexus-xml>
     
<project.build.outputTimestamp>2025-10-05T14:24:12Z</project.build.outputTimestamp>
   </properties>
 
@@ -70,6 +72,18 @@
       <version>${mavenVersion}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+      <version>${mavenVersion}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>${mavenVersion}</version>
+      <scope>provided</scope>
+    </dependency>
     <!--
       Plexus dependencies
     -->
@@ -86,7 +100,6 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-xml</artifactId>
-      <version>3.0.2</version>
     </dependency>
     <!--
       Test dependencies

Reply via email to