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/05/28 22:15:11 UTC

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

Advance version number to 5.4-alpha-5


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

Branch: refs/heads/master
Commit: 01f3ccb974bd65ab6a2da8d1eccaff44d5bdfcb4
Parents: 64a036d
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue May 28 13:15:02 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue May 28 13:15:02 2013 -0700

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


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