slachiewicz opened a new pull request, #1721: URL: https://github.com/apache/maven-mvnd/pull/1721
Two properties in the root pom no longer override anything useful: - **`version.plexus-utils`** pinned 4.0.2, while `org.apache.maven:maven-parent:49` manages **4.0.3** — the pin had quietly turned into a downgrade rather than the bump it was when it was added. - **`version.maven-fluido-skin`** restated 2.1.0, exactly the value `org.apache:apache:39` already sets. `mvn help:effective-pom` resolves plexus-utils to 4.0.3 and the skin to 2.1.0 with both lines gone. Part of a sweep across the Maven repositories for local pom properties that no longer override anything useful. Generated-by: Claude Opus 5 (1M context) -- 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]
