[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 2092e58..e7b69e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-install-plugin</artifactId>
-  <version>3.0.1</version>
+  <version>3.0.2-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Install Plugin</name>
@@ -45,7 +45,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-install-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-install-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-install-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-install-plugin-3.0.1</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -67,7 +67,7 @@
     <mavenVersion>3.2.5</mavenVersion>
     <aetherVersion>1.0.0.v20140518</aetherVersion> <!-- Maven bound -->
     <slf4jVersion>1.7.5</slf4jVersion> <!-- Maven bound -->
-    <project.build.outputTimestamp>2022-07-19T14:21:09Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-07-19T14:21:53Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>