[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 30eda30..e56f4f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-invoker-plugin</artifactId>
-  <version>3.2.2</version>
+  <version>3.2.3-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Invoker Plugin</name>
@@ -47,7 +47,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-invoker-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-invoker-plugin-3.2.2</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -76,7 +76,7 @@
     <groovy-artifactId>groovy-all</groovy-artifactId>
     <groovy-version>2.4.21</groovy-version>
     <surefire.version>2.22.2</surefire.version>
-    <project.build.outputTimestamp>2021-02-14T00:03:01Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-02-14T00:04:14Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>