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 2020/03/09 02:21:24 UTC

[tapestry-5] branch master updated: Bumping version to 5.6.0

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 00e2c8a  Bumping version to 5.6.0
00e2c8a is described below

commit 00e2c8ab222a2f8bdd4e8e9351ea6e2e1b2348f1
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
AuthorDate: Sun Mar 8 23:19:52 2020 -0300

    Bumping version to 5.6.0
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index e5fa698..30469c5 100755
--- a/build.gradle
+++ b/build.gradle
@@ -33,7 +33,7 @@ project.version = tapestryVersion()
 
 def tapestryVersion() {
 
-    def major = "5.5.0"
+    def major = "5.6.0"
     def minor = ""
 
     // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.