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

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@760406 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/pom.xml b/fileinstall/pom.xml
index 4155ad8..5dbf072 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.1-SNAPSHOT</version>
+  <version>0.9.2</version>
   <artifactId>org.apache.felix.fileinstall</artifactId>
   <dependencies>
     <dependency>
@@ -74,4 +74,10 @@
 	   </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-0.9.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-0.9.2</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-0.9.2</url>
+  </scm>
 </project>