From 5257c30aee972872048720c4cd4de2b9bcdc4475 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 11 Feb 2024 12:49:28 +0100 Subject: [PATCH] Maven 3.9.6 as default --- .github/workflows/test.yml | 4 ++-- README.md | 4 ++-- action.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2de0666..49cbeb5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: matrix: os: [ 'ubuntu-latest', 'windows-latest', 'macOS-latest' ] java: [ '8', '11', '17', '21' ] - maven: [ '3.8.8', '3.9.5' ] + maven: [ '3.8.8', '3.9.6' ] fail-fast: false runs-on: ${{ matrix.os }} @@ -45,7 +45,7 @@ jobs: - uses: ./ - - run: mvn -V validate -Drequire.java=17 -Drequire.maven=3.9.5 + - run: mvn -V validate -Drequire.java=17 -Drequire.maven=3.9.6 shell: bash test-ok: diff --git a/README.md b/README.md index c2f40a5..dc149ef 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ So we can use for action: | params | destination | default | |---------------|---------------|---------| -| maven-version | maven-version | 3.9.5 | +| maven-version | maven-version | 3.9.6 | ## maven-settings-action @@ -91,7 +91,7 @@ jobs: strategy: matrix: - maven: [ '3.8.8', '3.9.5' ] + maven: [ '3.8.8', '3.9.6' ] name: Maven ${{ matrix.maven }} sample diff --git a/action.yml b/action.yml index e6764fe..c3452f9 100644 --- a/action.yml +++ b/action.yml @@ -69,7 +69,7 @@ inputs: # maven version maven-version: description: 'The Maven version to set up' - default: '3.9.5' + default: '3.9.6' required: false # maven settings.xml