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 2015/04/07 22:23:10 UTC

[3/3] tapestry-5 git commit: Advance version to 5.4-beta-31

Advance version to 5.4-beta-31


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

Branch: refs/heads/master
Commit: cf5858fbb4bf1b516c5c08e6df18f5b2eb7d6d8f
Parents: 7d9b1bb
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Apr 7 13:22:49 2015 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Apr 7 13:22:49 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/cf5858fb/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 10f944a..63e805d 100755
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-30"
+    def minor = "-beta-31"
 
     // 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.