[maven-release-plugin] prepare release COLLECTIONS_3_3_RC1
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@776999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b8f86a82b3
commit
d61d9a999f
22
pom.xml
22
pom.xml
|
@ -7,7 +7,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>commons-collections</groupId>
|
<groupId>commons-collections</groupId>
|
||||||
<artifactId>commons-collections</artifactId>
|
<artifactId>commons-collections</artifactId>
|
||||||
<version>3.3-SNAPSHOT</version>
|
<version>3.3</version>
|
||||||
<name>Commons Collections</name>
|
<name>Commons Collections</name>
|
||||||
|
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
|
@ -21,9 +21,9 @@
|
||||||
</issueManagement>
|
</issueManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/collections/trunk</connection>
|
<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/trunk</developerConnection>
|
<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/trunk</url>
|
<url>http://svn.apache.org/viewvc/commons/proper/collections/tags/COLLECTIONS_3_3_RC1</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
@ -460,4 +460,18 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</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>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue