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 2013/06/03 19:49:02 UTC

[6/6] git commit: Advance version number to 5.4-alpha-7

Advance version number to 5.4-alpha-7


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

Branch: refs/heads/master
Commit: 6baad0246d4b8db6cd5d8e18ce5ba49f71f8bad1
Parents: d73f938
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Jun 3 10:24:35 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Jun 3 10:24:35 2013 -0700

----------------------------------------------------------------------
 build.gradle |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/6baad024/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 295906a..a12e8aa 100755
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-alpha-6"
+    def minor = "-alpha-7"
 
     // 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.