You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bi...@apache.org on 2010/10/28 16:32:38 UTC

svn commit: r1028319 - in /mahout/trunk: buildtools/pom.xml core/pom.xml distribution/pom.xml examples/pom.xml math/pom.xml taste-web/pom.xml utils/pom.xml

Author: bimargulies
Date: Thu Oct 28 14:32:37 2010
New Revision: 1028319

URL: http://svn.apache.org/viewvc?rev=1028319&view=rev
Log:
Fix all the wrong 'url' elements in the 'scm' elements

Modified:
    mahout/trunk/buildtools/pom.xml
    mahout/trunk/core/pom.xml
    mahout/trunk/distribution/pom.xml
    mahout/trunk/examples/pom.xml
    mahout/trunk/math/pom.xml
    mahout/trunk/taste-web/pom.xml
    mahout/trunk/utils/pom.xml

Modified: mahout/trunk/buildtools/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/buildtools/pom.xml?rev=1028319&r1=1028318&r2=1028319&view=diff
==============================================================================
--- mahout/trunk/buildtools/pom.xml (original)
+++ mahout/trunk/buildtools/pom.xml Thu Oct 28 14:32:37 2010
@@ -38,6 +38,6 @@
   <scm>
     <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/buildtools</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/buildtools</developerConnection>
-    <url>https://svn.apache.org/repos/asf/mahout/mahout-core</url>
+    <url>https://svn.apache.org/repos/asf/mahout/trunk/buildtools</url>
   </scm>
 </project>

Modified: mahout/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/core/pom.xml?rev=1028319&r1=1028318&r2=1028319&view=diff
==============================================================================
--- mahout/trunk/core/pom.xml (original)
+++ mahout/trunk/core/pom.xml Thu Oct 28 14:32:37 2010
@@ -268,6 +268,6 @@
   <scm>
     <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/core</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/core</developerConnection>
-    <url>https://svn.apache.org/repos/asf/mahout/mahout-core</url>
+    <url>https://svn.apache.org/repos/asf/mahout/trunk/core</url>
   </scm>
 </project>

Modified: mahout/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/distribution/pom.xml?rev=1028319&r1=1028318&r2=1028319&view=diff
==============================================================================
--- mahout/trunk/distribution/pom.xml (original)
+++ mahout/trunk/distribution/pom.xml Thu Oct 28 14:32:37 2010
@@ -110,8 +110,8 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/tags/mahout-0.4/trunk/distribution</connection>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/distribution</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/distribution</developerConnection>
-    <url>https://svn.apache.org/repos/asf/mahout/trunk/mahout-distribution</url>
+    <url>https://svn.apache.org/repos/asf/mahout/trunk/distribution</url>
   </scm>
 </project>

Modified: mahout/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/examples/pom.xml?rev=1028319&r1=1028318&r2=1028319&view=diff
==============================================================================
--- mahout/trunk/examples/pom.xml (original)
+++ mahout/trunk/examples/pom.xml Thu Oct 28 14:32:37 2010
@@ -223,6 +223,6 @@
   <scm>
     <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples </developerConnection>
-    <url>https://svn.apache.org/repos/asf/mahout/mahout-examples</url>
+    <url>https://svn.apache.org/repos/asf/mahout/trunk/examples</url>
   </scm>
 </project>

Modified: mahout/trunk/math/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/math/pom.xml?rev=1028319&r1=1028318&r2=1028319&view=diff
==============================================================================
--- mahout/trunk/math/pom.xml (original)
+++ mahout/trunk/math/pom.xml Thu Oct 28 14:32:37 2010
@@ -137,7 +137,7 @@
   <scm>
     <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/math</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/math</developerConnection>
-    <url>https://svn.apache.org/repos/asf/mahout/mahout-math</url>
+    <url>https://svn.apache.org/repos/asf/mahout/trunk/math</url>
   </scm>
   <repositories>
     <repository>

Modified: mahout/trunk/taste-web/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/taste-web/pom.xml?rev=1028319&r1=1028318&r2=1028319&view=diff
==============================================================================
--- mahout/trunk/taste-web/pom.xml (original)
+++ mahout/trunk/taste-web/pom.xml Thu Oct 28 14:32:37 2010
@@ -243,9 +243,8 @@
 
   <scm>
     <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/taste-webapp</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/taste-webapp
-    </developerConnection>
-    <url>https://svn.apache.org/repos/asf/mahout/mahout-taste-webapp</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/taste-webapp</developerConnection>
+    <url>https://svn.apache.org/repos/asf/mahout/trunk/taste-webapp</url>
   </scm>
 
 </project>

Modified: mahout/trunk/utils/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/utils/pom.xml?rev=1028319&r1=1028318&r2=1028319&view=diff
==============================================================================
--- mahout/trunk/utils/pom.xml (original)
+++ mahout/trunk/utils/pom.xml Thu Oct 28 14:32:37 2010
@@ -172,10 +172,9 @@
 
   </dependencies>
 
-
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/examples</developerConnection>
-    <url>https://svn.apache.org/repos/asf/mahout/mahout-examples</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/utils</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mahout/trunk/utils</developerConnection>
+    <url>https://svn.apache.org/repos/asf/mahout/trunk/utils</url>
   </scm>
 </project>