diff --git a/mobidam-eai-commons-lib/pom.xml b/mobidam-eai-commons-lib/pom.xml
index 142ed3b..a6d9504 100644
--- a/mobidam-eai-commons-lib/pom.xml
+++ b/mobidam-eai-commons-lib/pom.xml
@@ -28,11 +28,11 @@
     <parent>
         <groupId>de.muenchen.mobidam</groupId>
         <artifactId>mobidam-eai-commons</artifactId>
-        <version>0.0.1</version>
+        <version>0.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>mobidam-eai-commons-lib</artifactId>
-    <version>0.0.1</version>
+    <version>0.0.2-SNAPSHOT</version>
     <name>mobidam-eai-commons-lib</name>
     <description>Contains independent, reusable code that does not require direct Spring Boot integration.</description>
 
diff --git a/mobidam-eai-commons-starter/pom.xml b/mobidam-eai-commons-starter/pom.xml
index 067cd1c..ba0cd42 100644
--- a/mobidam-eai-commons-starter/pom.xml
+++ b/mobidam-eai-commons-starter/pom.xml
@@ -28,11 +28,11 @@
     <parent>
         <groupId>de.muenchen.mobidam</groupId>
         <artifactId>mobidam-eai-commons</artifactId>
-        <version>0.0.1</version>
+        <version>0.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>mobidam-eai-commons-starter</artifactId>
-    <version>0.0.1</version>
+    <version>0.0.2-SNAPSHOT</version>
     <name>mobidam-eai-commons-starter</name>
     <description>Spring boot configuration and starter features.</description>
 
diff --git a/pom.xml b/pom.xml
index 09b7208..488189d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>de.muenchen.mobidam</groupId>
     <artifactId>mobidam-eai-commons</artifactId>
-    <version>0.0.1</version>
+    <version>0.0.2-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>mobidam-eai-commons</name>
@@ -57,7 +57,7 @@
     <scm>
         <connection>scm:git:${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git</connection>
         <developerConnection>scm:git:${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git</developerConnection>
-      <tag>0.0.1</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>