Update component properties in pom.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469071 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-04-17 21:00:36 +00:00
parent 2e2789cda4
commit 8be0b4cfb8
1 changed files with 12 additions and 2 deletions

14
pom.xml
View File

@ -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. -->