Repository: tapestry-5 Updated Branches: refs/heads/master 0698d18fa -> 376918701
increment version number after 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/37691870 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/37691870 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/37691870 Branch: refs/heads/master Commit: 376918701eabb14e00971a58daeb9f963ecb56ef Parents: 0698d18 Author: Jochen Kemnade <[email protected]> Authored: Mon Oct 26 18:25:47 2015 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Mon Oct 26 18:25:47 2015 +0100 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/37691870/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 7492df0..9eaac7b 100755 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ project.version = tapestryVersion() def tapestryVersion() { def major = "5.4" - def minor = "-beta-39" + def minor = "-rc-2" // 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.
