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 <[email protected]> Authored: Wed Aug 28 13:14:29 2013 +0200 Committer: Massimo Lusetti <[email protected]> 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.
