Repository: tapestry-5 Updated Branches: refs/heads/5.3 a1cc85161 -> eb58c27f0
Roll version to 5.3.8 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/eb58c27f Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/eb58c27f Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/eb58c27f Branch: refs/heads/5.3 Commit: eb58c27f0d6a2944d073f357a4ef0e239408f6f9 Parents: a1cc851 Author: kaosko <[email protected]> Authored: Thu Nov 20 03:47:15 2014 +0000 Committer: kaosko <[email protected]> Committed: Thu Nov 20 03:47:15 2014 +0000 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/eb58c27f/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index ea785cd..14c584d 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ apply from: "md5.gradle" project.ext.versions = [ // Remember that when generating a release, this should be incremented. Also don"t forget to // tag the release in Git. - tapestry: "5.3.7", + tapestry: "5.3.8", jetty: "7.0.0.v20091005", tomcat: "6.0.30", testng: "5.14.10",
