Updated Branches: refs/heads/master 5bcdf9848 -> f0226b37e
Advance version number to 5.4-alpha-23 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/f0226b37 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/f0226b37 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/f0226b37 Branch: refs/heads/master Commit: f0226b37e630089baeaa53844268cb3eb95bf816 Parents: 66fc5f0 Author: Howard M. Lewis Ship <[email protected]> Authored: Mon Sep 16 18:17:54 2013 +0100 Committer: Howard M. Lewis Ship <[email protected]> Committed: Mon Sep 16 18:18:18 2013 +0100 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/f0226b37/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 0a65e97..e101931 100755 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.4" - def minor = "-alpha-22" + def minor = "-alpha-23" // 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.
