Repository: tapestry-5 Updated Branches: refs/heads/master c69413988 -> 1362c6d2c
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/1362c6d2 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/1362c6d2 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/1362c6d2 Branch: refs/heads/master Commit: 1362c6d2c42082196af54607b3c370f8c9ecfbe7 Parents: c694139 Author: Jochen Kemnade <[email protected]> Authored: Wed Mar 16 09:20:04 2016 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Wed Mar 16 09:20:04 2016 +0100 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/1362c6d2/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 207ebfa..93edfd7 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ project.version = tapestryVersion() def tapestryVersion() { - def major = "5.4.1" + def major = "5.4.2" def minor = "" // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.
