You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2015/08/17 19:16:51 UTC

tapestry-5 git commit: Advance version to 5.4-beta-36

Repository: tapestry-5
Updated Branches:
  refs/heads/master f7a6480e7 -> 6339ad360


Advance version to 5.4-beta-36


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

Branch: refs/heads/master
Commit: 6339ad360501a1c6e533f232b2ec260013656b32
Parents: f7a6480
Author: Jochen Kemnade <jk...@apache.org>
Authored: Mon Aug 17 19:16:32 2015 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Mon Aug 17 19:16:32 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/6339ad36/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index cf911f9..29634a6 100755
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-35"
+    def minor = "-beta-36"
 
     // 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.