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 23:00:36 UTC

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

Author: tn
Date: Wed Apr 17 21:00:36 2013
New Revision: 1469071

URL: http://svn.apache.org/r1469071
Log:
Update component properties in pom.

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=1469071&r1=1469070&r2=1469071&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Wed Apr 17 21:00:36 2013
@@ -440,11 +440,21 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <maven.compile.source>1.5</maven.compile.source>
-
     <maven.compile.target>1.5</maven.compile.target>
+    
+    <!-- Need to change to collections4 when releasing -->
     <commons.componentid>collections</commons.componentid>
+
+    <!-- Current 4.x release series: still points to old, set to 4.0 when releasing -->
     <commons.release.version>3.2.1</commons.release.version>
-    <commons.osgi.symbolicName>org.apache.commons.collections4</commons.osgi.symbolicName>
+    <commons.release.desc>(Java 5.0+)</commons.release.desc>
+    
+    <!-- Previous 3.x release series -->
+    <commons.release.2.version>3.2.1</commons.release.2.version>
+    <commons.release.2.desc>(Requires Java 1.2 or later)</commons.release.2.desc>
+    <!-- Override generated name -->
+    <commons.release.2.name>commons-collections-${commons.release.2.version}</commons.release.2.name>
+    
     <commons.jira.id>COLLECTIONS</commons.jira.id>
     <commons.jira.pid>12310465</commons.jira.pid>
     <!-- The RC version used in the staging repository URL. -->