Skip to content

Commit

Permalink
Use Maven 3.9.5 on GitHub (apache#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Oct 4, 2023
1 parent 4df756f commit aef328e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cache: 'maven'

- name: Set up Maven
run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dmaven=3.8.7"
run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dtype=only-script" "-Dmaven=3.9.5"

- name: Running integration tests
run: "./mvnw -B clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo"

0 comments on commit aef328e

Please sign in to comment.