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/06 01:48:32 UTC

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

Updated Branches:
  refs/heads/master d3d61d898 -> 1ce11229e


Advance version number to 5.4-alpha-19


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

Branch: refs/heads/master
Commit: 1ce11229ed2a8f9738229a0e1d40db49a5396eed
Parents: d3d61d8
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Sep 5 16:48:18 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Sep 5 16:48:18 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1ce11229/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index c5ee354..945fe32 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-alpha-18"
+    def minor = "-alpha-19"
 
     // 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.