[maven-release-plugin]  copy for tag eik-camel-archetype-0.9.0

git-svn-id: https://svn.apache.org/repos/asf/karaf/eik/tags/eik-camel-archetype-0.9.0@1429102 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 447098e..65b25a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.karaf.eik</groupId>
         <artifactId>parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.karaf.eik.archetypes</groupId>
     <artifactId>eik-camel-archetype</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.9.0</version>
     <packaging>maven-archetype</packaging>
     <name>Apache Karaf :: EIK :: Archetypes :: Camel</name>
     <description>Camel PDE plugin to be used in EIK</description>
@@ -84,4 +84,10 @@
             </plugins>
         </pluginManagement>
     </build>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/karaf/eik/tags/eik-camel-archetype-0.9.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/karaf/eik/tags/eik-camel-archetype-0.9.0</developerConnection>
+    <url>http://svn.apache.org/repos/asf/karaf/eik/tags/eik-camel-archetype-0.9.0</url>
+  </scm>
 </project>