This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 8c94aed Remove 'in alpha' from Groovy 5
8c94aed is described below
commit 8c94aed8184091f307336da301fc0f611531f193
Author: Keegan Witt <[email protected]>
AuthorDate: Tue Feb 3 13:29:25 2026 -0500
Remove 'in alpha' from Groovy 5
---
site/src/site/pages/download.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/src/site/pages/download.groovy
b/site/src/site/pages/download.groovy
index 71a7cd8..eab39f2 100644
--- a/site/src/site/pages/download.groovy
+++ b/site/src/site/pages/download.groovy
@@ -530,7 +530,7 @@ layout 'layouts/main.groovy', true,
}
tbody {
tr {
- td { b '5.0 (in alpha)' }
+ td { b '5.0' }
td 'N/A'
td '11'
}