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

desruisseaux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git

commit 8c62548d732d804f1c0bfc79a7a019cb2c1aaa0b
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Sun Oct 5 16:56:37 2025 +0200

    Upgrade to Maven 4.0.0-rc-4.
---
 .github/workflows/maven-verify.yml |  4 ++--
 pom.xml                            | 10 ++++++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 2bc0ff1..ea5b27a 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -26,6 +26,6 @@ jobs:
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
     with:
-      ff-maven: "4.0.0-rc-2"                     # Maven version for 
fail-fast-build
-      maven-matrix: '[ "4.0.0-rc-2" ]'
+      ff-maven: "4.0.0-rc-4"                     # Maven version for 
fail-fast-build
+      maven-matrix: '[ "4.0.0-rc-4" ]'
       jdk-matrix: '[ "17", "21" ]'
diff --git a/pom.xml b/pom.xml
index 4a0a3af..80355fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,14 +74,14 @@
 
   <properties>
     <javaVersion>17</javaVersion>
-    <mavenVersion>4.0.0-rc-2</mavenVersion>
+    <mavenVersion>4.0.0-rc-4</mavenVersion>
 
     <guiceVersion>6.0.0</guiceVersion>
     <junitVersion>5.13.4</junitVersion>
     <mavenArchiverVersion>4.0.0-beta-5</mavenArchiverVersion>
     <mavenFileManagementVersion>3.2.0</mavenFileManagementVersion>
     <mavenPluginPluginVersion>4.0.0-beta-1</mavenPluginPluginVersion>
-    <mavenPluginTestingVersion>4.0.0-beta-3</mavenPluginTestingVersion>
+    <mavenPluginTestingVersion>4.0.0-beta-4</mavenPluginTestingVersion>
     <plexusArchiverVersion>4.10.2</plexusArchiverVersion>
 
     
<version.maven-plugin-tools>${mavenPluginPluginVersion}</version.maven-plugin-tools>
@@ -138,6 +138,12 @@
       <version>${mavenVersion}</version>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-xml</artifactId>
+      <version>${mavenVersion}</version>
+      <scope>provided</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>file-management</artifactId>

Reply via email to