You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/04/17 19:57:33 UTC

svn commit: r1469010 - /commons/proper/collections/trunk/pom.xml

Author: tn
Date: Wed Apr 17 17:57:32 2013
New Revision: 1469010

URL: http://svn.apache.org/r1469010
Log:
[COLLECTIONS-382] Change maven coordinates to org.apache.commons.commons-collections4.

Modified:
    commons/proper/collections/trunk/pom.xml

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1469010&r1=1469009&r2=1469010&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Wed Apr 17 17:57:32 2013
@@ -22,8 +22,8 @@
     <version>28</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>commons-collections</groupId>
-  <artifactId>commons-collections</artifactId>
+  <groupId>org.apache.commons</groupId>
+  <artifactId>commons-collections4</artifactId>
   <version>4.0-SNAPSHOT</version>
   <name>Commons Collections</name>
 
@@ -441,7 +441,7 @@
     <maven.compile.target>1.5</maven.compile.target>
     <commons.componentid>collections</commons.componentid>
     <commons.release.version>3.2.1</commons.release.version>
-    <commons.osgi.symbolicName>org.apache.commons.collections</commons.osgi.symbolicName>
+    <commons.osgi.symbolicName>org.apache.commons.collections4</commons.osgi.symbolicName>
     <commons.jira.id>COLLECTIONS</commons.jira.id>
     <commons.jira.pid>12310465</commons.jira.pid>
     <!-- The RC version used in the staging repository URL. -->