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

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-3.1.10@1066474 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doc/changelog.txt b/doc/changelog.txt
index 89337d5..1911608 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,11 +1,7 @@
 Version 3.1.10
 --------------
 ** Bug
-   * [FELIX-2818] - File Install does not support empty configuration when no configuration already exists
-
-Version 3.1.8
--------------
-** Bug
+    * [FELIX-2818] - File Install does not support empty configuration when no configuration already exists
     * [FELIX-2799] - FileInstall creates multiple configurations for factory configurations on windows
     * [FELIX-2798] - ArtifactListener services are not ordered according to the OSGi ranking
 
diff --git a/pom.xml b/pom.xml
index 381d539..9e16fec 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>3.1.9-SNAPSHOT</version>
+  <version>3.1.10</version>
   <artifactId>org.apache.felix.fileinstall</artifactId>
   <dependencies>
     <dependency>
@@ -110,4 +110,10 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-3.1.10</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-3.1.10</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-3.1.10</url>
+  </scm>
 </project>