[maven-release-plugin]  copy for tag org.apache.felix.fileinstall-2.0.6

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-2.0.6@891614 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doc/changelog.txt b/doc/changelog.txt
index b122dcd..2d6b7e2 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,3 +1,19 @@
+Version 2.0.6
+-------------
+** Bug
+    * [FELIX-1775] - fileinstall release archives contains an empty "load"
+                     folder which should be removed
+    * [FELIX-1789] - FileInstall is too verbose
+    * [FELIX-1851] - FileInstall watched bundles are restarted twice upon update
+    * [FELIX-1861] - FileInstall created temp directories are never deleted
+    * [FELIX-1862] - fileinstall thread name as printed in log messages need
+                     to be less verbose
+    * [FELIX-1928] - File installer starts bundles too early on restart
+
+** Task
+    * [FELIX-1811] - fileinstall should depend on the official osgi artifacts
+
+
 Version 2.0.4
 -------------
 ** Bug
diff --git a/pom.xml b/pom.xml
index 0b98c6d..be57e8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <name>Apache Felix File Install</name>
   <description>A utility to automatically install bundles from a directory.</description>
   <url>http://felix.apache.org/site/apache-felix-file-install.html</url>
-  <version>2.0.5-SNAPSHOT</version>
+  <version>2.0.6</version>
   <artifactId>org.apache.felix.fileinstall</artifactId>
   <dependencies>
     <dependency>
@@ -87,4 +87,10 @@
 	   </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-2.0.6</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-2.0.6</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-2.0.6</url>
+  </scm>
 </project>