Skip to content

Commit

Permalink
Fixed khmarbaise#456 - Upgrade to Maven 4.0.0 Alpha 12
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Jan 19, 2024
1 parent 9492ba8 commit 1f781b6
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 @@ -44,7 +44,7 @@ jobs:
uses: hb0730/[email protected]
with:
maven-version: 4.0.0
url: https://repo1.maven.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-10/apache-maven-4.0.0-alpha-10-bin.tar.gz
url: https://repo1.maven.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-12/apache-maven-4.0.0-alpha-12-bin.tar.gz
- 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 @@ -40,6 +40,6 @@ jobs:
uses: hb0730/[email protected]
with:
maven-version: 4.0.0
url: https://repo1.maven.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-10/apache-maven-4.0.0-alpha-10-bin.tar.gz
url: https://repo1.maven.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-12/apache-maven-4.0.0-alpha-12-bin.tar.gz
- 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 @@ -30,6 +30,7 @@
:issue-451: https://github.com/khmarbaise/maven-it-extension/issues/451[Fixed #451]
:issue-453: https://github.com/khmarbaise/maven-it-extension/issues/453[Fixed #453]
:issue-455: https://github.com/khmarbaise/maven-it-extension/issues/455[Fixed #455]
:issue-456: https://github.com/khmarbaise/maven-it-extension/issues/456[Fixed #456]

:release_0_14_0: https://github.com/khmarbaise/maven-it-extension/milestone/14

Expand Down Expand Up @@ -61,6 +62,7 @@

* {issue-447} - Move to use maven-resolver instead of aether
* {issue-455} - Upgrade asciidoctor-maven-plugin 2.2.5
* {issue-456} - Upgrade to Maven 4.0.0 Alpha 12

*Documentation Improvements*

Expand Down

0 comments on commit 1f781b6

Please sign in to comment.