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

lukaszlenart pushed a commit to branch release/struts-2-5-x
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 4e7b8a466f67466d0abda741c5b908c3b17a65a0
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed Sep 6 19:30:52 2023 +0200

    Uses latest maven version supporting Java 7
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 10edbdbdc..7e870780a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -10,7 +10,7 @@ pipeline {
   }
   tools {
     jdk 'jdk_1.7_latest'
-    maven 'maven_3_latest'
+    maven 'maven_3_8_7'
   }
   triggers {
     pollSCM 'H/15 * * * *'

Reply via email to