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/09/11 22:18:08 UTC

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

Updated Branches:
  refs/heads/master 7419eed30 -> 186711c3d


Advance version number to 5.4-alpha-21


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

Branch: refs/heads/master
Commit: 186711c3db26d05bb10b731590b3130c79583464
Parents: 7419eed
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Sep 11 13:17:59 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Sep 11 13:17:59 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/186711c3/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 4889382..626422b 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-alpha-20"
+    def minor = "-alpha-21"
 
     // 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.