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/06/22 02:18:53 UTC

git commit: Advance version number to 5.4-alpha-10

Updated Branches:
  refs/heads/master 7664e2cc7 -> 7e65baebf


Advance version number to 5.4-alpha-10


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

Branch: refs/heads/master
Commit: 7e65baebf6d3cdf02ef8df1fe0586f4bcfa293ce
Parents: 7664e2c
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Jun 21 17:18:17 2013 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Jun 21 17:18:17 2013 -0700

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


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