[maven-release-plugin] prepare for next development iteration
diff --git a/api/pom.xml b/api/pom.xml
index 7a5416f..c504433 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -26,7 +26,7 @@
     </parent>
 
     <artifactId>api</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - API</name>
     <description>
@@ -46,7 +46,7 @@
         <url>https://github.com/apache/clerezza</url>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</developerConnection>
-        <tag>clerezza-api-2.0.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <build>