Repository: tapestry-5 Updated Branches: refs/heads/master 85a71aeda -> 6249bd2c3
Advance version number Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/b39ad924 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/b39ad924 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/b39ad924 Branch: refs/heads/master Commit: b39ad9247b51913fd4d15462ced1051fdd6b5537 Parents: 85a71ae Author: Jochen Kemnade <[email protected]> Authored: Wed May 14 09:36:58 2014 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Wed May 14 09:36:58 2014 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b39ad924/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 1d42f7b..9abc507 100755 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.4" - def minor = "-beta-6" + def minor = "-beta-7" // 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.
