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 2013/07/23 01:57:33 UTC

[6/8] git commit: Roll version number forward to 5.4-alpha-14

Roll version number forward to 5.4-alpha-14


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

Branch: refs/heads/master
Commit: f649276c93b6f8fd6c3bbc0082c5c2a809b1453c
Parents: 01cfeb1
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Jul 22 09:45:10 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Jul 22 09:45:10 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/f649276c/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 13dd9e3..4b330a8 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-alpha-13"
+    def minor = "-alpha-14"
 
     // 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.