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/26 02:48:49 UTC

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

Updated Branches:
  refs/heads/master 2dc469507 -> 817b15b61


Roll version number forward to 5.4-alpha-29


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

Branch: refs/heads/master
Commit: 817b15b614a5627a7fd87f8c28ac5820ac94caea
Parents: 2dc4695
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Nov 25 17:48:44 2013 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Nov 25 17:48:44 2013 -0800

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


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