You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/03/22 10:20:57 UTC

[maven] branch first-module-fail updated: do not java 7:

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

olamy pushed a commit to branch first-module-fail
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/first-module-fail by this push:
     new 85f11de  do not java 7:
85f11de is described below

commit 85f11de2892fc1adf0745d38491648caf97c0ffc
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Tue Mar 22 20:20:39 2022 +1000

    do not java 7:
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4d411db..3e50b71 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,10 +21,10 @@ properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: e
 
 def buildOs = 'linux'
 def buildJdk = '8'
-def buildMvn = '3.6.0'
+def buildMvn = '3.8.4'
 def runITsOses = ['linux', 'windows']
-def runITsJdks = ['7', '8', '11','17']
-def runITsMvn = '3.6.0'
+def runITsJdks = ['8', '11','17']
+def runITsMvn = '3.8.4'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests