Updated Branches: refs/heads/5.3 759791d71 -> 8ca386898
Roll version forward to 5.3.4 prior to vote Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/8ca38689 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/8ca38689 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/8ca38689 Branch: refs/heads/5.3 Commit: 8ca386898dd0d61582da02088624f0f399045cad Parents: 759791d Author: Howard M. Lewis Ship <[email protected]> Authored: Tue Jul 3 09:18:08 2012 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Tue Jul 3 09:18:08 2012 -0700 ---------------------------------------------------------------------- build.gradle | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/8ca38689/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 6d09574..402facd 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 Subversion. - tapestry: "5.3.4-rc-9", + tapestry: "5.3.4", jetty: "7.0.0.v20091005", tomcat: "6.0.30", testng: "6.5.2",
