[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index e06e447..00e191a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-jar-plugin</artifactId>
-  <version>3.4.1</version>
+  <version>3.4.2-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven JAR Plugin</name>
@@ -54,7 +54,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jar-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jar-plugin.git</developerConnection>
-    <tag>maven-jar-plugin-3.4.1</tag>
+    <tag>HEAD</tag>
     <url>https://github.com/apache/maven-jar-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -76,7 +76,7 @@
     <javaVersion>8</javaVersion>
     <mavenVersion>3.6.3</mavenVersion>
     <mavenArchiverVersion>3.6.2</mavenArchiverVersion>
-    <project.build.outputTimestamp>2024-04-16T21:03:47Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2024-04-16T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>