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 2013/11/28 00:14:58 UTC

git commit: Advance version number to 5.4-alpha-30

Updated Branches:
  refs/heads/master 3fca91ef3 -> 953acd2cc


Advance version number to 5.4-alpha-30


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

Branch: refs/heads/master
Commit: 953acd2ccae503e64d2dc1fbf8b0da8e2e982d90
Parents: 3fca91e
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Nov 27 15:14:05 2013 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Nov 27 15:14:05 2013 -0800

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


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