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

git commit: Advance version number to 5.4-beta-17

Repository: tapestry-5
Updated Branches:
  refs/heads/master 0119f9a89 -> 93116c9f0


Advance version number to 5.4-beta-17


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

Branch: refs/heads/master
Commit: 93116c9f0a1028ad5806ef334b1f54924c3991a3
Parents: 0119f9a
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Thu Aug 7 13:03:38 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Thu Aug 7 13:03:38 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/93116c9f/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 7d0b5c5..241adf4 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-16"
+    def minor = "-beta-17"
 
     // 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.