You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/08 20:45:47 UTC

svn commit: r1298535 - /commons/proper/lang/trunk/pom.xml

Author: sebb
Date: Thu Mar  8 19:45:47 2012
New Revision: 1298535

URL: http://svn.apache.org/viewvc?rev=1298535&view=rev
Log:
Add standard distributionManagement definition

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

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1298535&r1=1298534&r2=1298535&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Thu Mar  8 19:45:47 2012
@@ -444,6 +444,14 @@
     </dependency>
   </dependencies>
 
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <name>Apache Commons Site</name>
+      <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url>
+    </site>
+  </distributionManagement>
+
   <properties>
     <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>