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/05/04 15:13:41 UTC

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

Repository: tapestry-5
Updated Branches:
  refs/heads/master f4994f2ab -> 34e815785


Advance version to 5.4-beta-33


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

Branch: refs/heads/master
Commit: 34e8157855225e924663db73353afe5be37309f5
Parents: f4994f2
Author: Jochen Kemnade <jk...@apache.org>
Authored: Mon May 4 15:12:16 2015 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Mon May 4 15:12:16 2015 +0200

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


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