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 2013/12/17 19:29:54 UTC

git commit: Update version number to 5.4-beta-1

Updated Branches:
  refs/heads/master 9490dcb51 -> 37dc52228


Update version number to 5.4-beta-1


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

Branch: refs/heads/master
Commit: 37dc5222825adf154a8b2a1f65ec4fcbf44614a8
Parents: 9490dcb
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Dec 17 10:29:30 2013 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Dec 17 10:29:30 2013 -0800

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


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