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/05 23:54:44 UTC

[2/3] git commit: Roll version number forward to 5.3.4-rc-4

Roll version number forward to 5.3.4-rc-4


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

Branch: refs/heads/5.3
Commit: cd509e50986041bfd82137a8669af90184fb7c38
Parents: c6190c2
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Jun 5 13:47:33 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Jun 5 13:47:33 2012 -0700

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


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