@zack-shoylev: Reviewing the [output from release:prepare](http://pastie.org/private/uu7wabhqfpdzzplzibgsza), it looks like the additional `<version>..` property may actually be unnecessary: ``` Dependency 'org.apache.jclouds:jclouds-project' is a snapshot (1.7.0-SNAPSHOT) : Which release version should it be set to? 1.7.0: : 1.6.1-incubating ... ``` But, because the parent version isn't set to a non-snapshot _before_ the release, it then continues to ask for the version for all the _other_ jclouds core deps (line 38 onwards).
It's that annoying thing that the explicit jclouds-project vs. jclouds-cli version avoids, although for the relatively small number of deps here it's probably still survivable. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-cli/pull/14#issuecomment-29023734
