Repository: tapestry-5 Updated Branches: refs/heads/master 57171a34a -> 581f50808
Advance version number to 5.4-beta-14 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/581f5080 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/581f5080 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/581f5080 Branch: refs/heads/master Commit: 581f50808cf3cb1d6751f10963c6f209bea75c8e Parents: 57171a3 Author: Howard M. Lewis Ship <[email protected]> Authored: Mon Jun 23 09:08:03 2014 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Mon Jun 23 09:08:03 2014 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/581f5080/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 31a8a0e..e8948fc 100755 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.4" - def minor = "-beta-13" + def minor = "-beta-14" // 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.
