Author: bayard Date: Thu May 21 07:58:00 2009 New Revision: 776999 URL: http://svn.apache.org/viewvc?rev=776999&view=rev Log: [maven-release-plugin] prepare release COLLECTIONS_3_3_RC1
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=776999&r1=776998&r2=776999&view=diff ============================================================================== --- commons/proper/collections/trunk/pom.xml (original) +++ commons/proper/collections/trunk/pom.xml Thu May 21 07:58:00 2009 @@ -7,7 +7,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.3-SNAPSHOT</version> + <version>3.3</version> <name>Commons Collections</name> <inceptionYear>2001</inceptionYear> @@ -21,9 +21,9 @@ </issueManagement> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/collections/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/collections/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/commons/proper/collections/trunk</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/collections/tags/COLLECTIONS_3_3_RC1</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/collections/tags/COLLECTIONS_3_3_RC1</developerConnection> + <url>http://svn.apache.org/viewvc/commons/proper/collections/tags/COLLECTIONS_3_3_RC1</url> </scm> <developers> @@ -460,4 +460,18 @@ </plugins> </reporting> + <profiles> + <profile> + <id>rc</id> + <distributionManagement> + <!-- Cannot define in parent ATM, see COMMONSSITE-26 --> + <site> + <id>apache.website</id> + <name>Apache Commons Release Candidate Staging Site</name> + <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url> + </site> + </distributionManagement> + </profile> + </profiles> + </project>