You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2013/01/01 12:01:33 UTC

svn commit: r1427359 - /karaf/eik/trunk/plugins/org.apache.commons.collections/pom.xml

Author: jbonofre
Date: Tue Jan  1 11:01:33 2013
New Revision: 1427359

URL: http://svn.apache.org/viewvc?rev=1427359&view=rev
Log:
[maven-release-plugin] prepare release org.apache.commons.collections-3.2.1

Modified:
    karaf/eik/trunk/plugins/org.apache.commons.collections/pom.xml

Modified: karaf/eik/trunk/plugins/org.apache.commons.collections/pom.xml
URL: http://svn.apache.org/viewvc/karaf/eik/trunk/plugins/org.apache.commons.collections/pom.xml?rev=1427359&r1=1427358&r2=1427359&view=diff
==============================================================================
--- karaf/eik/trunk/plugins/org.apache.commons.collections/pom.xml (original)
+++ karaf/eik/trunk/plugins/org.apache.commons.collections/pom.xml Tue Jan  1 11:01:33 2013
@@ -30,7 +30,7 @@
 
     <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>