Updated Branches: refs/heads/master 32931768f -> cf0f4e3d6
Advance version number to 5.4-alpha-4 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/cf0f4e3d Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/cf0f4e3d Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/cf0f4e3d Branch: refs/heads/master Commit: cf0f4e3d67ec73cb37a20cb5ea82bd3830ef5a50 Parents: 3293176 Author: Howard M. Lewis Ship <[email protected]> Authored: Sat Apr 6 16:19:12 2013 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Sat Apr 6 16:19:12 2013 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/cf0f4e3d/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 5e5b826..4c41f39 100755 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.4" - def minor = "-alpha-3" + def minor = "-alpha-4" // 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.
