Repository: tapestry-5 Updated Branches: refs/heads/5.4.x a86beb205 -> b8ed0cd75
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/b8ed0cd7 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/b8ed0cd7 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/b8ed0cd7 Branch: refs/heads/5.4.x Commit: b8ed0cd75425d0d6b077afc507311277fe74cda2 Parents: a86beb2 Author: Jochen Kemnade <[email protected]> Authored: Tue Mar 21 11:05:09 2017 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Tue Mar 21 11:05:09 2017 +0100 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b8ed0cd7/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.
