[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index a4363e3..abb9f8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>maven-deploy-plugin</artifactId>
-  <version>3.1.2</version>
+  <version>3.1.3-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Deploy Plugin</name>
@@ -49,7 +49,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</developerConnection>
-    <tag>maven-deploy-plugin-3.1.2</tag>
+    <tag>HEAD</tag>
     <url>https://github.com/apache/maven-deploy-plugin/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -88,7 +88,7 @@
     <mavenSurefirePluginVersion>${version.maven-surefire}</mavenSurefirePluginVersion>
     <mavenWarPluginVersion>${version.maven-war-plugin}</mavenWarPluginVersion>
 
-    <project.build.outputTimestamp>2024-04-26T10:30:22Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2024-04-26T10:30:44Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>