With https://issues.apache.org/jira/browse/SLING-6327 I increased the minor
version of o.a.s.resource from 2.9.0 to 2.10.0 (because of added methods to a
ResourceUtil). That means that all provider bundles for this package (namely
o.a.s.jcr.resource and o.a.s.resourceresolver) need to be recompiled with an
updated dependency to the latest API snapshot, to make the latest SNAPSHOTs of
all bundles compatible with each other (and generate the correct import-package
version range in the provider bundles).
What is the suggested approach for doing that?
Just increase the dependency to the latest API snapshot again in all provider
bundles for the according packages (although this will be prevent those
provider bundles from being easily releasable, because API would need to be
released first) or are there any other suggestions?
Thanks,
Konrad