Repository: tapestry-5 Updated Branches: refs/heads/master 4a9b17153 -> 677629acd
increment version number after release Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/677629ac Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/677629ac Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/677629ac Branch: refs/heads/master Commit: 677629acd4e15168f13310a94dbd5f6b2307635d Parents: 4a9b171 Author: Jochen Kemnade <[email protected]> Authored: Tue Sep 8 18:24:42 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Tue Sep 8 18:24:42 2015 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/677629ac/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 29634a6..170330d 100755 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.4" - def minor = "-beta-36" + def minor = "-beta-37" // 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.
