Fix scm url for release

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1327391 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/pom.xml b/fileinstall/pom.xml
index de04486..e90ee84 100644
--- a/fileinstall/pom.xml
+++ b/fileinstall/pom.xml
@@ -31,6 +31,11 @@
   <url>http://felix.apache.org/site/apache-felix-file-install.html</url>
   <version>3.2.1-SNAPSHOT</version>
   <artifactId>org.apache.felix.fileinstall</artifactId>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/fileinstall</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/fileinstall</developerConnection>
+    <url>http://svn.apache.org/repos/asf/felix/fileinstall</url>
+  </scm>
   <dependencies>
     <dependency>
       <groupId>org.osgi</groupId>