[maven-release-plugin] prepare release maven-install-plugin-3.1.0
diff --git a/pom.xml b/pom.xml
index 0dc36d7..f6ad057 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-install-plugin</artifactId>
-  <version>3.0.2-SNAPSHOT</version>
+  <version>3.1.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Install Plugin</name>
@@ -45,7 +45,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-install-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-install-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-install-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-install-plugin-3.1.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -78,7 +78,7 @@
     <mavenSourcePluginVersion>3.2.1</mavenSourcePluginVersion>
     <mavenSurefirePluginVersion>3.0.0-M7</mavenSurefirePluginVersion>
 
-    <project.build.outputTimestamp>2022-07-19T14:21:53Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-11-13T22:11:59Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>