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/07 01:10:48 UTC

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

Author: bimargulies
Date: Tue Apr  6 23:10:48 2010
New Revision: 931366

URL: http://svn.apache.org/viewvc?rev=931366&view=rev
Log:
Use the 0.3 release of the codegen plugin until we release 1.0.

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

Modified: lucene/mahout/trunk/collections/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/collections/pom.xml?rev=931366&r1=931365&r2=931366&view=diff
==============================================================================
--- lucene/mahout/trunk/collections/pom.xml (original)
+++ lucene/mahout/trunk/collections/pom.xml Tue Apr  6 23:10:48 2010
@@ -51,7 +51,8 @@
       <plugin>
         <groupId>org.apache.mahout</groupId>
         <artifactId>mahout-collection-codegen-plugin</artifactId>
-        <version>${project.version}</version>
+        <!-- for now, peg to last release -->
+        <version>0.3</version>
         <executions>
           <execution>
             <goals>