You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2008/06/17 02:28:27 UTC

svn commit: r668360 - /commons/proper/pool/trunk/pom.xml

Author: psteitz
Date: Mon Jun 16 17:28:27 2008
New Revision: 668360

URL: http://svn.apache.org/viewvc?rev=668360&view=rev
Log:
Added  COMMONSSITE-26 workaround.

Modified:
    commons/proper/pool/trunk/pom.xml

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=668360&r1=668359&r2=668360&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Mon Jun 16 17:28:27 2008
@@ -118,6 +118,15 @@
     </dependency>
   </dependencies>
 
+  <distributionManagement>
+    <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+    <site>
+      <id>apache.website</id>
+      <name>Apache Commons Site</name>
+      <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/pool</url>
+    </site>
+  </distributionManagement>
+  
   <properties>
     <maven.compile.source>1.3</maven.compile.source>
     <maven.compile.target>1.3</maven.compile.target>