Author: kalle
Date: Wed Sep 24 09:48:48 2008
New Revision: 698645

URL: http://svn.apache.org/viewvc?rev=698645&view=rev
Log:
maven root project renamed to mahout-parent

Modified:
    lucene/mahout/trunk/build.xml
    lucene/mahout/trunk/core/pom.xml
    lucene/mahout/trunk/examples/pom.xml
    lucene/mahout/trunk/pom.xml

Modified: lucene/mahout/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/lucene/mahout/trunk/build.xml?rev=698645&r1=698644&r2=698645&view=diff
==============================================================================
--- lucene/mahout/trunk/build.xml (original)
+++ lucene/mahout/trunk/build.xml Wed Sep 24 09:48:48 2008
@@ -13,7 +13,7 @@
     <ant dir="core" antfile="build.xml" target="clean" />
     <ant dir="examples" antfile="build.xml" target="clean" />
     <delete dir="build"/>
-    <delete dir="${dist}" />
+    <delete dir="dist" />
   </target>
 
   <target name="javadoc">

Modified: lucene/mahout/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/lucene/mahout/trunk/core/pom.xml?rev=698645&r1=698644&r2=698645&view=diff
==============================================================================
--- lucene/mahout/trunk/core/pom.xml (original)
+++ lucene/mahout/trunk/core/pom.xml Wed Sep 24 09:48:48 2008
@@ -6,7 +6,7 @@
 
   <parent>
     <groupId>org.apache.lucene.mahout</groupId>
-    <artifactId>mahout</artifactId>
+    <artifactId>mahout-parent</artifactId>
     <version>0.2-SNAPSHOT</version>
   </parent>
 

Modified: lucene/mahout/trunk/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/lucene/mahout/trunk/examples/pom.xml?rev=698645&r1=698644&r2=698645&view=diff
==============================================================================
--- lucene/mahout/trunk/examples/pom.xml (original)
+++ lucene/mahout/trunk/examples/pom.xml Wed Sep 24 09:48:48 2008
@@ -6,7 +6,7 @@
 
   <parent>
     <groupId>org.apache.lucene.mahout</groupId>
-    <artifactId>mahout</artifactId>
+    <artifactId>mahout-parent</artifactId>
     <version>0.2-SNAPSHOT</version>
   </parent>
 

Modified: lucene/mahout/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/lucene/mahout/trunk/pom.xml?rev=698645&r1=698644&r2=698645&view=diff
==============================================================================
--- lucene/mahout/trunk/pom.xml (original)
+++ lucene/mahout/trunk/pom.xml Wed Sep 24 09:48:48 2008
@@ -5,7 +5,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.lucene.mahout</groupId>
-  <artifactId>mahout</artifactId>
+  <artifactId>mahout-parent</artifactId>
   <packaging>pom</packaging>
   <version>0.2-SNAPSHOT</version>
   <name>Apache Lucene Mahout</name>


Reply via email to