[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index dbfd91d..3c1f3dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
         The versioning scheme defined here corresponds to SLING-7406 (<module_version>-<htl_specification_version>). Take care when
         releasing to only increase the first part, unless the module provides support for a newer version of the HTL specification.
     -->
-    <version>2.0.4-1.4.0</version>
+    <version>2.0.5-1.4.0-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling HTL Maven Plugin</name>
@@ -40,7 +40,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git</developerConnection>
         <url>https://github.com/apache/sling-htl-maven-plugin/tree/master</url>
-        <tag>htl-maven-plugin-2.0.4-1.4.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <prerequisites>
@@ -49,7 +49,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <project.build.outputTimestamp>2021-10-05T09:32:04Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2021-10-05T09:32:41Z</project.build.outputTimestamp>
         <site.jira.version.id>12336741,12338350,12338646,12338974,12341271,12342047,12342267,12342272,12343462,
             12343846,12344079,12344332,12344876,12345571,12346551,12346590,12346596,12348677,12348837</site.jira.version.id>
         <maven.version>3.3.9</maven.version>