You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2022/04/05 19:57:26 UTC

[maven] 01/01: [MNG-7452] - Remove JDK7 run on Maven 3.9.X Branch

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

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

commit a116f25002a0f5bb348a5416efd76e63ac54eb34
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Tue Apr 5 21:57:14 2022 +0200

    [MNG-7452] - Remove JDK7 run on Maven 3.9.X Branch
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4d411dbbd..0978bee44 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@ def buildOs = 'linux'
 def buildJdk = '8'
 def buildMvn = '3.6.0'
 def runITsOses = ['linux', 'windows']
-def runITsJdks = ['7', '8', '11','17']
+def runITsJdks = ['8', '11','17']
 def runITsMvn = '3.6.0'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests