You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/06/06 19:20:23 UTC

git commit: Advance version number to 5.3.4-rc-5

Updated Branches:
  refs/heads/5.3 bb940c080 -> 5a5ae34d1


Advance version number to 5.3.4-rc-5


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/5a5ae34d
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/5a5ae34d
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/5a5ae34d

Branch: refs/heads/5.3
Commit: 5a5ae34d199684a52cd42305f238ca1435843aab
Parents: bb940c0
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Jun 6 10:20:11 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Jun 6 10:20:11 2012 -0700

----------------------------------------------------------------------
 build.gradle |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/5a5ae34d/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 953d032..e86b449 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-4",
+  tapestry: "5.3.4-rc-5",
   jetty: "7.0.0.v20091005",
   tomcat: "6.0.30",
   testng: "5.14.9",