You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2020/01/14 05:48:31 UTC

[mahout] branch master updated: another small release tweak

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 5391685  another small release tweak
5391685 is described below

commit 53916859ae016ea3cbe3c20c0f6f1ff3db88de2f
Author: Andrew Palumbo <ap...@apache.org>
AuthorDate: Mon Jan 13 21:48:13 2020 -0800

    another small release tweak
---
 community/spark-cli-drivers/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml
index 1fcf151..0d9bfcc 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>mahout-community</artifactId>
-    <version>14.2-SNAPSHOT</version>
+    <version>14.1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -52,6 +52,7 @@
     <dependency>
       <groupId>org.scalatest</groupId>
       <artifactId>scalatest_2.12</artifactId>
+      <version>3.0.5</version>
     </dependency>
 
 <!--    <dependency>-->