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/25 18:50:08 UTC

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

Updated Branches:
  refs/heads/master 8d97bee2b -> b6d1bdeba


Roll version number forward to 5.4-alpha-28


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

Branch: refs/heads/master
Commit: b6d1bdebac73113e63429e4dc7b4499a6b9f9018
Parents: 8d97bee
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Nov 25 09:50:02 2013 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Nov 25 09:50:02 2013 -0800

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


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