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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9711a38b Update CI and Maven
9711a38b is described below

commit 9711a38b5340ea92a4c27c15af7bf5dd2cab8bde
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Thu Dec 12 17:37:03 2024 +0100

    Update CI and Maven
---
 .github/workflows/maven-verify.yml | 2 +-
 pom.xml                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 2bc6ae95..a8ab5189 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -29,6 +29,6 @@ jobs:
       ff-run: false
       ff-site-run: false
       jdk-matrix: '[ "21" ]'
-      maven-matrix: '[ "3.9.9" ]'
+      maven-matrix: '[ "3.9.9", "4.0.0-rc-1" ]'
       verify-fail-fast: false
 
diff --git a/pom.xml b/pom.xml
index 66319dd5..42ed049c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
     <jettyVersion>10.0.24</jettyVersion>
     <!-- used by supplier and demo only -->
     <maven3Version>3.9.9</maven3Version>
-    <maven4Version>4.0.0-beta-5</maven4Version>
+    <maven4Version>4.0.0-rc-1</maven4Version>
     <minimalMavenBuildVersion>[3.8.8,)</minimalMavenBuildVersion>
     <!-- MRESOLVER-422: keep this in sync with Javadoc plugin configuration 
(but cannot directly, as this below is range) -->
     <minimalJavaBuildVersion>[21,)</minimalJavaBuildVersion>

Reply via email to