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/06/17 21:41:30 UTC

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

Repository: tapestry-5
Updated Branches:
  refs/heads/master 04ea6d0e5 -> 3ac532438


Advance version number to 5.4-beta-12


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

Branch: refs/heads/master
Commit: 3ac532438768c5cc09f121ffa9b49def6128b932
Parents: 04ea6d0
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Jun 17 12:41:07 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Jun 17 12:41:28 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/3ac53243/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 70999c3..cd03ae7 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-beta-11"
+    def minor = "-beta-12"
 
     // 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.