Author: dfabulich Date: Mon Apr 27 04:39:35 2009 New Revision: 768866 URL: http://svn.apache.org/viewvc?rev=768866&view=rev Log: Adding release profile distributionManagement
Modified: commons/proper/dbutils/trunk/pom.xml Modified: commons/proper/dbutils/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=768866&r1=768865&r2=768866&view=diff ============================================================================== --- commons/proper/dbutils/trunk/pom.xml [utf-8] (original) +++ commons/proper/dbutils/trunk/pom.xml [utf-8] Mon Apr 27 04:39:35 2009 @@ -281,6 +281,18 @@ </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/dbutils/</url> + </site> + </distributionManagement> + </profile> </profiles> + </project>