Hi, In https://svn.apache.org/r1739719 Konrad incremented the org.apache.sling.api.scripting from 2.2.0 to 2.3.0 for SLING-5665 .
That ticket introduces a minor semantic change in SlingScriptHelper.getServices(...), sorting the returned services based on their service ranking, with no binary API changes. It's just the semantics of the getServices method that change, in a backwards compatible way. I think we might just change the package version to 2.2.1, meaning "no backward compatibility issues" as per the OSGi semantic versioning recommendations. WDYT? -Bertrand (Currently this breaks a number of integration tests as the org.apache.sling.launchpad.test-services bundle is rebuilt with a version range of [2.3,3) and does not find that in the launchpad)
