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 e067609 NOJIRA: Un-hard-coding version number
e067609 is described below
commit e0676091ed9bda0c5539ea76d813c0cacf87c035
Author: Andrew Musselman <[email protected]>
AuthorDate: Thu May 9 17:11:35 2019 -0700
NOJIRA: Un-hard-coding version number
---
community/spark-cli-drivers/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/community/spark-cli-drivers/pom.xml
b/community/spark-cli-drivers/pom.xml
index 3f81a4a..6577b74 100644
--- a/community/spark-cli-drivers/pom.xml
+++ b/community/spark-cli-drivers/pom.xml
@@ -49,13 +49,13 @@
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>spark_${scala.compat.version}</artifactId>
- <version>14.1</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>core_${scala.compat.version}</artifactId>
- <version>14.1</version>
+ <version>${project.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
@@ -63,7 +63,7 @@
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>spark_2.11</artifactId>
- <version>14.1</version>
+ <version>${project.version}</version>
<classifier>tests</classifier>
</dependency>
</dependencies>