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/03 18:51:43 UTC

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

Author: jbonofre
Date: Thu Jan  3 17:51:43 2013
New Revision: 1428507

URL: http://svn.apache.org/viewvc?rev=1428507&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=1428507&r1=1428506&r2=1428507&view=diff
==============================================================================
--- karaf/eik/trunk/plugins/org.apache.commons.collections/pom.xml (original)
+++ karaf/eik/trunk/plugins/org.apache.commons.collections/pom.xml Thu Jan  3 17:51:43 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>
 
@@ -125,4 +125,10 @@
             </plugins>
         </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>