Repository: tapestry-5 Updated Branches: refs/heads/master 86bf0c034 -> 68c11aff6
Update version number to 5.5.0 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/68c11aff Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/68c11aff Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/68c11aff Branch: refs/heads/master Commit: 68c11aff6370b880cc352b08f83cac0bad8f4913 Parents: 86bf0c0 Author: kaosko <[email protected]> Authored: Mon Apr 18 15:26:50 2016 -0700 Committer: kaosko <[email protected]> Committed: Mon Apr 18 15:26:50 2016 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/68c11aff/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 93edfd7..20b7c3a 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ project.version = tapestryVersion() def tapestryVersion() { - def major = "5.4.2" + def major = "5.5.0" def minor = "" // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.
