[maven-release-plugin] prepare release maven-reporting-exec-1.5.1
diff --git a/pom.xml b/pom.xml
index adf8c78..757cc6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-exec</artifactId>
-  <version>1.5.1-SNAPSHOT</version>
+  <version>1.5.1</version>
 
   <name>Apache Maven Reporting Executor</name>
   <description>Classes to manage report plugin executions with Maven 3.</description>
@@ -38,7 +38,7 @@
     <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>
     <url>https://github.com/apache/maven-reporting-exec/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-reporting-exec-1.5.1</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -59,7 +59,7 @@
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
     <plexusVersion>1.5.4</plexusVersion>
-    <project.build.outputTimestamp>2020-06-08T20:00:25Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-06-16T19:43:14Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>