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 2018/12/19 11:58:14 UTC

tapestry-5 git commit: Advancing version to 5.5.0-beta-1

Repository: tapestry-5
Updated Branches:
  refs/heads/master 8a70c98a6 -> 49c45a3ab


Advancing version to 5.5.0-beta-1

Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/49c45a3a
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/49c45a3a
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/49c45a3a

Branch: refs/heads/master
Commit: 49c45a3abc42465a0a8d61abb456b580bbf2f883
Parents: 8a70c98
Author: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
Authored: Wed Dec 19 09:58:01 2018 -0200
Committer: Thiago H. de Paula Figueiredo <th...@arsmachina.com.br>
Committed: Wed Dec 19 09:58:01 2018 -0200

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/49c45a3a/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index e00ea5d..23c72c9 100755
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
     def major = "5.5.0"
-    def minor = "-alpha-11"
+    def minor = "-beta-1"
 
     // When building on the CI server, make sure -SNAPSHOT is appended, as it is a nightly build.
     // When building normally, or for a release, no suffix is desired.