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 7fb7cb1 Updating beta version number
7fb7cb1 is described below
commit 7fb7cb11d7f467a3c5382753d5fd8cae90c3ac50
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Fri Jun 21 23:26:13 2019 -0300
Updating beta version number
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 5d9aed0..35bd659 100755
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ project.version = tapestryVersion()
def tapestryVersion() {
def major = "5.5.0"
- def minor = "-beta-2"
+ def minor = "-beta-3"
// 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.