Skip to content

Commit

Permalink
Fixed #496 - Upgrade Maven 4.0.0 to rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 7, 2024
1 parent 14242bb commit ebb42f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-m4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 4.0.0-beta-4
maven-version: 4.0.0-rc-1
- name: Build with Maven
run: mvn verify -Prun-its -e -B -V --no-transfer-progress

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-issue-m4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 4.0.0-beta-4
maven-version: 4.0.0-rc-1
- name: "Building with Maven."
run: mvn verify -e -B -V --no-transfer-progress
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
:issue-483: https://github.com/khmarbaise/maven-it-extension/issues/483[Fixed #483]
:issue-492: https://github.com/khmarbaise/maven-it-extension/issues/492[Fixed #492]
:issue-493: https://github.com/khmarbaise/maven-it-extension/issues/495[Fixed #495]
:issue-496: https://github.com/khmarbaise/maven-it-extension/issues/496[Fixed #496]
:pr-460: https://github.com/khmarbaise/maven-it-extension/pull/460[Pull request #460]
:pr-462: https://github.com/khmarbaise/maven-it-extension/pull/462[Pull request #462]

Expand Down Expand Up @@ -98,6 +99,7 @@
* {issue-459} - Upgrade asciidoctor-maven-plugin 3.0.0
* {issue-483} - Replace composite with linux variant.
* {issue-488} - Upgrade to Maven 4.0.0 Beta 4 + Maven 3.9.9
* {issue-496} - Upgrade to Maven 4.0.0 rc-1

*Documentation Improvements*

Expand Down

0 comments on commit ebb42f2

Please sign in to comment.