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 2feea4ed5 Changing version to 5.9.0 after 5.9.0-preview-2 release 2feea4ed5 is described below commit 2feea4ed5d7e68afd96ba18587a56eb72563d548 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Sat Sep 14 17:29:50 2024 -0300 Changing version to 5.9.0 after 5.9.0-preview-2 release --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e7a3d0079..9fdad439e 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ def artifactSuffix = "" // Artifacts that have both an unsuffixed artifact from the javax branch // and a suffixed one from the master branch def suffixedArtifactNames = ["tapestry-core", "tapestry-http", "tapestry-test", - "tapestry-runner", "tapestry-spring", "tapestry-spring", "tapestry-kaptcha", + "tapestry-runner", "tapestry-spring", "tapestry-kaptcha", "tapestry-openapi-viewer", "tapestry-upload", "tapestry-jmx", "tapestry-jpa", "tapestry-kaptcha", "tapestry-openapi-viewer", "tapestry-rest-jackson", "tapestry-webresources", "tapestry-cdi", @@ -54,7 +54,7 @@ project.version = tapestryVersion() def tapestryVersion() { - def major = "5.9.0-preview-2" + def major = "5.9.0" def minor = "" // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.