Skip to content

Commit b8ce249

Browse files
committed
[maven-release-plugin] prepare release mahout-0.12.2
1 parent 1a2b693 commit b8ce249

File tree

13 files changed

+18
-14
lines changed

13 files changed

+18
-14
lines changed

buildtools/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>org.apache.mahout</groupId>
3131
<artifactId>mahout-buildtools</artifactId>
32-
<version>0.12.2-SNAPSHOT</version>
32+
<version>0.12.2</version>
3333
<name>Mahout Build Tools</name>
3434

3535
<packaging>jar</packaging>
@@ -144,4 +144,8 @@
144144
</build>
145145
</profile>
146146
</profiles>
147+
148+
<scm>
149+
<tag>mahout-0.12.2</tag>
150+
</scm>
147151
</project>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.mahout</groupId>
2222
<artifactId>mahout</artifactId>
23-
<version>0.12.2-SNAPSHOT</version>
23+
<version>0.12.2</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>apache-mahout-distribution</artifactId>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
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.12.2-SNAPSHOT</version>
26+
<version>0.12.2</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

flink/pom.xml

Lines changed: 1 addition & 1 deletion
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.12.2-SNAPSHOT</version>
26+
<version>0.12.2</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

h2o/pom.xml

Lines changed: 1 addition & 1 deletion
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.12.2-SNAPSHOT</version>
26+
<version>0.12.2</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

hdfs/pom.xml

Lines changed: 1 addition & 1 deletion
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.12.2-SNAPSHOT</version>
26+
<version>0.12.2</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

integration/pom.xml

Lines changed: 1 addition & 1 deletion
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.12.2-SNAPSHOT</version>
27+
<version>0.12.2</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

math-scala/pom.xml

Lines changed: 1 addition & 1 deletion
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.12.2-SNAPSHOT</version>
26+
<version>0.12.2</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

math/pom.xml

Lines changed: 1 addition & 1 deletion
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.12.2-SNAPSHOT</version>
26+
<version>0.12.2</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

mr/pom.xml

Lines changed: 1 addition & 1 deletion
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.12.2-SNAPSHOT</version>
26+
<version>0.12.2</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<groupId>org.apache.mahout</groupId>
2929
<artifactId>mahout</artifactId>
3030

31-
<version>0.12.2-SNAPSHOT</version>
31+
<version>0.12.2</version>
3232

3333
<packaging>pom</packaging>
3434
<name>Apache Mahout</name>
@@ -102,7 +102,7 @@
102102
<connection>scm:git:[email protected]:apache/mahout.git</connection>
103103
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/mahout.git</developerConnection>
104104
<url>https://git-wip-us.apache.org/repos/asf?p=mahout.git;a=tree;h=refs/heads/${project.scm.tag};hb=${project.scm.tag}</url>
105-
<tag>master</tag>
105+
<tag>mahout-0.12.2</tag>
106106
</scm>
107107
<properties>
108108
<skipTests>false</skipTests>

spark-shell/pom.xml

Lines changed: 1 addition & 1 deletion
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.12.2-SNAPSHOT</version>
26+
<version>0.12.2</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

spark/pom.xml

Lines changed: 1 addition & 1 deletion
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.12.2-SNAPSHOT</version>
26+
<version>0.12.2</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)