This is an automated email from the ASF dual-hosted git repository.
thiagohp pushed a commit to branch javax
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/javax by this push:
new 7f3326ccf 5.8.8 release
7f3326ccf is described below
commit 7f3326ccf73f963eb00b59b20b147009c6fab312
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Wed Aug 7 22:16:34 2024 -0300
5.8.8 release
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 1d9de07ae..dfcef221e 100755
--- a/build.gradle
+++ b/build.gradle
@@ -40,7 +40,7 @@ project.version = tapestryVersion()
def tapestryVersion() {
- def major = "5.8.7"
+ def major = "5.8.8"
def minor = ""
// When building on the CI server, make sure -SNAPSHOT is appended, as it
is a nightly build.