Skip to content

Commit 9ac9bc2

Browse files
Use Maven 3.9.10 for build on GitHub
1 parent d14d555 commit 9ac9bc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134

135135
- name: Set up Maven
136136
run:
137-
mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper "-Dmaven=3.9.9"
137+
mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper "-Dmaven=3.9.10"
138138

139139
- name: Running integration tests
140140
shell: bash

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ properties([buildDiscarder(logRotator(artifactNumToKeepStr: '5', numToKeepStr: e
2121

2222
def buildOs = 'linux'
2323
def buildJdk = '8'
24-
def buildMvn = '3.9.9'
24+
def buildMvn = '3.x.x'
2525
def runITsOses = ['linux']
2626
def runITsJdks = ['8', '11', '17']
27-
def runITsMvn = '3.9.9'
27+
def runITsMvn = '3.x.x'
2828
def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
2929
def tests
3030

0 commit comments

Comments
 (0)