adding utilda in the doc
diff --git a/geronimo-microprofile-site/src/main/jbake/content/index.adoc b/geronimo-microprofile-site/src/main/jbake/content/index.adoc
index 2b72a56..7dcff16 100644
--- a/geronimo-microprofile-site/src/main/jbake/content/index.adoc
+++ b/geronimo-microprofile-site/src/main/jbake/content/index.adoc
@@ -23,8 +23,21 @@
 ----
 <dependency>
   <groupId>org.apache.geronimo</groupId>
-  <artifactId>geronimo-microprofile-agrgegator</artifactId>
-  <version>1.0.0</version>
+  <artifactId>geronimo-microprofile-aggregator</artifactId>
+  <version>${geronimo-microprofile.version}</version>
+  <type>pom</type>
+</dependency>
+----
+
+Finally we provide μ~ (utilda) which is a pom with link:http://openwebbeans.apache.org/meecrowave/[Apache Meecrowave] and the Aggregator pom which makes
+you a one dependency Microprofile 2.0 server, ready to use:
+
+[source,xml]
+----
+<dependency>
+  <groupId>org.apache.geronimo</groupId>
+  <artifactId>utilda</artifactId>
+  <version>${geronimo-microprofile.version}</version>
   <type>pom</type>
 </dependency>
 ----