dsmiley commented on PR #4256: URL: https://github.com/apache/solr/pull/4256#issuecomment-4170005042
This PR doesn't have to do with version alignment; it doesn't affect anything within our project. If it did, then our lockfiles would have been tickled here. This PR is about what users of our dependencies get. Before they would have POMs & gradle-metadata that sometimes lacked a version or that which provided a range of versions. Our build may have custom dependency resolution rules that help within our project but that which don't get published. Now, users should consistently be getting a specific (thus unambiguous) version -- in fact the same version our project uses. IMO Gradle ought to simply do this by default. https://docs.gradle.org/current/userguide/publishing_maven.html#publishing_maven:resolved_dependencies -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
