Repository: tapestry-5 Updated Branches: refs/heads/5.4.x d29cc6778 -> 2c0edea0a
Bumping version to 5.4.5 after 5.4.4 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/2c0edea0 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/2c0edea0 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/2c0edea0 Branch: refs/heads/5.4.x Commit: 2c0edea0ad3e670197c53c0c66fd4fac1b55995c Parents: d29cc67 Author: Thiago H. de Paula Figueiredo <[email protected]> Authored: Sat Dec 8 14:08:00 2018 -0200 Committer: Thiago H. de Paula Figueiredo <[email protected]> Committed: Sat Dec 8 14:08:00 2018 -0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/2c0edea0/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 8256f24..27bf5d4 100755 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ project.version = tapestryVersion() def tapestryVersion() { - def major = "5.4.4" + def major = "5.4.5" def minor = "" // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.
