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 c51f2d8  NOJIRA: Reverting versions in poms
c51f2d8 is described below

commit c51f2d8258ec0537c12e915b7220e8c49c67669f
Author: Andrew Musselman <[email protected]>
AuthorDate: Fri Mar 1 09:45:05 2019 -0800

    NOJIRA: Reverting versions in poms
---
 community/pom.xml | 2 +-
 core/pom.xml      | 2 +-
 engine/pom.xml    | 2 +-
 pom.xml           | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/community/pom.xml b/community/pom.xml
index a9647ee..b7fc1c1 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.2-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/core/pom.xml b/core/pom.xml
index e5dcdb0..4b123a2 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.2-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/engine/pom.xml b/engine/pom.xml
index 3e31929..37d9f5e 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.2-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index ca468b3..28334cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout</artifactId>
 
-  <version>0.14.2-SNAPSHOT</version>
+  <version>0.14.0-SNAPSHOT</version>
 
   <packaging>pom</packaging>
   <name>Apache Mahout</name>

Reply via email to