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 2022/04/02 00:42:13 UTC

[tapestry-5] branch master updated: Bumping version to 5.8.2 after 5.8.1 release

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 7f1a42a  Bumping version to 5.8.2 after 5.8.1 release
7f1a42a is described below

commit 7f1a42ace6adc7e2c1c92353e21ecd77a570590e
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Fri Apr 1 21:42:02 2022 -0300

    Bumping version to 5.8.2 after 5.8.1 release
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 7f01347..8ed9d20 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 
 def tapestryVersion() {
 
-    def major = "5.8.1"
+    def major = "5.8.2"
     def minor = ""
 
     // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.