[maven-release-plugin] prepare for next development iteration
diff --git a/pom.xml b/pom.xml
index db8190a..f9c6a48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-impl</artifactId>
-  <version>4.0.0-M14</version>
+  <version>4.0.0-M15-SNAPSHOT</version>
 
   <name>Apache Maven Reporting Implementation</name>
   <description>Abstract classes to manage report generation.</description>
@@ -37,7 +37,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-impl.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-impl.git</developerConnection>
-    <tag>maven-reporting-impl-4.0.0-M14</tag>
+    <tag>HEAD</tag>
     <url>https://github.com/apache/maven-reporting-impl/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -63,7 +63,7 @@
     <doxiaSitetoolsVersion>2.0.0-M18</doxiaSitetoolsVersion>
     <reportingApiVersion>4.0.0-M11</reportingApiVersion>
     <pluginToolsVersion>3.12.0</pluginToolsVersion>
-    <project.build.outputTimestamp>2024-04-26T14:45:01Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2024-04-26T14:46:18Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>