Repository: tapestry-5 Updated Branches: refs/heads/master 2672e9847 -> bfb24f4b6
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/bfb24f4b Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/bfb24f4b Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/bfb24f4b Branch: refs/heads/master Commit: bfb24f4b6436b5bcd011af3eb272915a8058bf9f Parents: 2672e98 Author: Jochen Kemnade <[email protected]> Authored: Tue Dec 15 17:18:22 2015 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Tue Dec 15 17:18:22 2015 +0100 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/bfb24f4b/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index a0ffbeb..ad10a66 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ project.version = tapestryVersion() def tapestryVersion() { - def major = "5.4.0" + def major = "5.4.1" def minor = "" // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.
