>    </properties>
>  
>    <dependencies>
>      <dependency>
>        <groupId>org.apache.jclouds.karaf</groupId>
>        <artifactId>recipe</artifactId>
> +      <version>${jclouds.version}</version>

I think this can be `${project.version}` or `${project.parent.version}` (since 
they will be the same, at least with the POM as suggested). These are Karaf 
artifacts, so come from the "dependent" project rather than the "main" project.

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

Reply via email to