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/06/19 17:26:38 UTC

[tapestry-5] 01/02: Bumping version to 5.8.3 after 5.8.2 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

commit 1703612ce5a393a0ca1229b80cbfd059eb394d7c
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Sun Jun 19 14:24:18 2022 -0300

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

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