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/12/30 02:06:57 UTC

tapestry-5 git commit: Advance version number to 5.4-beta-25

Repository: tapestry-5
Updated Branches:
  refs/heads/master 7dbbe84c0 -> f88ed9a30


Advance version number to 5.4-beta-25


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

Branch: refs/heads/master
Commit: f88ed9a30bd60463b95f373a600b2a9bb1e633d8
Parents: 7dbbe84
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Dec 29 17:06:43 2014 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Dec 29 17:06:43 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/f88ed9a3/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 625986e..20f00f4 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-24"
+    def minor = "-beta-25"
 
     // 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.