Repository: tapestry-5 Updated Branches: refs/heads/master 4bd6302e0 -> 6bb909649
Advance version number to 5.4-beta-15 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/5be8bd2a Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/5be8bd2a Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/5be8bd2a Branch: refs/heads/master Commit: 5be8bd2aa598fbc7bff9d3b2f020edabf535e576 Parents: 4bd6302 Author: Howard M. Lewis Ship <[email protected]> Authored: Fri Jul 18 09:24:04 2014 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Fri Jul 18 09:24:04 2014 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/5be8bd2a/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 5ce2fcc..3d4da19 100755 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.4" - def minor = "-beta-14" + def minor = "-beta-15" // 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.
