[maven-release-plugin] prepare for next development iteration
diff --git a/geronimo-health-common/pom.xml b/geronimo-health-common/pom.xml
index 60cd0b2..669aa7d 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>2.0.1</version>
+    <version>2.0.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/geronimo-health/pom.xml b/geronimo-health/pom.xml
index 7780af6..826323b 100644
--- a/geronimo-health/pom.xml
+++ b/geronimo-health/pom.xml
@@ -21,11 +21,11 @@
   <parent>
     <artifactId>geronimo-health-parent</artifactId>
     <groupId>org.apache.geronimo</groupId>
-    <version>2.0.1</version>
+    <version>2.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>geronimo-health</artifactId>
-  <version>2.0.1</version>
+  <version>2.0.2-SNAPSHOT</version>
   <name>Geronimo Health :: Microprofile</name>
 
   <properties>
diff --git a/pom.xml b/pom.xml
index b41de68..aef54d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.geronimo</groupId>
   <artifactId>geronimo-health-parent</artifactId>
-  <version>2.0.1</version>
+  <version>2.0.2-SNAPSHOT</version>
   <name>Geronimo Health</name>
   <packaging>pom</packaging>
 
@@ -38,7 +38,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/geronimo-health.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/geronimo-health.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf/geronimo-health.git</url>
-    <tag>geronimo-health-parent-2.0.1</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <properties>