chetanmeh commented on a change in pull request #17: Use Maven based dependency instead of gradle project based dependency URL: https://github.com/apache/incubator-openwhisk-runtime-docker/pull/17#discussion_r167880152
########## File path: settings.gradle ########## @@ -16,6 +8,10 @@ include 'tests:dat:blackbox:badproxy' rootProject.name = 'runtime-docker' +gradle.ext.openwhisk = [ + version: '0.0.1-SNAPSHOT' Review comment: @csantanapr Here I am setting version to 0.0.1-SNAPSHOT. Now if core release is done we would need to change this in each sub project. Another option would be to keep core module snapshot version to some higher value say 1.0.0-SNAPSHOT and at time of release use lower version like 0.0.1 etc (untill we declare 1.0 release!). This would avoid changing version post each release @houshengbo Thoughts? ---------------------------------------------------------------- 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
