Repository: tapestry-5 Updated Branches: refs/heads/master 305ce198c -> 112014a51
increment version number Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/112014a5 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/112014a5 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/112014a5 Branch: refs/heads/master Commit: 112014a513fab321369da79eae0879dd3e7fa014 Parents: 305ce19 Author: Jochen Kemnade <[email protected]> Authored: Thu Apr 6 20:43:44 2017 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Thu Apr 6 20:43:44 2017 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/112014a5/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 5768b1c..56d1b28 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.5.0" - def minor = "-alpha-3" + def minor = "-alpha-4" // 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.
