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

git commit: Roll version number forward to 5.3.5 prior to generating the release

Updated Branches:
  refs/heads/5.3 0fb8abd7f -> c5600a8de


Roll version number forward to 5.3.5 prior to generating the release


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

Branch: refs/heads/5.3
Commit: c5600a8de7645fb7bd5cc21b38f8902a36c1b840
Parents: 0fb8abd
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Aug 20 11:32:06 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Aug 20 11:32:06 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c5600a8d/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 9958a6a..a7d4edc 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.5-rc1",
+  tapestry: "5.3.5",
   jetty: "7.0.0.v20091005",
   tomcat: "6.0.30",
   testng: "5.14.10",