You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ml...@apache.org on 2013/08/28 13:14:41 UTC

git commit: bump version

Updated Branches:
  refs/heads/master dd109817e -> 76f2679fd


bump version


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

Branch: refs/heads/master
Commit: 76f2679fd25850f426adf3fd4c07a5075096c073
Parents: dd10981
Author: Massimo Lusetti <ml...@apache.org>
Authored: Wed Aug 28 13:14:29 2013 +0200
Committer: Massimo Lusetti <ml...@apache.org>
Committed: Wed Aug 28 13:14:29 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/76f2679f/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 9b71d5a..0ec31ff 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.4"
-    def minor = "-alpha-15"
+    def minor = "-alpha-16"
 
     // 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.