[maven-release-plugin]  copy for tag org.apache.commons.collections-3.2.1

git-svn-id: https://svn.apache.org/repos/asf/karaf/eik/tags/org.apache.commons.collections-3.2.1@1427360 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index f0e4769..41463a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.karaf.eik</groupId>
         <artifactId>parent</artifactId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.9.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.karaf.eik.plugins</groupId>
     <artifactId>org.apache.commons.collections</artifactId>
-    <version>3.2.1-SNAPSHOT</version>
+    <version>3.2.1</version>
     <packaging>eclipse-plugin</packaging>
     <name>Apache Karaf :: EIK :: Plugins :: Apache Commons Collections wrapper</name>
 
@@ -115,7 +115,7 @@
                                         </goals>
                                     </pluginExecutionFilter>
                                     <action>
-                                        <ignore></ignore>
+                                        <ignore />
                                     </action>
                                 </pluginExecution>
                             </pluginExecutions>
@@ -126,4 +126,10 @@
         </pluginManagement>
     </build>
 
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/karaf/eik/tags/org.apache.commons.collections-3.2.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/karaf/eik/tags/org.apache.commons.collections-3.2.1</developerConnection>
+    <url>http://svn.apache.org/repos/asf/karaf/eik/tags/org.apache.commons.collections-3.2.1</url>
+  </scm>
 </project>