ascheman commented on code in PR #268:
URL: 
https://github.com/apache/maven-source-plugin/pull/268#discussion_r3714469678


##########
.github/workflows/maven-verify.yml:
##########
@@ -27,4 +27,4 @@ jobs:
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
     with:
       maven4-build: true
-      maven4-version: '4.0.0-beta-3' # same as in project
+      maven4-version: '4.0.0-rc-6' # same as in project

Review Comment:
   Since apache/maven-gh-actions-shared#298 made `4.0.0-rc-6` the shared `@v4` 
default and this PR already sets `<mavenVersion>` to rc-6, this override just 
restates the default and can be dropped — the M4 leg still runs under rc-6, and 
`maven4-build: true` stays. (Same default landed on `v5` via #299, so it holds 
after a rebase onto current master.)
   
   ```suggestion
         maven4-build: true
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to