Author: bayard Date: Thu May 21 04:54:24 2009 New Revision: 776949 URL: http://svn.apache.org/viewvc?rev=776949&view=rev Log: Fixing properties section. Adding osgi and rc elements. fixing version.
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=776949&r1=776948&r2=776949&view=diff ============================================================================== --- commons/proper/collections/trunk/pom.xml (original) +++ commons/proper/collections/trunk/pom.xml Thu May 21 04:54:24 2009 @@ -384,9 +384,12 @@ <maven.compile.source>1.3</maven.compile.source> <maven.compile.target>1.3</maven.compile.target> <commons.componentid>collections</commons.componentid> - <commons.release.version>3.3-RC1</commons.release.version> + <commons.release.version>3.3</commons.release.version> + <commons.osgi.symbolicName>org.apache.commons.collections</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. --> + <commons.rc.version>RC1</commons.rc.version> </properties>