You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ka...@apache.org on 2008/09/25 15:12:24 UTC

svn commit: r698956 - in /lucene/mahout/branches/branch-0.1: core/pom.xml examples/pom.xml pom.xml

Author: kalle
Date: Thu Sep 25 06:12:23 2008
New Revision: 698956

URL: http://svn.apache.org/viewvc?rev=698956&view=rev
Log:
maven group changed from o.a.l.m to o.a.m

Modified:
    lucene/mahout/branches/branch-0.1/core/pom.xml
    lucene/mahout/branches/branch-0.1/examples/pom.xml
    lucene/mahout/branches/branch-0.1/pom.xml

Modified: lucene/mahout/branches/branch-0.1/core/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/branches/branch-0.1/core/pom.xml?rev=698956&r1=698955&r2=698956&view=diff
==============================================================================
--- lucene/mahout/branches/branch-0.1/core/pom.xml (original)
+++ lucene/mahout/branches/branch-0.1/core/pom.xml Thu Sep 25 06:12:23 2008
@@ -5,12 +5,12 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.lucene.mahout</groupId>
+    <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-parent</artifactId>
     <version>0.1</version>
   </parent>
 
-  <groupId>org.apache.lucene.mahout</groupId>
+  <groupId>org.apache.mahout</groupId>
   <artifactId>core</artifactId>
   <version>${parent.version}</version>
   <name>Mahout core</name>

Modified: lucene/mahout/branches/branch-0.1/examples/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/branches/branch-0.1/examples/pom.xml?rev=698956&r1=698955&r2=698956&view=diff
==============================================================================
--- lucene/mahout/branches/branch-0.1/examples/pom.xml (original)
+++ lucene/mahout/branches/branch-0.1/examples/pom.xml Thu Sep 25 06:12:23 2008
@@ -5,12 +5,12 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.lucene.mahout</groupId>
+    <groupId>org.apache.mahout</groupId>
     <artifactId>mahout-parent</artifactId>
     <version>0.1</version>
   </parent>
 
-  <groupId>org.apache.lucene.mahout</groupId>
+  <groupId>org.apache.mahout</groupId>
   <artifactId>examples</artifactId>
   <version>${parent.version}</version>
   <name>Mahout examples</name>

Modified: lucene/mahout/branches/branch-0.1/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/branches/branch-0.1/pom.xml?rev=698956&r1=698955&r2=698956&view=diff
==============================================================================
--- lucene/mahout/branches/branch-0.1/pom.xml (original)
+++ lucene/mahout/branches/branch-0.1/pom.xml Thu Sep 25 06:12:23 2008
@@ -4,7 +4,7 @@
 
   <modelVersion>4.0.0</modelVersion>
 
-  <groupId>org.apache.lucene.mahout</groupId>
+  <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-parent</artifactId>
   <packaging>pom</packaging>
   <version>0.1</version>