GERONIMO-6752 bump the API and TCK version
Update the pom to reflect the Health API breaking changes
diff --git a/geronimo-health-common/pom.xml b/geronimo-health-common/pom.xml
index 69a2581..2cbafea 100644
--- a/geronimo-health-common/pom.xml
+++ b/geronimo-health-common/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.geronimo</groupId>
     <artifactId>geronimo-health-parent</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/geronimo-health/pom.xml b/geronimo-health/pom.xml
index 7ea739b..eec9870 100644
--- a/geronimo-health/pom.xml
+++ b/geronimo-health/pom.xml
@@ -21,12 +21,11 @@
   <parent>
     <artifactId>geronimo-health-parent</artifactId>
     <groupId>org.apache.geronimo</groupId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>geronimo-health</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
-  <name>Geronimo Health :: Microprofile</name>
+  <name>Geronimo Health :: MicroProfile</name>
 
   <properties>
     <geronimo-health.Automatic-Module-Name>org.apache.geronimo.microprofile.health</geronimo-health.Automatic-Module-Name>
@@ -107,6 +106,12 @@
       <version>${spec.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>20.0</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>
diff --git a/pom.xml b/pom.xml
index 31dee5f..68eea3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,12 +26,12 @@
 
   <groupId>org.apache.geronimo</groupId>
   <artifactId>geronimo-health-parent</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <name>Geronimo Health</name>
   <packaging>pom</packaging>
 
   <description>
-    Apache Geronimo implementation of the Microprofile Health Specification
+    Apache Geronimo implementation of the MicroProfile Health Specification
   </description>
 
   <scm>
@@ -42,7 +42,7 @@
   </scm>
 
   <properties>
-    <spec.version>2.0.1</spec.version>
+    <spec.version>2.1</spec.version>
   </properties>
 
   <modules>
@@ -113,7 +113,7 @@
     <url>http://www.apache.org/</url>
   </organization>
 
-  <inceptionYear>2018</inceptionYear>
+  <inceptionYear>2019</inceptionYear>
 
   <licenses>
     <license>