Skip to content

Commit

Permalink
Build with Maven 3.9.9 on Jenkins and in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Sep 3, 2024
1 parent f514b9a commit d4f49d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.6
maven-version: 3.9.9
- name: Cache local Maven repository
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {
label "centos-latest"
}
tools {
maven 'apache-maven-3.9.6'
maven 'apache-maven-3.9.9'
jdk 'openjdk-jdk21-latest'
}
stages {
Expand Down

0 comments on commit d4f49d8

Please sign in to comment.