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 7df0432  Update the event info which was out of date
7df0432 is described below

commit 7df04323cd69ecc5d2cb30fb24a77a03b69de944
Author: Paul King <[email protected]>
AuthorDate: Sat Jul 23 21:03:27 2022 +1000

    Update the event info which was out of date
---
 site/src/site/assets/img/confs/acna2022.png | Bin 0 -> 23078 bytes
 site/src/site/sitemap-user.groovy           |  35 +++++++++++++++++-----------
 2 files changed, 21 insertions(+), 14 deletions(-)

diff --git a/site/src/site/assets/img/confs/acna2022.png 
b/site/src/site/assets/img/confs/acna2022.png
new file mode 100644
index 0000000..aa40130
Binary files /dev/null and b/site/src/site/assets/img/confs/acna2022.png differ
diff --git a/site/src/site/sitemap-user.groovy 
b/site/src/site/sitemap-user.groovy
index 00569ba..aa6ace9 100644
--- a/site/src/site/sitemap-user.groovy
+++ b/site/src/site/sitemap-user.groovy
@@ -216,28 +216,35 @@ ecosystem {
 
 allEvents {
     // Note that the event image should be 257x180 to look nice
-    event('GR8Conf & JDK IO') {
-        location 'Copenhagen, Denmark'
-        date 'May 26-28, 2021'
-        url 'http://gr8conf.eu/'
-        logo 'img/confs/gr8conf-jdkio.svg'
+    event('ApacheCon NA') {
+        location 'New Orleans, Louisiana'
+        date 'October 3-6, 2022'
+        url 'https://www.apachecon.com/acna2022/'
+        logo 'img/confs/acna2022.png'
         description '''
             <p>
-            For the past 12 years, GR8Conf has provided a high-quality 
conference experience for the tight-knit Apache Groovy programming language 
community. This year, we are joining forces with JDK IO - an annual conference 
run by the Danish Java user group covering technologies relevant to the entire 
JVM. The combined conference will be known as GR8Conf & JDK IO and will focus 
on All Things Groovy and Java, with DevOps, Microservices and Frontend 
Technologies sprinkled in.
+            The latest innovations from dozens of Apache projects and their 
communities in a collaborative,
+            vendor-neutral environment.
             </p>
-            <p>We feature the Hackergarten and have an awesome Meet & Greet 
with craft beers brewed by the crew!</p>
+            <p>There is a 2-day Groovy track covering latest news, functional 
programming with Groovy,
+            Spock, Grails, Micronaut, Gradle, DSLs and more. Also, there is 
Groovy content in other tracks
+            plus some special events like BoF sessions and other surprises.</p>
         '''
     }
-    event('ApacheCon @Home') {
-        location 'Virtual'
-        date 'Sep 21-23, 2021'
-        url 'https://www.apachecon.com/acah2021/'
-        logo 'img/confs/acah2021.png'
+    event('GR8Conf & JDK IO') {
+        location 'Copenhagen, Denmark'
+        date 'November 16-17, 2022'
+        url 'http://gr8conf.eu/'
+        logo 'img/confs/gr8conf-jdkio.svg'
         description '''
             <p>
-            The latest innovations from dozens of Apache projects and their 
communities in a collaborative, vendor-neutral environment.
+            Since 2009, GR8Conf has provided a high-quality conference 
experience for the tight-knit
+            Apache Groovy programming language community. This year, we are 
joining forces with JDK IO - an annual
+            conference run by the Danish Java user group covering technologies 
relevant to the entire JVM.
+            The combined conference will be known as GR8Conf & JDK IO and will 
focus on All Things Groovy
+            and Java, with DevOps, Microservices and Frontend Technologies 
sprinkled in.
             </p>
-            <p>There is a whole track dedicated to Groovy!</p>
+            <p>We feature the Hackergarten and have an awesome Meet & Greet 
with craft beers brewed by the crew!</p>
         '''
     }
 }

Reply via email to