Maven 3.9.4 as default

This commit is contained in:
Slawomir Jaranowski
2023-08-23 20:43:44 +02:00
parent e912d59387
commit 2dce5ee2b1
3 changed files with 5 additions and 5 deletions

View File

@ -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
@ -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