Skip to content

Commit

Permalink
Merge pull request #55 from s4u/m394
Browse files Browse the repository at this point in the history
Maven 3.9.4 as default
  • Loading branch information
slawekjaranowski authored Aug 23, 2023
2 parents e912d59 + 2dce5ee commit 7b66d0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macOS-latest' ]
java: [ '8', '11', '17' ]
maven: [ '3.6.3', '3.8.7', '3.9.2' ]
maven: [ '3.8.8', '3.9.4' ]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
with:
java-version: 8

- run: mvn -V validate -Drequire.java=8 -Drequire.maven=3.9.2
- run: mvn -V validate -Drequire.java=8 -Drequire.maven=3.9.4
shell: bash

test-ok:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ So we can use for action:

| params | destination | default |
|---------------|---------------|---------|
| maven-version | maven-version | 3.9.2 |
| maven-version | maven-version | 3.9.4 |

## maven-settings-action

Expand All @@ -91,7 +91,7 @@ jobs:
strategy:
matrix:
maven: [ '3.6.3', '3.8.7', '3.9.2' ]
maven: [ '3.8.8', '3.9.4' ]
name: Maven ${{ matrix.maven }} sample
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ inputs:
# maven version
maven-version:
description: 'The Maven version to set up'
default: '3.9.2'
default: '3.9.4'
required: false

# maven settings.xml
Expand Down

0 comments on commit 7b66d0c

Please sign in to comment.