This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch javax in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/javax by this push: new d07fb3e54 Bumping version to 5.10.0 for JS improvements d07fb3e54 is described below commit d07fb3e54675009f77ec97614cccf4b6467596d7 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Thu Apr 3 09:41:41 2025 -0300 Bumping version to 5.10.0 for JS improvements --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 66e66ca8e..5824cf243 100755 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ project.version = tapestryVersion() def tapestryVersion() { - def major = "5.9.0" + def major = "5.10.0" def minor = "" // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.