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 2014/02/19 05:12:12 UTC

git commit: Advance version number to 5.4-beta-4

Repository: tapestry-5
Updated Branches:
  refs/heads/master c2d46ef28 -> 67fcdd1df


Advance version number to 5.4-beta-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/67fcdd1d
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/67fcdd1d
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/67fcdd1d

Branch: refs/heads/master
Commit: 67fcdd1dfa113dcc3db2d3f70caee5a7beef41d2
Parents: c2d46ef
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Feb 18 23:11:49 2014 -0500
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Feb 18 23:11:49 2014 -0500

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/67fcdd1d/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index b7f0a43..c1c401c 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-3"
+    def minor = "-beta-4"
 
     // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.
     // When building normally, or for a release, no suffix is desired.