Repository: mahout Updated Branches: refs/heads/master 54ba6c706 -> 059226746
Adding project.version back for viennacl-omp module in viennacl profile. Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/05922674 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/05922674 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/05922674 Branch: refs/heads/master Commit: 059226746276a263f85d5c81d8173123ce81d45d Parents: 54ba6c7 Author: Andrew Musselman <[email protected]> Authored: Fri Apr 14 11:37:39 2017 -0700 Committer: Andrew Musselman <[email protected]> Committed: Fri Apr 14 11:37:39 2017 -0700 ---------------------------------------------------------------------- distribution/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/05922674/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 5b8927e..60bf85a 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>${project.version}</version> </dependency> </dependencies> </profile>
