[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 0913389..8e01177 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
         <relativePath />
     </parent>
     <artifactId>org.apache.sling.models.impl</artifactId>
-    <version>1.4.16</version>
+    <version>1.4.17-SNAPSHOT</version>
     <name>Apache Sling Models Implementation</name>
     <description>Apache Sling Models Implementation</description>
 
@@ -34,7 +34,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-models-impl.git</url>
-        <tag>org.apache.sling.models.impl-1.4.16</tag>
+        <tag>HEAD</tag>
     </scm>
     <properties>
         <sling.java.version>8</sling.java.version>