slachiewicz opened a new pull request, #3426:
URL: https://github.com/apache/maven-surefire/pull/3426

   `mavenVersion.prerequisite` was doing the right thing — keeping the declared 
baseline decoupled from `${mavenVersion}` (currently `3.9.14`) — but it is a 
property holding a single literal, referenced from exactly three module POMs. 
Inlining `3.6.3` says the same thing with one less indirection and matches how 
the rest of the 3.x plugin line declares it.
   
   No behaviour change. Verified per module with `mvn -pl <module> 
help:evaluate -Dexpression=project.prerequisites.maven` → `3.6.3` for 
`maven-surefire-plugin`, `maven-failsafe-plugin` and 
`maven-surefire-report-plugin`.
   
   <sub>Drafted with Claude — please verify</sub>
   


-- 
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