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/27 00:20:40 UTC

svn commit: r1450521 - /commons/proper/primitives/trunk/pom.xml

Author: olamy
Date: Tue Feb 26 23:20:39 2013
New Revision: 1450521

URL: http://svn.apache.org/r1450521
Log:
fix site deployment

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

Modified: commons/proper/primitives/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/primitives/trunk/pom.xml?rev=1450521&r1=1450520&r2=1450521&view=diff
==============================================================================
--- commons/proper/primitives/trunk/pom.xml (original)
+++ commons/proper/primitives/trunk/pom.xml Tue Feb 26 23:20:39 2013
@@ -39,7 +39,7 @@
     This package addresses this by providing a set of utility and collection classes for primitives.
   </description>
 
-  <url>http://commons.apache.org/primitives/</url>
+  <url>http://commons.apache.org/proper/commons-primitives/</url>
 
   <issueManagement>
     <system>jira</system>
@@ -102,7 +102,15 @@
     <commons.binary.suffix></commons.binary.suffix>
     <commons.jira.id>PRIMITIVES</commons.jira.id>
     <commons.jira.pid>12310489</commons.jira.pid>
-  </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-primitives</url>
+    </site>
+  </distributionManagement>
 
   <build>
     <sourceDirectory>src/java</sourceDirectory>