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
The following commit(s) were added to refs/heads/release/struts-2-5-x by this push: new 4257bd99c Uses proper maven version 4257bd99c is described below commit 4257bd99c1eb41d496169e5ac93dedbc9b8e97a4 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Wed Sep 6 19:33:48 2023 +0200 Uses proper maven version --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7e870780a..6197634b7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { } tools { jdk 'jdk_1.7_latest' - maven 'maven_3_8_7' + maven 'maven_3.8.7' } triggers { pollSCM 'H/15 * * * *'