[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 96fbeb0..54b0f3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-antrun-plugin</artifactId>
-  <version>3.2.0</version>
+  <version>3.2.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven AntRun Plugin</name>
@@ -41,7 +41,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git</developerConnection>
-    <tag>maven-antrun-plugin-3.2.0</tag>
+    <tag>HEAD</tag>
     <url>https://github.com/apache/maven-antrun-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -67,7 +67,7 @@
     <version.maven-compiler-plugin>3.14.1</version.maven-compiler-plugin>
     <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
 
-    <project.build.outputTimestamp>2025-10-17T18:59:22Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2025-10-17T18:59:35Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>