I thought we agreed on having the version number be 5.4(.x)?-SNAPSHOT and fix it only at the time of the actual release or preview version. I'm complaining because currently this is misleading and makes it harder for users to follow the actual latest and greatest nightly builds because we use a numbering scheme that is completely different than that of most other projects. 5.4-alpha-2-SNAPSHOT and 5.4-alpha-3-SNAPSHOT just don't make sense. They are both SNAPSHOT releases of 5.4 and should be named accordingly.
Uli On 03.01.2013 23:19, [email protected] wrote: > Updated Branches: > refs/heads/master fe465fea7 -> 989630207 > > > Advance version number to 5.4-alpha-3 > > > Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo > Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/98963020 > Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/98963020 > Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/98963020 > > Branch: refs/heads/master > Commit: 9896302079f6111afb4057cc73994179a2b82f28 > Parents: fe465fe > Author: Howard M. Lewis Ship <[email protected]> > Authored: Thu Jan 3 14:19:37 2013 -0800 > Committer: Howard M. Lewis Ship <[email protected]> > Committed: Thu Jan 3 14:19:37 2013 -0800 > > ---------------------------------------------------------------------- > build.gradle | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/98963020/build.gradle > ---------------------------------------------------------------------- > diff --git a/build.gradle b/build.gradle > index 340d121..37d8f43 100644 > --- a/build.gradle > +++ b/build.gradle > @@ -24,7 +24,7 @@ project.ext.versions = [ > ] > > // Provided so that the CI server can override the normal version number for > nightly builds. > -project.version = "5.4-alpha-2" + suffix() > +project.version = "5.4-alpha-3" + suffix() > > def suffix() { > // When building on the CI server, make sure -SNAPSHOT is appended, as > it is a nightly build. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
