Author: simonetripodi
Date: Sat Oct 15 22:39:25 2011
New Revision: 1183749
URL: http://svn.apache.org/viewvc?rev=1183749&view=rev
Log:
release distribution management moved to proper profile
Modified:
commons/proper/functor/trunk/pom.xml
Modified: commons/proper/functor/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1183749&r1=1183748&r2=1183749&view=diff
==============================================================================
--- commons/proper/functor/trunk/pom.xml (original)
+++ commons/proper/functor/trunk/pom.xml Sat Oct 15 22:39:25 2011
@@ -42,14 +42,6 @@
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/functor/trunk/</developerConnection>
<url>http://svn.apache.org/viewvc/commons/proper/functor/trunk/</url>
</scm>
- <distributionManagement>
- <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
- <site>
- <id>people.apache.org</id>
- <name>Apache Commons Site</name>
-
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/functor</url>
- </site>
- </distributionManagement>
<developers>
<developer>
@@ -201,5 +193,16 @@
</site>
</distributionManagement>
</profile>
+ <profile>
+ <id>release</id>
+ <distributionManagement>
+ <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+ <site>
+ <id>apache.website</id>
+ <name>Apache Commons Release Site</name>
+
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/functor/</url>
+ </site>
+ </distributionManagement>
+ </profile>
</profiles>
</project>