You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/11/21 17:52:04 UTC

svn commit: r477742 - /directory/trunks/shared/pom.xml

Author: elecharny
Date: Tue Nov 21 08:52:03 2006
New Revision: 477742

URL: http://svn.apache.org/viewvc?view=rev&rev=477742
Log:
Added scm info in the pom

Modified:
    directory/trunks/shared/pom.xml

Modified: directory/trunks/shared/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/shared/pom.xml?view=diff&rev=477742&r1=477741&r2=477742
==============================================================================
--- directory/trunks/shared/pom.xml (original)
+++ directory/trunks/shared/pom.xml Tue Nov 21 08:52:03 2006
@@ -16,5 +16,11 @@
     <module>ldap</module>
     <module>asn1-codec</module>
   </modules>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/trunks/shared</connection>
+    <developerConnection>scm:svn:http://svn.apache.org/repos/asf/directory/trunks/shared</developerConnection>
+  </scm>
+
 </project>