> I thought support for different versions was needed when building for new > releases? I hope I am wrong.
No, that's correct. Well spotted - it looks like we need a `<version>...` tag in the [project POM](https://github.com/jclouds/jclouds-cli/blob/b29f8651e5ddf45ab5291245e07083d136edd246/project/pom.xml#L30) to allow the jclouds-cli version to be a SNAPSHOT while the jclouds-project version is already a release version. A bit like the [Labs POM](https://github.com/jclouds/jclouds-labs/blob/master/pom.xml#L29) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-cli/pull/14#issuecomment-29014888
