[maven-release-plugin] prepare release maven-reporting-api-4.0.0-M5
diff --git a/pom.xml b/pom.xml
index 266011d..feecc7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-api</artifactId>
-  <version>4.0.0-M5-SNAPSHOT</version>
+  <version>4.0.0-M5</version>
 
   <name>Apache Maven Reporting API</name>
   <description>API to manage report generation.</description>
@@ -37,7 +37,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-api.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-reporting-api.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>maven-reporting-api-4.0.0-M5</tag>
     <url>https://github.com/apache/maven-reporting-api/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -58,7 +58,7 @@
   <properties>
     <javaVersion>8</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
-    <project.build.outputTimestamp>2023-01-22T19:03:18Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-03-19T16:42:18Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>