On Monday 05 September 2016 14:43:42 Bertrand Delacretaz wrote:
> Hi,
Hi Bertrand,
> Working on SLING-5135 requires upgrading the jcr.base and
> jcr.oak-server bundles simultaneously.
>
> For the oak-server integration tests to pass I had to add this to
> OakServerTestSupport in that module:
>
> protected Option launchpad() {
> + // TODO can we get this version number from our pom??
> + SlingOptions.versionResolver.setVersion("org.apache.sling",
> "org.apache.sling.jcr.base", "2.4.1-SNAPSHOT");
>
> Is there a better way?
>
> Like maybe "for this list of bundles, take the versions from the pom" ?
see SLING-6038 and my latest commit in JCR Oak Server.
Regards,
O.
> (that's not committed yet, I'll attach a patch to that ticket soon)
>
> -Bertrand