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/08/16 13:50:08 UTC

[tapestry-5] branch master updated: Bumping version to 5.7.3 after 5.7.4 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 8d8f132  Bumping version to 5.7.3 after 5.7.4 release
8d8f132 is described below

commit 8d8f132d0fdd850ed273727b9cb7806e866f0767
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Mon Aug 16 09:10:22 2021 -0300

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

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