You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by gs...@apache.org on 2009/10/26 21:50:28 UTC

svn commit: r829950 - /lucene/mahout/trunk/pom.xml

Author: gsingers
Date: Mon Oct 26 20:50:28 2009
New Revision: 829950

URL: http://svn.apache.org/viewvc?rev=829950&view=rev
Log:
get the URL right

Modified:
    lucene/mahout/trunk/pom.xml

Modified: lucene/mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/pom.xml?rev=829950&r1=829949&r2=829950&view=diff
==============================================================================
--- lucene/mahout/trunk/pom.xml (original)
+++ lucene/mahout/trunk/pom.xml Mon Oct 26 20:50:28 2009
@@ -141,7 +141,7 @@
 
   <scm>
     <connection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/trunk</developerConnection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/lucene/mahout/trunk</developerConnection>
     <url>https://svn.apache.org/repos/asf/lucene/mahout/mahout</url>
   </scm>
 </project>