You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2010/05/19 10:07:20 UTC

svn commit: r946081 - /directory/clients/ldap/trunk/pom.xml

Author: felixk
Date: Wed May 19 08:07:20 2010
New Revision: 946081

URL: http://svn.apache.org/viewvc?rev=946081&view=rev
Log:
Fix distributionManagement

Modified:
    directory/clients/ldap/trunk/pom.xml

Modified: directory/clients/ldap/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/clients/ldap/trunk/pom.xml?rev=946081&r1=946080&r2=946081&view=diff
==============================================================================
--- directory/clients/ldap/trunk/pom.xml (original)
+++ directory/clients/ldap/trunk/pom.xml Wed May 19 08:07:20 2010
@@ -36,7 +36,7 @@
 
   <properties>
     <projectName>Apache Directory LDAP Client</projectName>
-    <distMgmtSiteUrl>scpexe://people.apache.org/www/directory.apache.org/apacheds/gen-docs/${version}/</distMgmtSiteUrl>
+    <distMgmtSiteUrl>scpexe://people.apache.org/www/directory.apache.org/ldap-clients/gen-docs/${version}/</distMgmtSiteUrl>
 
     <!-- Set versions for depending projects -->
     <org.apache.directory.shared.version>0.9.20-SNAPSHOT</org.apache.directory.shared.version>
@@ -65,6 +65,13 @@
     <url>http://svn.apache.org/viewvc/directory/clients/ldap/trunk</url>
   </scm>
 
+  <distributionManagement>
+    <site>
+      <id>apache.directory.ldap-client</id>
+      <url>${distMgmtSiteUrl}</url>
+    </site>
+  </distributionManagement>
+
   <description>
     LDAP Client
   </description>