[maven-release-plugin] prepare release org.apache.felix.fileinstall-3.2.2
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1327178 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/pom.xml b/fileinstall/pom.xml
index de04486..643a1f2 100644
--- a/fileinstall/pom.xml
+++ b/fileinstall/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.2.1-SNAPSHOT</version>
+ <version>3.2.2</version>
<artifactId>org.apache.felix.fileinstall</artifactId>
<dependencies>
<dependency>
@@ -111,4 +111,10 @@
</plugin>
</plugins>
</build>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-3.2.2</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.fileinstall-3.2.2</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.fileinstall-3.2.2</url>
+ </scm>
</project>