[maven-release-plugin] prepare release maven-reporting-impl-3.1.0
diff --git a/pom.xml b/pom.xml
index fafa1d5..d46a817 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-impl</artifactId>
-  <version>3.1.0-SNAPSHOT</version>
+  <version>3.1.0</version>
 
   <name>Apache Maven Reporting Implementation</name>
   <description>Abstract classes to manage report generation.</description>
@@ -50,7 +50,7 @@
     <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>
     <url>https://github.com/apache/maven-reporting-impl/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-reporting-impl-3.1.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -72,7 +72,7 @@
     <doxiaVersion>1.11.1</doxiaVersion>
     <doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-02-05T21:35:12Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>