Skip to content

Commit 0b4b655

Browse files
HannesWellakurtakov
authored andcommitted
Build with Maven 3.9.9 on Jenkins and in GH workflow
1 parent df0dd8c commit 0b4b655

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Maven
3434
uses: stCarolas/setup-maven@v5
3535
with:
36-
maven-version: 3.9.6
36+
maven-version: 3.9.9
3737
- name: Cache local Maven repository
3838
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
3939
with:

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99
label "centos-latest"
1010
}
1111
tools {
12-
maven 'apache-maven-3.9.6'
12+
maven 'apache-maven-3.9.9'
1313
jdk 'openjdk-jdk21-latest'
1414
}
1515
stages {

0 commit comments

Comments
 (0)