Repository: tapestry-5 Updated Branches: refs/heads/master 0f2c01c9a -> 1a257084f
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/1a257084 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/1a257084 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/1a257084 Branch: refs/heads/master Commit: 1a257084f36300a304f2044c16bdca3436921b55 Parents: 0f2c01c Author: Jochen Kemnade <[email protected]> Authored: Mon Nov 27 13:18:48 2017 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Mon Nov 27 13:18:48 2017 +0100 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1a257084/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 0b75976..c48a8c7 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.5.0" - def minor = "-alpha-10" + def minor = "-alpha-11" // 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.
