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 2014/09/12 01:53:30 UTC

git commit: Advance to version 5.4-beta-23

Repository: tapestry-5
Updated Branches:
  refs/heads/master 4bc52d876 -> 3950c51d6


Advance to version 5.4-beta-23


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

Branch: refs/heads/master
Commit: 3950c51d6b8e5ec8754023b51dd995cbb811d3fd
Parents: 4bc52d8
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Sep 11 16:53:29 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Sep 11 16:53:29 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/3950c51d/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index c0ece96..52d63ae 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-22"
+    def minor = "-beta-23"
 
     // 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.