> @@ -34,7 +35,7 @@ limitations under the License.
>
> <osgi.export.service>org.jclouds.karaf.cache.CacheProvider</osgi.export.service>
> <osgi.import>
> org.jclouds.karaf.recipe*,
> - org.jclouds*;version=${jclouds.version},
> + org.jclouds*;version=${project.parent.version},
I don't think this will work, as the parent (jclouds-karaf-project) will still
have a snapshot version when the main project is released. See comment about a
`<jclouds.version>` property in the project POM below.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-karaf/pull/22/files#r5440902