Repository: tapestry-5 Updated Branches: refs/heads/master 8230b6290 -> 936ec135b
Advance version to 5.4-beta-35 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/936ec135 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/936ec135 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/936ec135 Branch: refs/heads/master Commit: 936ec135bf02586e2f38133a8056573430102a7d Parents: 8230b62 Author: Jochen Kemnade <[email protected]> Authored: Tue Aug 11 08:50:40 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Tue Aug 11 08:50:40 2015 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/936ec135/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 5506908..9063514 100755 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.4" - def minor = "-beta-34" + def minor = "-beta-35" // 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.
