gnodet opened a new pull request, #12184:
URL: https://github.com/apache/maven/pull/12184

   ## Summary
   - Fix inconsistent property source for CI-friendly version interpolation 
(`${revision}`, `${changelist}`, `${sha1}`)
   - The model builder used session properties for CI-friendly version 
replacement but request properties for interpolation, causing `${revision}` to 
remain unresolved when user properties differ from the session
   - Fix `getPropertiesWithProfiles()`, `doReadFileModel()`, and 
`DefaultConsumerPomBuilder.buildModel()` to consistently use request properties
   
   ## Test plan
   - [x] Added `DefaultModelBuilderTest` cases for CI-friendly dependency 
version resolution
   - [ ] Verify projects using `${revision}` (e.g. logging-log4j-*, 
hbase-connectors, bigtop-manager) build correctly
   
   _Claude Code on behalf of Guillaume Nodet_


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