[maven-release-plugin] prepare release maven-reporting-exec-1.5
diff --git a/pom.xml b/pom.xml
index 9ba1610..3e8f0f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,12 +24,12 @@
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
     <version>34</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-exec</artifactId>
-  <version>1.5-SNAPSHOT</version>
+  <version>1.5</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</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-04-04T09:03:59Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-06-08T19:59:43Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>