Repository: mahout Updated Branches: refs/heads/master 683990bfd -> 267b34edd
NOJIRA: using project.version attribute in distribution pom Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/267b34ed Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/267b34ed Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/267b34ed Branch: refs/heads/master Commit: 267b34edd472b0329e0d5e8a9122d799779bdb08 Parents: 683990b Author: Andrew Musselman <[email protected]> Authored: Tue Mar 28 13:36:50 2017 -0700 Committer: Andrew Musselman <[email protected]> Committed: Tue Mar 28 13:36:50 2017 -0700 ---------------------------------------------------------------------- distribution/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/267b34ed/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index f2cf300..9aca118 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -117,7 +117,7 @@ <dependency> <groupId>org.apache.mahout</groupId> <artifactId>mahout-native-viennacl-omp_${scala.compat.version}</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> </dependencies> </profile> @@ -156,7 +156,7 @@ <dependency> <groupId>org.apache.mahout</groupId> <artifactId>mahout-native-viennacl-omp_${scala.compat.version}</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> </dependencies> </profile>
