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/04/08 21:49:20 UTC

svn commit: r932080 - in /lucene/mahout/trunk: collections/pom.xml pom.xml

Author: bimargulies
Date: Thu Apr  8 19:49:20 2010
New Revision: 932080

URL: http://svn.apache.org/viewvc?rev=932080&view=rev
Log:
Remove collections-codegen from standard aggregated build, make collections used the 1.0 release of the code gen.

Modified:
    lucene/mahout/trunk/collections/pom.xml
    lucene/mahout/trunk/pom.xml

Modified: lucene/mahout/trunk/collections/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/collections/pom.xml?rev=932080&r1=932079&r2=932080&view=diff
==============================================================================
--- lucene/mahout/trunk/collections/pom.xml (original)
+++ lucene/mahout/trunk/collections/pom.xml Thu Apr  8 19:49:20 2010
@@ -51,8 +51,7 @@
       <plugin>
         <groupId>org.apache.mahout</groupId>
         <artifactId>mahout-collection-codegen-plugin</artifactId>
-        <!-- for now, peg to last release -->
-        <version>0.3</version>
+        <version>1.0</version>
         <executions>
           <execution>
             <goals>

Modified: lucene/mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/pom.xml?rev=932080&r1=932079&r2=932080&view=diff
==============================================================================
--- lucene/mahout/trunk/pom.xml (original)
+++ lucene/mahout/trunk/pom.xml Thu Apr  8 19:49:20 2010
@@ -428,7 +428,6 @@
     <modules>
         <module>buildtools</module>
         <module>eclipse</module>
-        <module>collections-codegen-plugin</module>
         <module>collections</module>
         <module>math</module>
         <module>core</module>