[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index b989111..c118117 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,21 +18,21 @@
     </parent>
 
     <artifactId>org.apache.sling.feature.extension.unpack</artifactId>
-    <version>0.4.0</version>
+    <version>0.4.1-SNAPSHOT</version>
     <name>Apache Sling Feature Model - Unpack Extension</name>
 
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-unpack.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-unpack.git</developerConnection>
         <url>https://github.com/apache/sling-org-apache-sling-feature-extension-unpack.git</url>
-        <tag>org.apache.sling.feature.extension.unpack-0.4.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <properties>
         <jdk.version>8</jdk.version>
         <license-maven-plugin.version>1.16</license-maven-plugin.version>
         <appassembler-maven-plugin.version>2.0.0</appassembler-maven-plugin.version>
-        <project.build.outputTimestamp>1705665213</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1705665228</project.build.outputTimestamp>
     </properties>
 
     <build>