Repository: tapestry-5 Updated Branches: refs/heads/master 475af4cc9 -> 64ce2d8da
Advance version number to 5.4-beta-20 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/64ce2d8d Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/64ce2d8d Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/64ce2d8d Branch: refs/heads/master Commit: 64ce2d8da0842096a1d41135160912b8d602ed13 Parents: 475af4c Author: Howard M. Lewis Ship <[email protected]> Authored: Wed Sep 3 14:30:25 2014 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Wed Sep 3 14:30:25 2014 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/64ce2d8d/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index e766ddb..443d2d0 100755 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.4" - def minor = "-beta-19" + def minor = "-beta-20" // 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.
