[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index fa872e7..60ed129 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <name>Apache Sling Capabilities - JCR source</name>
   <artifactId>org.apache.sling.capabilities.jcr</artifactId>
-  <version>0.1.2</version>
+  <version>0.1.3-SNAPSHOT</version>
   <properties>
     <!-- This module can work with older versions of Sling
          as well, so be conservative here -->
@@ -38,7 +38,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-capabilities-jcr.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-capabilities-jcr.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-capabilities-jcr.git</url>
-    <tag>org.apache.sling.capabilities.jcr-0.1.2</tag>
+    <tag>HEAD</tag>
   </scm>
   <build>
     <plugins>