Added correct SCM elements to all POMs:

- ensures that Maven is able to create tags for new releases
  without it having to make educated guesses.



git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1524042 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/parent/pom.xml b/http/parent/pom.xml
index 3197542..3265b8c 100755
--- a/http/parent/pom.xml
+++ b/http/parent/pom.xml
@@ -41,6 +41,12 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
 
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/parent</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/parent</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/trunk/http/parent/</url>
+    </scm>
+
     <build>
         <plugins>
             <plugin>