Skip to content

Commit a958fa3

Browse files
author
hudson
committed
Updating for 4.0.0 development.
1 parent f65a550 commit a958fa3

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

buildtools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.mahout</groupId>
2525
<artifactId>mahout</artifactId>
26-
<version>0.6-cdh4b2-SNAPSHOT</version>
26+
<version>0.6-cdh4.0.0-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.mahout</groupId>
2525
<artifactId>mahout</artifactId>
26-
<version>0.6-cdh4b2-SNAPSHOT</version>
26+
<version>0.6-cdh4.0.0-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

distribution/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<groupId>org.apache.mahout</groupId>
2222
<artifactId>mahout</artifactId>
23-
<version>0.6-cdh4b2-SNAPSHOT</version>
23+
<version>0.6-cdh4.0.0-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<groupId>org.apache.mahout</groupId>
2727
<artifactId>mahout-distribution</artifactId>
28-
<version>0.6-cdh4b2-SNAPSHOT</version>
28+
<version>0.6-cdh4.0.0-SNAPSHOT</version>
2929
<name>Mahout Release Package</name>
3030
<description>Distribution Package</description>
3131
<packaging>pom</packaging>

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.mahout</groupId>
2525
<artifactId>mahout</artifactId>
26-
<version>0.6-cdh4b2-SNAPSHOT</version>
26+
<version>0.6-cdh4.0.0-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

integration/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.mahout</groupId>
2626
<artifactId>mahout</artifactId>
27-
<version>0.6-cdh4b2-SNAPSHOT</version>
27+
<version>0.6-cdh4.0.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

math/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.mahout</groupId>
2525
<artifactId>mahout</artifactId>
26-
<version>0.6-cdh4b2-SNAPSHOT</version>
26+
<version>0.6-cdh4.0.0-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>org.apache.mahout</groupId>
2222
<artifactId>mahout</artifactId>
23-
<version>0.6-cdh4b2-SNAPSHOT</version>
23+
<version>0.6-cdh4.0.0-SNAPSHOT</version>
2424

2525
<parent>
2626
<groupId>com.cloudera.cdh</groupId>
2727
<artifactId>cdh-root</artifactId>
28-
<version>4.0-b2-SNAPSHOT</version>
28+
<version>4.0.0-SNAPSHOT</version>
2929
</parent>
3030

3131
<packaging>pom</packaging>

0 commit comments

Comments
 (0)