slachiewicz opened a new pull request, #296:
URL: https://github.com/apache/maven-remote-resources-plugin/pull/296
`org.apache.maven:*` matches that groupId exactly, and
`org.apache.maven:maven-archiver` lives in it. It is a shared library carrying
its own version, `3.6.3` here, not part of the `${mavenVersion}` runtime pin —
so the wildcard has been holding it back since 2022. Central is at 3.6.6.
The six runtime artifacts are now named individually and stay pinned at
`mavenVersion` 3.9.16, which is what the rule was written for.
Part of a sweep across the thirteen repositories carrying this wildcard; see
apache/maven-archiver#394.
*This change was created with AI assistance.*
--
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]