On 05/03/2019 10:18, Davide Giannella wrote: > On 04/03/2019 13:31, Robert Munteanu wrote: >> As you mentioned, we don't need to increase the major version whenever >> we branch. I just wanted to clarify that since in this email thread >> branching seems to be conflated with major version increases and that >> IMO not correct (and your reply seems to support that). > +1 >
during a chat with Amit a realised that we will still have to release a version number with a revision to `0`. So we'll have 1.12.0, 1.14.0, 1.16.0 etc. This will make our life easier in OSGi environments when we'll have to branch as the first patch release will be 1.14.1 (for example) which will definitely be greater than 1.14.0. OSGi and maven speaking 1.14 and 1.14.0 are the same version http://versionatorr.appspot.com/?a=1.14&b=1.14.0 so we either make sure to release 1.14 and 1.14.1 or we release 1.14.0. Thoughts? Davide
