Author: ggregory
Date: Sat Mar 3 16:07:19 2012
New Revision: 1296654
URL: http://svn.apache.org/viewvc?rev=1296654&view=rev
Log:
Change distributionManagement after discussion with Sebb's comments.
Modified:
commons/proper/commons-build-plugin/trunk/pom.xml
Modified: commons/proper/commons-build-plugin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/pom.xml?rev=1296654&r1=1296653&r2=1296654&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/pom.xml (original)
+++ commons/proper/commons-build-plugin/trunk/pom.xml Sat Mar 3 16:07:19 2012
@@ -43,9 +43,9 @@
</scm>
<distributionManagement>
<site>
- <id>stagingSite</id>
- <name>Apache Staging Website</name>
-
<url>scp://people.apache.org/www/commons.apache.org/commons-build-plugin/</url>
+ <id>apache.website</id>
+ <name>Apache Commons ${commons.componentid} Site</name>
+
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url>
</site>
</distributionManagement>
<developers>
@@ -194,9 +194,10 @@
<maven.compile.source />
<maven.compile.target />
<commons.manifestfile />
+ <commons.componentid>commons-build-plugin</commons.componentid>
<commons.jira.id>COMMONSSITE</commons.jira.id>
<commons.jira.pid>12310466&amp;component=12312401</commons.jira.pid>
<commons.release.version>1.4</commons.release.version>
- <commons.rc.version>RC1</commons.rc.version>
+ <commons.rc.version>RC2</commons.rc.version>
</properties>
</project>