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/05 20:04:08 UTC

[2/3] git commit: Advance version number to 5.4-alpha-9

Advance version number to 5.4-alpha-9


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

Branch: refs/heads/master
Commit: cfb63ee7e1f49823d7becbeaef33530dd6c1562d
Parents: 52fcb51
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Jun 5 09:30:48 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Jun 5 09:30:48 2013 -0700

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


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