Skip to content

Commit

Permalink
Merge pull request #92 from s4u/mvn-3.9.9
Browse files Browse the repository at this point in the history
Maven 3.9.9 as default
  • Loading branch information
slawekjaranowski authored Oct 5, 2024
2 parents 5eec3f7 + 5f52556 commit 7875230
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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', '21' ]
maven: [ '3.8.8', '3.9.8' ]
maven: [ '3.8.8', '3.9.9' ]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand All @@ -45,7 +45,7 @@ jobs:

- uses: ./

- run: mvn -V validate -Drequire.java=17 -Drequire.maven=3.9.8
- run: mvn -V validate -Drequire.java=17 -Drequire.maven=3.9.9
shell: bash

test-ok:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ So we can use for action:

| params | destination | default |
|---------------|---------------|---------|
| maven-version | maven-version | 3.9.8 |
| maven-version | maven-version | 3.9.9 |

## maven-settings-action

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ inputs:
# maven version
maven-version:
description: 'The Maven version to set up'
default: '3.9.8'
default: '3.9.9'
required: false

# maven settings.xml
Expand Down

0 comments on commit 7875230

Please sign in to comment.