You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2014/04/19 00:05:38 UTC

[2/3] git commit: Advance version number

Advance version number


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

Branch: refs/heads/master
Commit: 577499e790e27e9d86cb2e6c47d248d7ed06e547
Parents: 6f55e62
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Apr 18 08:38:23 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Apr 18 08:38:23 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/577499e7/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 086de67..36d96f3 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-5"
+    def minor = "-beta-6"
 
     // 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.