Repository: tapestry-5 Updated Branches: refs/heads/master 68c11aff6 -> fa1852486
the next version will probably be 5.5.0-alpha-1 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/a215ca2e Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/a215ca2e Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/a215ca2e Branch: refs/heads/master Commit: a215ca2e8cd2710eac1f1bacdf6738d14c10298d Parents: 68c11af Author: Jochen Kemnade <[email protected]> Authored: Tue Apr 19 10:00:50 2016 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Tue Apr 19 10:00:50 2016 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a215ca2e/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 20b7c3a..6214a01 100755 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.5.0" - def minor = "" + def minor = "-alpha-1" // 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.
