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 1bd22b065 Bumping version to 5.9.0-preview-2 after 5.9.0-preview
release
1bd22b065 is described below
commit 1bd22b0656e0c7c68ac373bbe1948f4aa208b5ac
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Sat Aug 31 10:46:05 2024 -0300
Bumping version to 5.9.0-preview-2 after 5.9.0-preview release
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 109ec2328..248295d2d 100755
--- a/build.gradle
+++ b/build.gradle
@@ -50,7 +50,7 @@ project.version = tapestryVersion()
def tapestryVersion() {
- def major = "5.9.0-preview"
+ def major = "5.9.0-preview-2"
def minor = ""
// When building on the CI server, make sure -SNAPSHOT is appended, as it
is a nightly build.