Repository: tapestry-5 Updated Branches: refs/heads/master 3eaf96507 -> 7c398b117
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/7c398b11 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/7c398b11 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/7c398b11 Branch: refs/heads/master Commit: 7c398b117aa3ce073cab0b45d1902a18b404e20a Parents: 3eaf965 Author: Jochen Kemnade <[email protected]> Authored: Fri Nov 3 11:33:34 2017 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Fri Nov 3 11:33:34 2017 +0100 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/7c398b11/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 12a364b..40feca1 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.5.0" - def minor = "-alpha-8" + def minor = "-alpha-9" // 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.
