Repository: mahout Updated Branches: refs/heads/master e42e26c5d -> d9bc8c524
Replacing vienna-omp versions in distribution/pom.xml Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/d9bc8c52 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/d9bc8c52 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/d9bc8c52 Branch: refs/heads/master Commit: d9bc8c5241252fc7a9b8415d38e4896eb8db8bc7 Parents: e42e26c Author: Andrew Musselman <[email protected]> Authored: Wed Mar 8 21:27:27 2017 -0800 Committer: Andrew Musselman <[email protected]> Committed: Wed Mar 8 21:27:27 2017 -0800 ---------------------------------------------------------------------- distribution/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/d9bc8c52/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 5b8927e..f2cf300 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -117,6 +117,7 @@ <dependency> <groupId>org.apache.mahout</groupId> <artifactId>mahout-native-viennacl-omp_${scala.compat.version}</artifactId> + <version>0.13.0-SNAPSHOT</version> </dependency> </dependencies> </profile> @@ -155,6 +156,7 @@ <dependency> <groupId>org.apache.mahout</groupId> <artifactId>mahout-native-viennacl-omp_${scala.compat.version}</artifactId> + <version>0.13.0-SNAPSHOT</version> </dependency> </dependencies> </profile>
