[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 02aa422..8b7e749 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.sling.jcr.oak.server</artifactId>
-  <version>1.2.10</version>
+  <version>1.2.11-SNAPSHOT</version>
 
   <name>Apache Sling JCR Oak Server</name>
   <description>This bundle provides a SlingRepository based on Apache Jackrabbit Oak.</description>
@@ -38,14 +38,14 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-oak-server.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-oak-server.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-oak-server.git</url>
-    <tag>org.apache.sling.jcr.oak.server-1.2.10</tag>
+    <tag>org.apache.sling.jcr.oak.server-1.2.4</tag>
   </scm>
 
   <properties>
     <jackrabbit.version>2.16.3</jackrabbit.version>
     <oak.version>1.8.9</oak.version>
     <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
-    <project.build.outputTimestamp>2020-10-21T17:25:02Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-10-21T17:26:41Z</project.build.outputTimestamp>
   </properties>
 
   <build>