Am 17.03.2021 um 12:46 schrieb Marco Piovesana:
Hi all, I'm looking for the details of how the versioning and branching works, how version names are generated (e.g. "1.1", "1.2.1") etc.. I remember I saw it somewhere but I can't find it anymore.
Versioning and branching is described in the JCR spec (<https://docs.adobe.com/content/docs/en/spec/jcr/2.0/index.html>). How version numbers are assigned is implementation specific; for instance: <https://www.javadoc.io/doc/org.apache.jackrabbit/oak-core/latest/org/apache/jackrabbit/oak/plugins/version/ReadWriteVersionManager.html>. Best regards, Julian
