aljoscha opened a new pull request #7857: [FLINK-11780] Change version scheme of Hadoop-based modules to conform to SNAPSHOT guidelines URL: https://github.com/apache/flink/pull/7857 Currently, modules that depend on Hadoop have the version scheme `${project.version}-${hadoop.version}`. With this, however, the version does not have SNAPSHOT at the end, meaning we cannot deploy snapshot releases. The change proposed by @zentol is to use `${hadoop.version}-${project.version}`. I didn't yet see if this is green on Travis, just opening it early for review.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
