Skip to content

Commit

Permalink
Fixed #488 - Upgrade Maven-4.0.0-beta-4
Browse files Browse the repository at this point in the history
 - Upgraded to Maven 3.9.9
  • Loading branch information
khmarbaise committed Sep 2, 2024
1 parent 58dfdd4 commit 7d3f7a9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 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-3
maven-version: 4.0.0-beta-4
- 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/pull.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: 3.9.8
maven-version: 3.9.9
- 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-3
maven-version: 4.0.0-beta-4
- name: "Building with Maven."
run: mvn verify -e -B -V --no-transfer-progress
2 changes: 1 addition & 1 deletion .github/workflows/push-issue.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: 3.9.8
maven-version: 3.9.9
- name: "Building with Maven."
run: mvn verify -e -B -V --no-transfer-progress
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.8
maven-version: 3.9.9
- name: 'Build'
run: unset JAVA_TOOL_OPTIONS;mvn -V --no-transfer-progress verify site:site site:stage
- name: 'Deploy to gh-pages'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
:issue-479: https://github.com/khmarbaise/maven-it-extension/issues/479[Fixed #479]
:issue-481: https://github.com/khmarbaise/maven-it-extension/issues/481[Fixed #481]
:issue-483: https://github.com/khmarbaise/maven-it-extension/issues/483[Fixed #483]
:issue-488: https://github.com/khmarbaise/maven-it-extension/issues/488[Fixed #488]
: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 @@ -93,6 +94,7 @@
* {issue-464} - Make the IT's running for Maven 4
* {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

*Documentation Improvements*

Expand Down

0 comments on commit 7d3f7a9

Please sign in to comment.