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/07/24 19:41:06 UTC

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

Repository: tapestry-5
Updated Branches:
  refs/heads/master 4147af5f3 -> c5dd80320


Advance version to 5.4-beta-34


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

Branch: refs/heads/master
Commit: c5dd8032066556ed2c515ef2e8577aa7ac4e1d19
Parents: 4147af5
Author: Jochen Kemnade <jk...@apache.org>
Authored: Fri Jul 24 19:40:56 2015 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Fri Jul 24 19:40:56 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c5dd8032/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index de06f61..05727e3 100755
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-33"
+    def minor = "-beta-34"
 
     // 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.