[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index 89ec3f2..842a70b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-exec</artifactId>
-  <version>2.0.0-M13</version>
+  <version>2.0.0-M14-SNAPSHOT</version>
 
   <name>Apache Maven Reporting Executor</name>
   <description>Classes to manage report plugin executions with Maven 3.</description>
@@ -37,7 +37,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-exec.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-exec.git</developerConnection>
-    <tag>maven-reporting-exec-2.0.0-M13</tag>
+    <tag>HEAD</tag>
     <url>https://github.com/apache/maven-reporting-exec/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -62,7 +62,7 @@
     <slf4jVersion>1.7.36</slf4jVersion>
     <sitePluginVersion>4.0.0-M13</sitePluginVersion>
     <projectInfoReportsPluginVersion>3.5.0</projectInfoReportsPluginVersion>
-    <project.build.outputTimestamp>2024-04-29T19:14:20Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2024-04-29T19:15:36Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>