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 2014/05/31 00:03:00 UTC

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

Repository: tapestry-5
Updated Branches:
  refs/heads/master 814fdb509 -> e294e9958


Advance version number to 5.4-beta-8


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

Branch: refs/heads/master
Commit: e294e99582da1798b5c13ebb7b23bfaa131e5a06
Parents: 814fdb5
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri May 30 15:03:04 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri May 30 15:03:04 2014 -0700

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


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