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/09/02 20:53:54 UTC

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

Repository: tapestry-5
Updated Branches:
  refs/heads/master 90e9bccb2 -> d5f6a5928


Advance version number to 5.4-beta-18


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

Branch: refs/heads/master
Commit: d5f6a59282c3e1dde2e5c6a372707957835d66c8
Parents: 90e9bcc
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Sep 2 11:54:08 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Sep 2 11:54:08 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/d5f6a592/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 46c68d9..1f86648 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-17"
+    def minor = "-beta-18"
 
     // 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.