Repository: mahout Updated Branches: refs/heads/master be254cdf3 -> fe4cb1a09
MAHOUT-2018: missing dash delimiter in mahout-spark module pom.xml. closes apache/mahout#341 Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/fe4cb1a0 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/fe4cb1a0 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/fe4cb1a0 Branch: refs/heads/master Commit: fe4cb1a0919eebd8262ad8f0ff142a53de9eba42 Parents: be254cd Author: Andrew Palumbo <[email protected]> Authored: Sat Sep 30 11:52:55 2017 -0700 Committer: Andrew Palumbo <[email protected]> Committed: Sat Sep 30 11:52:55 2017 -0700 ---------------------------------------------------------------------- spark/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/fe4cb1a0/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index f93933a..dc26f6a 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -130,7 +130,7 @@ <phase>package</phase> <configuration> <tasks> - <copy file="target/mahout-spark_${scala.compat.version}-${version}-spark_${spark.compat.version}.jar" tofile="../mahout-spark_${scala.compat.version}-${version}spark_${spark.compat.version}.jar" /> + <copy file="target/mahout-spark_${scala.compat.version}-${version}-spark_${spark.compat.version}.jar" tofile="../mahout-spark_${scala.compat.version}-${version}-spark_${spark.compat.version}.jar" /> <copy file="target/mahout-spark_${scala.compat.version}-${version}-dependency-reduced.jar" tofile="../mahout-spark_${scala.compat.version}-${version}-dependency-reduced.jar" /> </tasks> </configuration>
