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/08/19 09:03:10 UTC

svn commit: r686972 - /directory/daemon/trunk/pom.xml

Author: felixk
Date: Tue Aug 19 00:03:09 2008
New Revision: 686972

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

Modified:
    directory/daemon/trunk/pom.xml

Modified: directory/daemon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/trunk/pom.xml?rev=686972&r1=686971&r2=686972&view=diff
==============================================================================
--- directory/daemon/trunk/pom.xml (original)
+++ directory/daemon/trunk/pom.xml Tue Aug 19 00:03:09 2008
@@ -114,9 +114,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/daemon/branches/bigbang</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/daemon/branches/bigbang</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/project/releases/8/daemon-parent</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/daemon/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/daemon/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/daemon/trunk</url>
   </scm>
 
   <distributionManagement>