Author: kalle
Date: Thu Sep 25 06:13:34 2008
New Revision: 698958
URL: http://svn.apache.org/viewvc?rev=698958&view=rev
Log:
maven group changed from o.a.l.m to o.a.m
Modified:
lucene/mahout/trunk/core/pom.xml
lucene/mahout/trunk/examples/pom.xml
lucene/mahout/trunk/pom.xml
Modified: lucene/mahout/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/lucene/mahout/trunk/core/pom.xml?rev=698958&r1=698957&r2=698958&view=diff
==============================================================================
--- lucene/mahout/trunk/core/pom.xml (original)
+++ lucene/mahout/trunk/core/pom.xml Thu Sep 25 06:13:34 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.2-SNAPSHOT</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/trunk/examples/pom.xml
URL:
http://svn.apache.org/viewvc/lucene/mahout/trunk/examples/pom.xml?rev=698958&r1=698957&r2=698958&view=diff
==============================================================================
--- lucene/mahout/trunk/examples/pom.xml (original)
+++ lucene/mahout/trunk/examples/pom.xml Thu Sep 25 06:13:34 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.2-SNAPSHOT</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/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/lucene/mahout/trunk/pom.xml?rev=698958&r1=698957&r2=698958&view=diff
==============================================================================
--- lucene/mahout/trunk/pom.xml (original)
+++ lucene/mahout/trunk/pom.xml Thu Sep 25 06:13:34 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.2-SNAPSHOT</version>