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 0542e40 NOJIRA: Reverting versions in poms
0542e40 is described below
commit 0542e4034f55b113e40ffc3c80d4c05ab6622077
Author: Andrew Musselman <[email protected]>
AuthorDate: Fri Mar 1 09:46:53 2019 -0800
NOJIRA: Reverting versions in poms
---
engine/hdfs/pom.xml | 2 +-
engine/spark/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml
index f19e1fc..176282c 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.2-SNAPSHOT</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml
index 31f7ea6..7ad27f4 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.2-SNAPSHOT</version>
+ <version>0.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>