> @@ -61,10 +64,12 @@ limitations under the License.
>      <dependency>
>        <groupId>org.apache.jclouds</groupId>
>        <artifactId>jclouds-compute</artifactId>
> +      <version>${jclouds.version}</version>

_This_ one (and the following one) are "main" dependencies. If the [jclouds-cli 
release test](https://github.com/jclouds/jclouds-cli/pull/14) is anything to go 
by, we should _also_ be able to use `${project.version}` or 
`${project.parent.version}` here: when running `mvn release:prepare`, the Maven 
release plugin should detect these as **external** snapshot dependencies and 
will ask you to resolve them.

Otherwise, we should check whether `${project.parent.parent.version}` (urgh!), 
which points at the _jclouds-project version_ (i.e. the version of the **main** 
project works.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-karaf/pull/22/files#r5493723

Reply via email to