Add a proper svn tag root

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1297511 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/shell/pom.xml b/shell/pom.xml
index b2d2fcc..cd7f1c1 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -28,6 +28,11 @@
   <description>A simple OSGi command shell service.</description>
   <artifactId>org.apache.felix.shell</artifactId>
   <version>1.5.0-SNAPSHOT</version>
+  <scm>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/shell</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/shell</developerConnection>
+      <url>http://svn.apache.org/repos/asf/felix/shell</url>
+  </scm>
   <dependencies>
     <dependency>
       <groupId>org.osgi</groupId>