This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch jdk25 in repository https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git
commit 9f38b1993a031afbbee79a1b72ca365ee10f51c5 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Nov 15 23:20:08 2025 +0100 Exclude Java 25 - plugin is not yet ready --- .github/workflows/maven-verify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 932827c..47528cc 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,3 +25,5 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 + with: + matrix-exclude: '[ {"jdk": "25"} ]'
