Repository: tapestry-5 Updated Branches: refs/heads/master f4994f2ab -> 34e815785
Advance version to 5.4-beta-33 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/34e81578 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/34e81578 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/34e81578 Branch: refs/heads/master Commit: 34e8157855225e924663db73353afe5be37309f5 Parents: f4994f2 Author: Jochen Kemnade <[email protected]> Authored: Mon May 4 15:12:16 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Mon May 4 15:12:16 2015 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/34e81578/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 6e8ebd7..fbef9de 100755 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.4" - def minor = "-beta-32" + def minor = "-beta-33" // 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.
