Repository: tapestry-5 Updated Branches: refs/heads/master 7a9b2e81d -> 030899832
Advance version number to 5.4-beta-26 Really feeling close to a RC! Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/03089983 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/03089983 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/03089983 Branch: refs/heads/master Commit: 030899832df14c5d526d494b92ea347138f7596e Parents: 7a9b2e8 Author: Howard M. Lewis Ship <[email protected]> Authored: Tue Dec 30 17:29:58 2014 -0800 Committer: Howard M. Lewis Ship <[email protected]> Committed: Tue Dec 30 17:29:58 2014 -0800 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/03089983/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 1d97274..e878569 100755 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.4" - def minor = "-beta-25" + def minor = "-beta-26" // 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.
