Repository: mahout Updated Branches: refs/heads/master a69fa9d4d -> 54ba6c706
Removing versions from viennacl profiles Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/54ba6c70 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/54ba6c70 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/54ba6c70 Branch: refs/heads/master Commit: 54ba6c706d36d0e0c100dce05804486efb8a5cc0 Parents: a69fa9d Author: Andrew Musselman <[email protected]> Authored: Fri Apr 14 11:28:25 2017 -0700 Committer: Andrew Musselman <[email protected]> Committed: Fri Apr 14 11:28:25 2017 -0700 ---------------------------------------------------------------------- distribution/pom.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/54ba6c70/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 9aca118..5b8927e 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -117,7 +117,6 @@ <dependency> <groupId>org.apache.mahout</groupId> <artifactId>mahout-native-viennacl-omp_${scala.compat.version}</artifactId> - <version>${project.version}</version> </dependency> </dependencies> </profile> @@ -156,7 +155,6 @@ <dependency> <groupId>org.apache.mahout</groupId> <artifactId>mahout-native-viennacl-omp_${scala.compat.version}</artifactId> - <version>${project.version}</version> </dependency> </dependencies> </profile>
