Repository: tapestry-5 Updated Branches: refs/heads/master 72a5bdd1f -> 421a820d8
increment version number after preview release Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/421a820d Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/421a820d Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/421a820d Branch: refs/heads/master Commit: 421a820d88ec01bb8f363d202e26d50da7c81a08 Parents: 72a5bdd Author: Jochen Kemnade <[email protected]> Authored: Wed Apr 5 09:05:54 2017 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Wed Apr 5 09:05:54 2017 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/421a820d/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index a830aeb..5768b1c 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.5.0" - def minor = "-alpha-2" + def minor = "-alpha-3" // 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.
