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/bridge/pom.xml b/http/bridge/pom.xml
index f093316..d7aa022 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -31,6 +31,12 @@
     <version>2.2.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/http/bridge</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/http/bridge</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/trunk/http/bridge/</url>
+    </scm>
+
     <build>
         <plugins>
             <plugin>