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/04/02 00:50:01 UTC

git commit: Advance version number

Repository: tapestry-5
Updated Branches:
  refs/heads/master af5a8350d -> c1c0c24d8


Advance version number


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

Branch: refs/heads/master
Commit: c1c0c24d8bba41f1a901fcc2a785df71c72d7e86
Parents: af5a835
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Apr 1 15:49:47 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Apr 1 15:49:47 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c1c0c24d/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index e19890c..086de67 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-4"
+    def minor = "-beta-5"
 
     // 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.