This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/master by this push: new d2aa3bbb9 Bumping version to 5.9.0 for the -jakarta artifacts d2aa3bbb9 is described below commit d2aa3bbb9b0d6b4872e5aa63caef8fabb6d9eaf9 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Sun Aug 18 17:40:48 2024 -0300 Bumping version to 5.9.0 for the -jakarta artifacts --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c257c7c4b..e7cf5757e 100755 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ project.version = tapestryVersion() def tapestryVersion() { - def major = "5.8.8" + def major = "5.9.0" def minor = "" // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.