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