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 2009/02/25 08:08:48 UTC

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

Author: felixk
Date: Wed Feb 25 07:08:47 2009
New Revision: 747689

URL: http://svn.apache.org/viewvc?rev=747689&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=747689&r1=747688&r2=747689&view=diff
==============================================================================
--- directory/daemon/trunk/pom.xml (original)
+++ directory/daemon/trunk/pom.xml Wed Feb 25 07:08:47 2009
@@ -114,9 +114,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/daemon/tags/1.1.5</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/daemon/tags/1.1.5</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/daemon/tags/1.1.5</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>