[maven-release-plugin] prepare release maven-antrun-plugin-3.1.0
diff --git a/pom.xml b/pom.xml
index b7723fb..1808133 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,11 +26,11 @@
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
     <version>34</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>maven-antrun-plugin</artifactId>
-  <version>3.1.0-SNAPSHOT</version>
+  <version>3.1.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven AntRun Plugin</name>
@@ -44,7 +44,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-antrun-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-antrun-plugin-3.1.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -66,7 +66,7 @@
     <javaVersion>8</javaVersion>
     <surefire.version>2.22.2</surefire.version>
     <mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
-    <project.build.outputTimestamp>2020-04-12T07:51:40Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-04-18T19:39:44Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>
@@ -154,7 +154,7 @@
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>3.3.1</version>
           <configuration> <!--  remove after MPOM-269 -->
-            <tagletArtifacts combine.self="override"/>
+            <tagletArtifacts combine.self="override" />
           </configuration>
         </plugin>
         <plugin>