Skip to content

Commit

Permalink
Use Maven 3.9.7, m-wrapper-p 3.3.2 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 30, 2024
1 parent 3d64b12 commit dbe4e21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ on:
maven-matrix:
description: The Maven version matrix as json array
required: false
default: '[ "3.6.3", "3.9.6" ]'
default: '[ "3.6.3", "3.9.7" ]'
type: string

matrix-include:
Expand Down Expand Up @@ -90,7 +90,7 @@ on:
ff-maven:
description: The Maven version used during fail-fast-build job
required: false
default: '3.9.6'
default: '3.9.7'
type: string

ff-jdk:
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:

- name: Set up Maven
run:
mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.1:wrapper "-Dmaven=${{ inputs.ff-maven }}"
mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper "-Dmaven=${{ inputs.ff-maven }}"

- name: Build with Maven
run: ./mvnw --errors --batch-mode --show-version ${{ inputs.maven-args }} ${{ inputs.ff-goal }}
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:

- name: Set up Maven
if: steps.should-run.conclusion == 'success'
run: mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.1:wrapper "-Dmaven=${{ matrix.maven }}"
run: mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper "-Dmaven=${{ matrix.maven }}"

- name: Build with Maven
if: steps.should-run.conclusion == 'success'
Expand Down

0 comments on commit dbe4e21

Please sign in to comment.