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

sjaranowski pushed a commit to branch MNG-8716
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 05377c340543a893e8d4eb4ecca3762d237fb19f
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Thu May 1 16:20:29 2025 +0200

    [MNG-8716] Bump resolver to 1.9.23
---
 .github/workflows/maven.yml | 2 +-
 Jenkinsfile                 | 2 +-
 pom.xml                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 5ae75e35ef..b4273a912e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -51,7 +51,7 @@ jobs:
           mvn --errors --batch-mode --show-version 
org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper "-Dmaven=3.9.9"
 
       - name: Build with Maven
-        run: ./mvnw verify -e -B -V -DdistributionFileName=apache-maven
+        run: ./mvnw verify -e -B -V -DdistributionFileName=apache-maven -P 
use-apache-snapshots
 
       - name: Upload built Maven
         uses: actions/upload-artifact@v4
diff --git a/Jenkinsfile b/Jenkinsfile
index 4fea31caf7..eb104b5d66 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -53,7 +53,7 @@ node(jenkinsEnv.nodeSelection(osNode)) {
                 withEnv(["JAVA_HOME=${ tool "$jdkName" }",
                          "PATH+MAVEN=${ tool "$jdkName" }/bin:${tool 
"$mvnName"}/bin",
                          "MAVEN_OPTS=-Xms2g -Xmx4g -Djava.awt.headless=true"]) 
{                   
-                    sh "mvn clean ${MAVEN_GOAL} -B -U -e -fae -V 
-Dmaven.test.failure.ignore -PversionlessMavenDist 
-Dmaven.repo.local=${WORK_DIR}/.repository"
+                    sh "mvn clean ${MAVEN_GOAL} -B -U -e -fae -V 
-Dmaven.test.failure.ignore -PversionlessMavenDist 
-Dmaven.repo.local=${WORK_DIR}/.repository -P use-apache-snapshots"
                 }
             } finally {
                 junit testResults: 
'**/target/surefire-reports/*.xml,**/target/failsafe-reports/*.xml', 
allowEmptyResults: true
diff --git a/pom.xml b/pom.xml
index e6dd820789..c877bdb129 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@ under the License.
     <securityDispatcherVersion>2.0</securityDispatcherVersion>
     <cipherVersion>2.0</cipherVersion>
     <jxpathVersion>1.4.0</jxpathVersion>
-    <resolverVersion>1.9.22</resolverVersion>
+    <resolverVersion>1.9.23-SNAPSHOT</resolverVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
     <xmlunitVersion>2.10.0</xmlunitVersion>
     <powermockVersion>2.0.9</powermockVersion>

Reply via email to