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 36c764c  fix event order (by date)
36c764c is described below

commit 36c764c5cd00df6a793412d42020356c9c42463d
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Feb 13 09:22:05 2019 +1000

    fix event order (by date)
---
 site/src/site/sitemap-user.groovy | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/site/src/site/sitemap-user.groovy 
b/site/src/site/sitemap-user.groovy
index 105e212..9ebc219 100644
--- a/site/src/site/sitemap-user.groovy
+++ b/site/src/site/sitemap-user.groovy
@@ -247,6 +247,19 @@ ecosystem {
 
 allEvents {
     // Note that the event image should be 257x180 to look nice
+    event('Devnexus-2GM') {
+        location 'Atlanta, GA, USA'
+        date 'Pre conference: March 4-5, Conference March 6-8'
+        url 'https://devnexus.com/2gm-home'
+        logo 'img/confs/devnexus-2gm.png'
+        description '''
+            <p>
+            For its 2019 conference, Devnexus has teamed up with the 2GM 
(Groovy, Grails, and Micronaut) communities, in furtherance of its mission, to 
promote and support open source values and technologies.
+            </p>
+            <p>
+            Pre-Conference Training Event: MICRONAUT FROM IOT TO GCP 
+            </p>'''
+    }
     event('Greach: The Groovy Spanish Conference') {
         location 'Madrid, Spain'
         date 'March 28 - 30, 2019'
@@ -276,19 +289,6 @@ allEvents {
             </p>
         '''
     }
-    event('Devnexus-2GM') {
-        location 'Atlanta, GA, USA'
-        date 'Pre conference: March 4-5, Conference March 6-8'
-        url 'https://devnexus.com/2gm-home'
-        logo 'img/confs/devnexus-2gm.png'
-        description '''
-            <p>
-            For its 2019 conference, Devnexus has teamed up with the 2GM 
(Groovy, Grails, and Micronaut) communities, in furtherance of its mission, to 
promote and support open source values and technologies.
-            </p>
-            <p>
-            Pre-Conference Training Event: MICRONAUT FROM IOT TO GCP 
-            </p>'''
-    }
 }
 
 books {

Reply via email to