This is an automated email from the ASF dual-hosted git repository.
akm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/master by this push:
new 0db4ff4 [maven-release-plugin] prepare release mahout-0.14.1
0db4ff4 is described below
commit 0db4ff4542a1147edc0c9926b5cb38ee3b717d1f
Author: Andrew Musselman <[email protected]>
AuthorDate: Fri Mar 1 09:04:59 2019 -0800
[maven-release-plugin] prepare release mahout-0.14.1
---
community/pom.xml | 2 +-
core/pom.xml | 2 +-
engine/hdfs/pom.xml | 2 +-
engine/pom.xml | 2 +-
engine/spark/pom.xml | 2 +-
pom.xml | 4 ++--
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/community/pom.xml b/community/pom.xml
index 1ca541d..1409c94 100644
--- a/community/pom.xml
+++ b/community/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
- <version>0.14.1-SNAPSHOT</version>
+ <version>0.14.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/core/pom.xml b/core/pom.xml
index fbd7486..d4a2c13 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
- <version>0.14.1-SNAPSHOT</version>
+ <version>0.14.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index 426662a..48ed526 100644
--- a/engine/hdfs/pom.xml
+++ b/engine/hdfs/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>engine</artifactId>
- <version>0.14.1-SNAPSHOT</version>
+ <version>0.14.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/engine/pom.xml b/engine/pom.xml
index e4477e9..e1667c7 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
- <version>0.14.1-SNAPSHOT</version>
+ <version>0.14.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index 2e30e46..3d43ef7 100644
--- a/engine/spark/pom.xml
+++ b/engine/spark/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.mahout</groupId>
<artifactId>engine</artifactId>
- <version>0.14.1-SNAPSHOT</version>
+ <version>0.14.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index c149d5a..e7c0866 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.mahout</groupId>
<artifactId>mahout</artifactId>
- <version>0.14.1-SNAPSHOT</version>
+ <version>0.14.1</version>
<packaging>pom</packaging>
<name>Apache Mahout</name>
@@ -101,7 +101,7 @@
<connection>scm:git:[email protected]:apache/mahout.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mahout.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=mahout.git;a=tree;h=refs/heads/${project.scm.tag};hb=${project.scm.tag}</url>
- <tag>mahout-0.14.0</tag>
+ <tag>mahout-0.14.1</tag>
</scm>
<!-- -->