[maven-release-plugin] prepare release maven-deploy-plugin-2.2.1

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@417465 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 1d37256..23d51c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
@@ -8,7 +8,7 @@
   <artifactId>maven-deploy-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Deploy Plugin</name>
-  <version>2.2.1-SNAPSHOT</version>
+  <version>2.2.1</version>
   <inceptionYear>2004</inceptionYear>
   <dependencies>
     <dependency>
@@ -43,4 +43,10 @@
       <version>1.0-beta-1</version>
     </dependency>
   </dependencies>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-deploy-plugin-2.2.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-deploy-plugin-2.2.1</developerConnection>
+    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-deploy-plugin-2.2.1</url>
+  </scm>
 </project>