You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/02/26 22:07:21 UTC

svn commit: r1450425 - /commons/proper/el/trunk/pom.xml

Author: olamy
Date: Tue Feb 26 21:07:21 2013
New Revision: 1450425

URL: http://svn.apache.org/r1450425
Log:
add distributionManagement

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

Modified: commons/proper/el/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/el/trunk/pom.xml?rev=1450425&r1=1450424&r2=1450425&view=diff
==============================================================================
--- commons/proper/el/trunk/pom.xml (original)
+++ commons/proper/el/trunk/pom.xml Tue Feb 26 21:07:21 2013
@@ -113,7 +113,15 @@
     <commons.jira.pid>12310473</commons.jira.pid>
 
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
-  </properties> 
+  </properties>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <name>Apache Commons Site</name>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-el/</url>
+    </site>
+  </distributionManagement>
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>