You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2021/02/25 00:34:14 UTC

[groovy-website] branch asf-site updated: update Groovy 4 info

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 6f4f385  update Groovy 4 info
6f4f385 is described below

commit 6f4f3851aedbd096a0ec12973a7e781921258360
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Feb 25 10:33:53 2021 +1000

    update Groovy 4 info
---
 site/src/site/pages/download.groovy | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/site/src/site/pages/download.groovy b/site/src/site/pages/download.groovy
index 4298f5a..37a0f03 100644
--- a/site/src/site/pages/download.groovy
+++ b/site/src/site/pages/download.groovy
@@ -342,6 +342,13 @@ layout 'layouts/main.groovy', true,
                                     }
                                     tbody {
                                         tr {
+                                            td(colspan: 3, style: 'text-align:center') {
+                                                strong {
+                                                    em 'Groovy versions 1.x to 3.x'
+                                                }
+                                            }
+                                        }
+                                        tr {
                                             td {
                                                 code 'org.codehaus.groovy:groovy:x.y.z'
                                             }
@@ -391,6 +398,22 @@ layout 'layouts/main.groovy', true,
                                             }
                                         }
                                         tr {
+                                            td(colspan: 3, style: 'text-align:center') {
+                                                strong {
+                                                    em 'Groovy versions 4.0+'
+                                                }
+                                            }
+                                        }
+                                        tr {
+                                            td(colspan: 3) {
+                                                yield 'As above but use '
+                                                code 'org.apache.groovy'
+                                                yield ' instead of '
+                                                code 'org.codehaus.groovy'
+                                                yield '.'
+                                            }
+                                        }
+                                        tr {
                                             td(colspan: 3) {
                                                 yield '* Modules:'
                                                 br()
@@ -405,6 +428,9 @@ layout 'layouts/main.groovy', true,
                                                 br()
                                                 em '3.0.0+:'
                                                 yield ' as above but "groovy-yaml" is a new optional module'
+                                                br()
+                                                em '4.0.0+:'
+                                                yield ' as above but "groovy-contracts" is a new module, "groovy-yaml" is now included in "groovy-all", and "groovy-testng" is now an optional module'
                                             }
                                         }
                                         tr {