> @@ -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},
The previous comment is actually not correct. The Maven release plugin can
update the versions of the "core" dependencies as part of the `release:prepare`
process. So we should be good here, as long as the version of `jclouds-project`
(and thus the "core" dependencies) always matches the version of
`jclouds-karaf-project`.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-karaf/pull/22/files#r5466663