update download page
diff --git a/content/download.md b/content/download.md
index 83f93fb..9d438d0 100644
--- a/content/download.md
+++ b/content/download.md
@@ -19,22 +19,13 @@
 OWB-2.0.x implements the CDI-2.0 (JSR-365) specification.
 It uses a shaded version of ASM-8 (Java11 support) for building our proxies and requires JavaSE 8 as minimum version.
 
-#### Binaries
-The binary distribution contains all OpenWebBeans modules.
-
-* [openwebbeans-distribution-2.0.23-binary.zip](https://www.apache.org/dyn/closer.lua/openwebbeans/2.0.23/openwebbeans-distribution-2.0.23-binary.zip)
-* [openwebbeans-distribution-2.0.23-binary.zip.sha512](https://www.apache.org/dist/openwebbeans/2.0.23/openwebbeans-distribution-2.0.23-binary.zip.sha512)
-* [openwebbeans-distribution-2.0.23-binary.zip.asc](https://www.apache.org/dist/openwebbeans/2.0.23/openwebbeans-distribution-2.0.23-binary.zip.asc)
-* [openwebbeans-distribution-2.0.23-binary.tar.gz](https://www.apache.org/dyn/closer.lua/openwebbeans/2.0.23/openwebbeans-distribution-2.0.23-binary.tar.gz)
-* [openwebbeans-distribution-2.0.23-binary.tar.gz.sha512](https://www.apache.org/dist/openwebbeans/2.0.23/openwebbeans-distribution-2.0.23-binary.tar.gz.sha512)
-* [openwebbeans-distribution-2.0.23-binary.tar.gz.asc](https://www.apache.org/dist/openwebbeans/2.0.23/openwebbeans-distribution-2.0.23-binary.tar.gz.asc)
-
 #### Source
-Should you want to build any of the above binaries, this source bundle is the right one and covers them all.
+The source distribution contains all OpenWebBeans source code.
+Binaries are available via the Apache Maven Central repository.
 
-* [openwebbeans-2.0.23-source-release.zip](https://www.apache.org/dyn/closer.lua/openwebbeans/2.0.23/openwebbeans-2.0.23-source-release.zip)
-* [openwebbeans-2.0.23-source-release.zip.sha512](https://www.apache.org/dist/openwebbeans/2.0.23/openwebbeans-2.0.23-source-release.zip.sha512)
-* [openwebbeans-2.0.23-source-release.zip.asc](https://www.apache.org/dist/openwebbeans/2.0.23/openwebbeans-2.0.23-source-release.zip.asc)
+* [openwebbeans-2.0.27-source-release.zip](https://www.apache.org/dyn/closer.lua/openwebbeans/2.0.27/openwebbeans-2.0.27-source-release.zip)
+* [openwebbeans-2.0.27-source-release.zip.sha512](https://www.apache.org/dist/openwebbeans/2.0.27/openwebbeans-2.0.27-source-release.zip.sha512)
+* [openwebbeans-2.0.27-source-release.zip.asc](https://www.apache.org/dist/openwebbeans/2.0.27/openwebbeans-2.0.27-source-release.zip.asc)
 
 
 ----------
diff --git a/content/index.ezmd b/content/index.ezmd
index e7e124e..dae5d2e 100644
--- a/content/index.ezmd
+++ b/content/index.ezmd
@@ -29,13 +29,13 @@
 <!-- Example row of columns -->
 <div class="row">
     <div class="col-md-6">
-        <h2>Getting Started</h2>
+        <h2>Getting Started with CDI</h2>
         <p>OpenWebBeans is packaged as modules which get activated by simply dropping them into the classpath. The below link will take you to a step-by-step guide and get you started in no time!<p>
         <p><a class="btn btn-default" href="documentation.html#module-overview">View details »</a></p>
     </div>
     <div class="col-md-6">
-        <h2>Meecrowave</h2>
-        <p>Apache Meecrowave is a microprofile Server based on Apache OpenWebBeans, Tomcat, CXF and Johnzon
+        <h2>Meecrowave Server</h2>
+        <p>Apache Meecrowave is a Microprofile Server based on Apache OpenWebBeans, Tomcat, CXF and Johnzon
             In other words it contains all you need to run a JavaEE based Microservice from the command line - and all that in only 9 MB!</p>
         <p><a class="btn btn-default" href="meecrowave/index.html#">View details »</a></p>
     </div>