[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index a95c68e..0ec34c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     </parent>
 
     <artifactId>org.apache.sling.servlets.annotations</artifactId>
-    <version>1.2.4</version>
+    <version>1.2.5-SNAPSHOT</version>
 
     <name>Apache Sling Servlet Annotations</name>
     <description>
@@ -31,7 +31,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-annotations.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-annotations.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-servlets-annotations.git</url>
-        <tag>org.apache.sling.servlets.annotations-1.2.4</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <!-- compile with java 7 -->
@@ -58,7 +58,7 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
             <!-- https://issues.apache.org/jira/browse/SLING-6249, only for link in javadoc -->
-            <version>2.20.0</version>
+            <version>2.20.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>