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/11/05 00:45:59 UTC

git commit: Advance version number forward to 5.4-alpha-25

Updated Branches:
  refs/heads/master 0f340f67e -> 42834ad2a


Advance version number forward to 5.4-alpha-25


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

Branch: refs/heads/master
Commit: 42834ad2a2e051405ee1a2fbed95b70ef973ddaa
Parents: 0f340f6
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Mon Nov 4 15:45:25 2013 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Mon Nov 4 15:45:25 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/42834ad2/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 3d88b41..c9cf689 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-alpha-24"
+    def minor = "-alpha-25"
 
     // 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.