[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 7e46a3f..f321efa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>org.apache.sling.auth.core</artifactId>
-    <version>2.0.2</version>
+    <version>2.0.3-SNAPSHOT</version>
 
     <name>Apache Sling Auth Core</name>
     <description>The Sling Authentication Service bundle provides the basic
@@ -40,7 +40,7 @@
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-core.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-core.git</developerConnection>
-        <tag>org.apache.sling.auth.core-2.0.2</tag>
+        <tag>HEAD</tag>
         <url>https://github.com/apache/sling-org-apache-sling-auth-core.git</url>
     </scm>
 
@@ -48,7 +48,7 @@
         <site.jira.version.id>12315268</site.jira.version.id>
         <site.javadoc.exclude>**.impl.**</site.javadoc.exclude>
         <sling.java.version>17</sling.java.version>
-        <project.build.outputTimestamp>2025-08-21T06:19:22Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2025-08-21T06:19:41Z</project.build.outputTimestamp>
     </properties>
 
     <dependencies>