[maven-release-plugin] prepare release maven-install-plugin-3.0.0
diff --git a/pom.xml b/pom.xml
index e556d80..edab7d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,11 +26,11 @@
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
     <version>36</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <artifactId>maven-install-plugin</artifactId>
-  <version>3.0.0-M2-SNAPSHOT</version>
+  <version>3.0.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.0.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -67,7 +67,7 @@
     <mavenVersion>3.2.5</mavenVersion>
     <aetherVersion>1.0.0.v20140518</aetherVersion> <!-- Maven bound -->
     <slf4jVersion>1.7.5</slf4jVersion> <!-- Maven bound -->
-    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-07-16T16:04:08Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>