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:12:50 UTC

svn commit: r931367 - /lucene/mahout/trunk/collections-codegen-plugin/pom.xml

Author: bimargulies
Date: Tue Apr  6 23:12:50 2010
New Revision: 931367

URL: http://svn.apache.org/viewvc?rev=931367&view=rev
Log:
fix the profiles used for releasing rhis.

Modified:
    lucene/mahout/trunk/collections-codegen-plugin/pom.xml

Modified: lucene/mahout/trunk/collections-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/collections-codegen-plugin/pom.xml?rev=931367&r1=931366&r2=931367&view=diff
==============================================================================
--- lucene/mahout/trunk/collections-codegen-plugin/pom.xml (original)
+++ lucene/mahout/trunk/collections-codegen-plugin/pom.xml Tue Apr  6 23:12:50 2010
@@ -22,7 +22,7 @@
           <version>2.0-beta-9</version>
           <configuration>
             <useReleaseProfile>true</useReleaseProfile>
-            <releaseProfiles>release</releaseProfiles>
+            <releaseProfiles>release,mahout_release</releaseProfiles>
             <remoteTagging>true</remoteTagging>
             <preparationGoals>clean install</preparationGoals>
             <goals>deploy</goals>