[maven-release-plugin] prepare release org.apache.felix.fileinstall-0.9.0

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@689087 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/pom.xml b/fileinstall/pom.xml
index 4fb4cba..b18dd44 100644
--- a/fileinstall/pom.xml
+++ b/fileinstall/pom.xml
@@ -27,7 +27,7 @@
   <packaging>bundle</packaging>
   <name>Apache Felix File Install</name>
   <description>A utility to automatically install bundles from a directory.</description>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.9.0</version>
   <artifactId>org.apache.felix.fileinstall</artifactId>
   <dependencies>
     <dependency>
@@ -59,4 +59,10 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-0.9.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-0.9.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-0.9.0</url>
+  </scm>
 </project>