[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 3c6484a..c3a1ed9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
     </parent>
 
     <artifactId>org.apache.sling.servlets.annotations</artifactId>
-    <version>1.2.6</version>
+    <version>1.2.7-SNAPSHOT</version>
 
     <name>Apache Sling Servlet Annotations</name>
     <description>
@@ -31,13 +31,13 @@
         <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.6</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <!-- compile with java 7 -->
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2021-06-07T21:11:26Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-06-07T21:11:58Z</project.build.outputTimestamp>
     </properties>
 
     <build>