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 a0c624afa Changing version to 5.9.0 after 5.9.0-preview-2 release
a0c624afa is described below

commit a0c624afa10b6492857767b53292c405278628ae
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 38cc057ec..c051d0f12 100755
--- a/build.gradle
+++ b/build.gradle
@@ -35,7 +35,7 @@ def artifactSuffix = "-jakarta"
 // 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", 
@@ -56,7 +56,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.

Reply via email to