Hi Dmitri No, it's not correct as it doesn't respect the Maven SNAPSHOT, that expects -SNAPSHOT (not .SNAPSHOT).
So, I think it's better to keep 1.0.0-incubating-SNAPSHOT and use 1.0.0-incubating at release time. Regards JB On Thu, Nov 21, 2024 at 8:04 PM Dmitri Bourlatchkov <dmitri.bourlatch...@dremio.com.invalid> wrote: > > Hi All, > > This may be nitpicky but the current version in local builds is > "1.0.0-incubating-SNAPSHOT", which does not appear to follow semver [1]. > > I suppose a semver-compatible version number would be > "1.0.0-incubating.SNAPSHOT" (a dot instead of the second dash). > > Would it work from your POV? > > Thanks, > Dmitri. > > [1] https://semver.org/