Updated Branches: refs/heads/master f3993acb0 -> bcd3648bf
Advance version number to 5.4-alpha-18 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/bcd3648b Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/bcd3648b Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/bcd3648b Branch: refs/heads/master Commit: bcd3648bfd649c2cb40e1358ce3bbfec01d73678 Parents: f3993ac Author: Howard M. Lewis Ship <[email protected]> Authored: Wed Sep 4 17:26:15 2013 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Wed Sep 4 17:26:15 2013 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/bcd3648b/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 59cac60..c5ee354 100755 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.4" - def minor = "-alpha-17" + def minor = "-alpha-18" // 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.
