This is an automated email from the ASF dual-hosted git repository.

apalumbo 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 587c713  fix version for community/pom.xml
     new 369c430  Merge branch 'master' of github.com:apache/mahout
587c713 is described below

commit 587c713dcc244a7a6c2582f02929636178aed4a0
Author: Andrew Palumbo <[email protected]>
AuthorDate: Thu May 30 16:37:42 2019 -0700

    fix version for community/pom.xml
---
 community/spark-cli-drivers/pom.xml | 2 +-
 core/pom.xml                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/spark-cli-drivers/pom.xml 
b/community/spark-cli-drivers/pom.xml
index f19c15a..24fa867 100644
--- a/community/spark-cli-drivers/pom.xml
+++ b/community/spark-cli-drivers/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.mahout</groupId>
     <artifactId>community</artifactId>
-    <version>14.1</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/core/pom.xml b/core/pom.xml
index f92e542..9f81edc 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -57,7 +57,7 @@
       <version>3.0.5</version>
     </dependency>
 
-    <dependency>
+    <dependency>root 
       <groupId>org.scala-lang</groupId>
       <artifactId>scala-reflect</artifactId>
     </dependency>

Reply via email to