[maven-scm] copy for tag maven-deploy-plugin-2.2.1

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/tags/maven-deploy-plugin-2.2.1@417466 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index dcffbaa..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>
@@ -37,10 +37,16 @@
       <version>2.0</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
+      <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-	  <scope>test</scope>
-      <version>1.0-SNAPSHOT</version>
+      <scope>test</scope>
+      <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>