Repository: tapestry-5 Updated Branches: refs/heads/master 42e550da4 -> ae196b3cc
increment version number after preview release Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/ae196b3c Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/ae196b3c Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/ae196b3c Branch: refs/heads/master Commit: ae196b3cc23f13441f410374ae59e7b65ada4367 Parents: 42e550d Author: Jochen Kemnade <[email protected]> Authored: Wed Mar 29 15:32:16 2017 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Wed Mar 29 15:32:16 2017 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/ae196b3c/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index d1cea20..a830aeb 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.5.0" - def minor = "-alpha-1" + def minor = "-alpha-2" // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build. // When building normally, or for a release, no suffix is desired.
