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/10/12 00:29:42 UTC

git commit: Roll version number forward to 5.4-alpha-24

Updated Branches:
  refs/heads/master 033e04cdf -> 234c53311


Roll version number forward to 5.4-alpha-24


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

Branch: refs/heads/master
Commit: 234c533119609319a070f7da7e0a3ebbcf25a216
Parents: 033e04c
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Oct 11 15:29:32 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Oct 11 15:29:32 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/234c5331/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index e101931..61cc61d 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-alpha-23"
+    def minor = "-alpha-24"
 
     // 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.