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/12 02:40:33 UTC

svn commit: r933057 - in /lucene/mahout/trunk: collections/pom.xml distribution/pom.xml math/pom.xml pom.xml utils/

Author: bimargulies
Date: Mon Apr 12 00:40:32 2010
New Revision: 933057

URL: http://svn.apache.org/viewvc?rev=933057&view=rev
Log:
Disconnect collections from the rest of the build. Release process to follow.

Modified:
    lucene/mahout/trunk/collections/pom.xml
    lucene/mahout/trunk/distribution/pom.xml
    lucene/mahout/trunk/math/pom.xml
    lucene/mahout/trunk/pom.xml
    lucene/mahout/trunk/utils/   (props changed)

Modified: lucene/mahout/trunk/collections/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/collections/pom.xml?rev=933057&r1=933056&r2=933057&view=diff
==============================================================================
--- lucene/mahout/trunk/collections/pom.xml (original)
+++ lucene/mahout/trunk/collections/pom.xml Mon Apr 12 00:40:32 2010
@@ -23,26 +23,42 @@
 
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout-collections</artifactId>
-  <version>0.4-SNAPSHOT</version>
+  <version>1.0-SNAPSHOT</version>
   <name>Mahout Collections</name>
   <description>Primitive-type collections based on CERN's Colt Java API</description>
 
-  <parent>
-    <groupId>org.apache.mahout</groupId>
-    <artifactId>mahout</artifactId>
-    <version>0.4-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>6</version>
+    </parent>
 
   <packaging>jar</packaging>
 
   <build>
     <defaultGoal>install</defaultGoal>
-
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.0</version>
+          <configuration>
+            <tagBase>https://svn.apache.org/repos/asf/lucene/mahout/tags</tagBase>
+            <useReleaseProfile>true</useReleaseProfile>
+            <releaseProfiles>release,mahout_release</releaseProfiles>
+            <remoteTagging>true</remoteTagging>
+            <preparationGoals>clean install</preparationGoals>
+            <goals>deploy</goals>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
         <configuration>
           <source>1.5</source>
           <target>1.5</target>
@@ -95,6 +111,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
+      <version>4.7</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: lucene/mahout/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/distribution/pom.xml?rev=933057&r1=933056&r2=933057&view=diff
==============================================================================
--- lucene/mahout/trunk/distribution/pom.xml (original)
+++ lucene/mahout/trunk/distribution/pom.xml Mon Apr 12 00:40:32 2010
@@ -80,7 +80,6 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-collections</artifactId>
-      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.mahout</groupId>

Modified: lucene/mahout/trunk/math/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/math/pom.xml?rev=933057&r1=933056&r2=933057&view=diff
==============================================================================
--- lucene/mahout/trunk/math/pom.xml (original)
+++ lucene/mahout/trunk/math/pom.xml Mon Apr 12 00:40:32 2010
@@ -89,7 +89,6 @@
     <dependency>
       <groupId>org.apache.mahout</groupId>
       <artifactId>mahout-collections</artifactId>
-      <version>${project.version}</version>
     </dependency>
 
     <!--  Gson: Java to Json conversion -->

Modified: lucene/mahout/trunk/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/pom.xml?rev=933057&r1=933056&r2=933057&view=diff
==============================================================================
--- lucene/mahout/trunk/pom.xml (original)
+++ lucene/mahout/trunk/pom.xml Mon Apr 12 00:40:32 2010
@@ -84,6 +84,7 @@
         <lucene.version>2.9.1</lucene.version>
         <hadoop.version>0.20.2</hadoop.version>
         <maven.clover.multiproject>true</maven.clover.multiproject>
+        <collections.version>1.0-SNAPSHOT</collections.version>
     </properties>
     <repositories>
         <repository>
@@ -133,6 +134,11 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
+              <groupId>org.apache.mahout</groupId>
+              <artifactId>mahout-collections</artifactId>
+              <version>${collections.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>org.apache.lucene</groupId>
                 <artifactId>lucene-analyzers</artifactId>
                 <version>${lucene.version}</version>
@@ -428,7 +434,6 @@
     <modules>
         <module>buildtools</module>
         <module>eclipse</module>
-        <module>collections</module>
         <module>math</module>
         <module>core</module>
         <module>taste-web</module>

Propchange: lucene/mahout/trunk/utils/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Apr 12 00:40:32 2010
@@ -1,3 +1,5 @@
+output
+testdata
 *.iml
 target
 .settings