From e47fa6f6091a7eb9a85ff735082c025a5fe33a04 Mon Sep 17 00:00:00 2001 From: Karl Heinz Marbaise Date: Wed, 20 Mar 2024 19:23:52 +0100 Subject: [PATCH] Fixed #458 - Upgrade Maven 4.0.0 Alpha 13 --- .github/workflows/pull-m4.yml | 2 +- .../src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-m4.yml b/.github/workflows/pull-m4.yml index 7615e76472..7e206f8894 100644 --- a/.github/workflows/pull-m4.yml +++ b/.github/workflows/pull-m4.yml @@ -44,7 +44,7 @@ jobs: uses: hb0730/maven-action@v1.0.1 with: maven-version: 4.0.0 - 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 + url: https://repo1.maven.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-13/apache-maven-4.0.0-alpha-13-bin.tar.gz - name: Build with Maven run: mvn verify -Prun-its -e -B -V --no-transfer-progress diff --git a/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc b/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc index 5bd79df03b..e06627e9b5 100644 --- a/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc +++ b/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.14.0.adoc @@ -31,6 +31,7 @@ :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] +:issue-458: https://github.com/khmarbaise/maven-it-extension/issues/458[Fixed #458] :release_0_14_0: https://github.com/khmarbaise/maven-it-extension/milestone/14 @@ -63,6 +64,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 + * {issue-458} - Upgrade to Maven 4.0.0 Alpha 13 *Documentation Improvements*