You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by th...@apache.org on 2021/10/08 11:27:21 UTC

[tapestry-5] branch rest updated: Bumping version to 5.8.0 due to major improvement added (REST)

This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch rest
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/rest by this push:
     new af9b2a3  Bumping version to 5.8.0 due to major improvement added (REST)
af9b2a3 is described below

commit af9b2a3b3b7170aec7c82d48433edb0fc4ee35c4
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Fri Oct 8 08:27:04 2021 -0300

    Bumping version to 5.8.0 due to major improvement added (REST)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 824cb2d..829a353 100755
--- a/build.gradle
+++ b/build.gradle
@@ -33,7 +33,7 @@ project.version = tapestryVersion()
 
 def tapestryVersion() {
 
-    def major = "5.7.4"
+    def major = "5.8.0"
     def minor = ""
 
     // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.