Author: simonetripodi
Date: Mon Aug 29 18:33:06 2011
New Revision: 1162936

URL: http://svn.apache.org/viewvc?rev=1162936&view=rev
Log:
added the distribution management

Modified:
    commons/proper/chain/branches/version-2.0-work/pom.xml

Modified: commons/proper/chain/branches/version-2.0-work/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/branches/version-2.0-work/pom.xml?rev=1162936&r1=1162935&r2=1162936&view=diff
==============================================================================
--- commons/proper/chain/branches/version-2.0-work/pom.xml (original)
+++ commons/proper/chain/branches/version-2.0-work/pom.xml Mon Aug 29 18:33:06 
2011
@@ -36,6 +36,14 @@
         <system>jira</system>
         <url>http://issues.apache.org/jira/browse/CHAIN</url>
     </issueManagement>
+    <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/chain</url>
+        </site>
+    </distributionManagement>
     <inceptionYear>2003</inceptionYear>
 
     <developers>


Reply via email to