[maven-release-plugin] prepare release maven-deploy-plugin-3.0.0-M2
diff --git a/pom.xml b/pom.xml
index 3c590c6..94d8784 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-deploy-plugin</artifactId>
-  <version>3.0.0-M2-SNAPSHOT</version>
+  <version>3.0.0-M2</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Deploy Plugin</name>
@@ -45,7 +45,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-deploy-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-deploy-plugin-3.0.0-M2</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -65,7 +65,7 @@
   <properties>
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-12-27T14:10:57Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>