sercanCyberVision commented on PR #6775: URL: https://github.com/apache/hive/pull/6775#issuecomment-5666283701
Hi @ayushtkn, Apologies for the direct ping. This is not something critical, but I think it would be good to get your input on this for consistency in dependency resolution. To summarize, most of the internal dependencies use `project.version`, which ensures that they are resolved from the current build reactor. However, in some of the more recent modules, `hive.version` is used to specify the internal module version. This works as long as both values are the same. However, if a suffix or prefix is added to the project version, dependencies using `project.version` are resolved from the reactor, while those using `hive.version` retain the original version and Maven attempts to resolve them from a remote repository. -- 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]
