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

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


The following commit(s) were added to refs/heads/master by this push:
     new d41aba3  (doc) Installed mvn latest (3.8.4) is broken, back to 3.6.x
d41aba3 is described below

commit d41aba3db9fe035c067756825945f7b120b0ca5f
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Wed Dec 8 23:18:08 2021 +0100

    (doc) Installed mvn latest (3.8.4) is broken, back to 3.6.x
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 45b55ea..2395c64 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@ pipeline {
                 branch 'master'
             }
             steps {
-                withMaven(jdk:'jdk_17_latest', maven:'maven_3_latest', 
mavenLocalRepo:'.repository', options: [
+                withMaven(jdk:'jdk_17_latest', maven:'maven_3.6.3', 
mavenLocalRepo:'.repository', options: [
                   artifactsPublisher(disabled: true),
                   findbugsPublisher(disabled: true),
                 ]) {

Reply via email to