[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 763a18c..9c5362d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     
     <groupId>org.apache.sling</groupId>
     <artifactId>org.apache.sling.featureflags</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache Sling Feature Flags</name>
     
@@ -36,7 +36,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-featureflags.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-featureflags.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-featureflags.git</url>
-      <tag>org.apache.sling.featureflags-1.2.2</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <build>