[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index f2d7bfc..5d427f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,19 +27,19 @@
     </parent>
     
     <artifactId>org.apache.sling.models.api</artifactId>
-    <version>1.5.0</version>
+    <version>1.5.1-SNAPSHOT</version>
     <name>Apache Sling Models API</name>
     <description>Apache Sling Models API</description>
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-api.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-api.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-models-api.git</url>
-        <tag>org.apache.sling.models.api-1.5.0</tag>
+        <tag>HEAD</tag>
     </scm>
     
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2023-03-28T11:28:43Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2023-03-28T11:29:18Z</project.build.outputTimestamp>
     </properties>
     <build>
         <plugins>