Skip to content

Commit 33dacd8

Browse files
authored
[SRVLOGIC-771] - Update Maven version to 3.9.12 in Jenkinsfile
1 parent 28757e7 commit 33dacd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.ci/jenkins/Jenkinsfile.prod.nightly

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pipeline{
55
label 'kie-rhel8 && kie-mem8g && !built-in'
66
}
77
tools {
8-
maven 'kie-maven-3.9.6'
8+
maven 'kie-maven-3.9.12'
99
jdk 'kie-jdk17'
1010
nodejs 'nodejs-16.2.0'
1111
}
@@ -121,4 +121,4 @@ def parseVersionFromPom(String project, String branch = '') {
121121
sh "curl https://raw.githubusercontent.com/${project}/${currentBranch}/pom.xml -o ${pomPath}"
122122
def pom = readMavenPom file: pomPath
123123
return pom.getVersion().replaceAll('-SNAPSHOT', '')
124-
}
124+
}

0 commit comments

Comments
 (0)