Hi, In the context of SLING-12861[1] the question arose how to promote an unstable (0.x versioned) package version to a stable one without breaking all consumers. IIUC all bundle and package versions having major version 0 are considered preliminary [2] by baselining and therefore will never emit any errors even when modifying the API in a non backwards compatible way without modifying the version. I raised a ticket with Bnd[3] but while waiting for an answer there I would like to know how the process used to be for other Sling modules in the past. Thanks in advance for any input.
Konrad 1 - https://issues.apache.org/jira/browse/SLING-12861 2 - https://semver.org/#spec-item-4 3 - https://github.com/bndtools/bnd/issues/6691