diff --git a/mhd-fhir-server-simulator/pom.xml b/mhd-fhir-server-simulator/pom.xml
index 7fc1f0d487f0f4750167f96ae61ec20ade44692e..dd80eaec2a4be711a9ab224d337bd35e087df20f 100644
--- a/mhd-fhir-server-simulator/pom.xml
+++ b/mhd-fhir-server-simulator/pom.xml
@@ -4,12 +4,12 @@
     <parent>
         <groupId>net.ihe.gazelle</groupId>
         <artifactId>mhd-fhir-simulators</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>gazelle.ihe.net</groupId>
     <artifactId>mhd-fhir-server-simulator</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
 
     <properties>
         <compiler-plugin.version>3.12.1</compiler-plugin.version>
diff --git a/pom.xml b/pom.xml
index 0e712f90a0ed1755393b9577217a29a22fa18cdc..5411c286ff4c96db0da452868582e72458a4e387 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
     <groupId>net.ihe.gazelle</groupId>
     <artifactId>mhd-fhir-simulators</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>MHD FHIR Server Simulator</name>
 
@@ -28,7 +28,7 @@
         <connection>scm:git:${git.project.url}</connection>
         <url>scm:git:${git.project.url}</url>
         <developerConnection>scm:git:${git.project.url}</developerConnection>
-        <tag>1.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <distributionManagement>