Repository: tapestry-5 Updated Branches: refs/heads/master b58621fbf -> 0fe1446f2
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/0fe1446f Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/0fe1446f Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/0fe1446f Branch: refs/heads/master Commit: 0fe1446f2d19ebe658b0d59ed88694eb3ad76b7c Parents: b58621f Author: Jochen Kemnade <[email protected]> Authored: Wed Oct 18 09:29:00 2017 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Wed Oct 18 09:29:00 2017 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/0fe1446f/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index b6db510..de23bb7 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.5.0" - def minor = "-alpha-7" + def minor = "-alpha-8" // 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.
