Repository: tapestry-5 Updated Branches: refs/heads/master 68303b1d6 -> 0b20ab337
increment versionn 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/6acc372c Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/6acc372c Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/6acc372c Branch: refs/heads/master Commit: 6acc372caa514339c1e4a7025f1a7586eb0272c3 Parents: 68303b1 Author: Jochen Kemnade <[email protected]> Authored: Fri Oct 13 16:21:17 2017 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Fri Oct 13 16:21:17 2017 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/6acc372c/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index d53b791..f27e36e 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.5.0" - def minor = "-alpha-5" + def minor = "-alpha-6" // 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.
