[maven-release-plugin]  copy for tag org.apache.felix.metatype-1.0.2

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.metatype-1.0.2@693016 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index bcb61cc..a1c0ddc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
     <description>
         Implementation of the OSGi Metatype Service Specification 1.1
     </description>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2</version>
     <dependencies>
         <dependency>
             <groupId>${pom.groupId}</groupId>
@@ -84,4 +84,10 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.metatype-1.0.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.metatype-1.0.2</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.metatype-1.0.2</url>
+  </scm>
 </project>