[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 2c4ac4b..c7954e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>maven-script-interpreter</artifactId>
-  <version>1.6</version>
+  <version>1.7-SNAPSHOT</version>
 
   <name>Apache Maven Script Interpreter</name>
   <description>This component provides some utilities to interpret/execute some scripts for various implementations:
@@ -36,7 +36,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-script-interpreter.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-script-interpreter.git</developerConnection>
-    <tag>maven-script-interpreter-1.6</tag>
+    <tag>HEAD</tag>
     <url>https://github.com/apache/maven-script-interpreter/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -55,7 +55,7 @@
   </distributionManagement>
 
   <properties>
-    <project.build.outputTimestamp>2024-04-29T21:40:17Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2024-04-29T21:40:28Z</project.build.outputTimestamp>
     <slf4j.version>1.7.36</slf4j.version>
   </properties>