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/pom.xml b/http/pom.xml
index b0564cf..3afe526 100644
--- a/http/pom.xml
+++ b/http/pom.xml
@@ -32,6 +32,12 @@
     <version>3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/trunk/http/</url>
+    </scm>
+
     <modules>
         <module>api</module>
         <module>base</module>