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 2008/05/08 07:59:54 UTC

svn commit: r654422 - /directory/apacheds/trunk/pom.xml

Author: felixk
Date: Wed May  7 22:59:54 2008
New Revision: 654422

URL: http://svn.apache.org/viewvc?rev=654422&view=rev
Log:
Fix scm urls

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=654422&r1=654421&r2=654422&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Wed May  7 22:59:54 2008
@@ -527,9 +527,9 @@
   </reporting>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/apacheds/branches/bigbang</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/apacheds/branches/bigbang</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/project/tags/10/apacheds-parent</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/apacheds/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/apacheds/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/apacheds/trunk</url>
   </scm>
 
   <repositories>