Repository: tapestry-5 Updated Branches: refs/heads/5.4.x b60235838 -> 245857b51
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/245857b5 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/245857b5 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/245857b5 Branch: refs/heads/5.4.x Commit: 245857b519ca6dca9e64a224cd15dff2b3076fba Parents: b602358 Author: Jochen Kemnade <[email protected]> Authored: Tue Mar 21 11:05:09 2017 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Mon Apr 10 13:17:34 2017 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/245857b5/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index a21747f..77963b6 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ project.version = tapestryVersion() def tapestryVersion() { - def major = "5.4.2" + def major = "5.4.3" def minor = "" // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.
