This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch t4 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git
commit 82214021b39d66cce1cd7ef8ae01b2be124a9076 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Nov 16 01:21:03 2025 +0100 Works with 4.0.0 rc4 --- .github/workflows/maven-verify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index ce4b500..53e98d9 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -27,3 +27,4 @@ jobs: uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: maven4-enabled: true + maven4-version: '4.0.0-rc-4'
