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 d8c4448e4 Changing version to 5.50.0 after switch to jakarta.servlet
d8c4448e4 is described below
commit d8c4448e4d5de284c3712eb578c089e580f573e4
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Sat Mar 2 10:44:07 2024 -0300
Changing version to 5.50.0 after switch to jakarta.servlet
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 52de8ac94..e8d37a912 100755
--- a/build.gradle
+++ b/build.gradle
@@ -40,7 +40,7 @@ project.version = tapestryVersion()
def tapestryVersion() {
- def major = "5.8.5"
+ def major = "5.50.0"
def minor = ""
// When building on the CI server, make sure -SNAPSHOT is appended, as it
is a nightly build.