[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 07c363f..6c45809 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>org.apache.sling.repoinit.parser</artifactId>
-  <version>1.6.6</version>
+  <version>1.6.7-SNAPSHOT</version>
   <name>Apache Sling Repoinit Parser</name>
   <description>Parser for the Repository Initialization language used in Sling</description>
 
@@ -36,7 +36,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-repoinit-parser.git</url>
-    <tag>org.apache.sling.repoinit.parser-1.6.6</tag>
+    <tag>HEAD</tag>
   </scm>
   
   <build>