Repository: mahout Updated Branches: refs/heads/master fb9a7c3d0 -> fb30375e4
NOJIRA Replaced hardcoded scala binary version, in artifact IDs and in module references for dist archive, with property value Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/fb30375e Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/fb30375e Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/fb30375e Branch: refs/heads/master Commit: fb30375e40062ff9b85357857d0e09dc38da25fc Parents: fb9a7c3 Author: Stevo Slavic <[email protected]> Authored: Sat Apr 11 01:11:52 2015 +0200 Committer: Stevo Slavic <[email protected]> Committed: Sat Apr 11 01:11:52 2015 +0200 ---------------------------------------------------------------------- distribution/pom.xml | 8 ++++---- h2o/pom.xml | 2 +- math-scala/pom.xml | 2 +- spark-shell/pom.xml | 2 +- spark/pom.xml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/fb30375e/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index ee1c81a..4767df5 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -103,19 +103,19 @@ </dependency> <dependency> <groupId>org.apache.mahout</groupId> - <artifactId>mahout-h2o_2.10</artifactId> + <artifactId>mahout-h2o_${scala.compat.version}</artifactId> </dependency> <dependency> <groupId>org.apache.mahout</groupId> - <artifactId>mahout-spark_2.10</artifactId> + <artifactId>mahout-spark_${scala.compat.version}</artifactId> </dependency> <dependency> <groupId>org.apache.mahout</groupId> - <artifactId>mahout-spark-shell_2.10</artifactId> + <artifactId>mahout-spark-shell_${scala.compat.version}</artifactId> </dependency> <dependency> <groupId>org.apache.mahout</groupId> - <artifactId>mahout-math-scala_2.10</artifactId> + <artifactId>mahout-math-scala_${scala.compat.version}</artifactId> </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/mahout/blob/fb30375e/h2o/pom.xml ---------------------------------------------------------------------- diff --git a/h2o/pom.xml b/h2o/pom.xml index caab993..576fe94 100644 --- a/h2o/pom.xml +++ b/h2o/pom.xml @@ -27,7 +27,7 @@ <relativePath>../pom.xml</relativePath> </parent> - <artifactId>mahout-h2o_2.10</artifactId> + <artifactId>mahout-h2o_${scala.compat.version}</artifactId> <name>Mahout H2O backend</name> <description> H2O Backend for Mahout DSL http://git-wip-us.apache.org/repos/asf/mahout/blob/fb30375e/math-scala/pom.xml ---------------------------------------------------------------------- diff --git a/math-scala/pom.xml b/math-scala/pom.xml index d4a24c4..9058401 100644 --- a/math-scala/pom.xml +++ b/math-scala/pom.xml @@ -27,7 +27,7 @@ <relativePath>../pom.xml</relativePath> </parent> - <artifactId>mahout-math-scala_2.10</artifactId> + <artifactId>mahout-math-scala_${scala.compat.version}</artifactId> <name>Mahout Math Scala bindings</name> <description>High performance scientific and technical computing data structures and methods, mostly based on CERN's http://git-wip-us.apache.org/repos/asf/mahout/blob/fb30375e/spark-shell/pom.xml ---------------------------------------------------------------------- diff --git a/spark-shell/pom.xml b/spark-shell/pom.xml index 2352cad..b9e1b8f 100644 --- a/spark-shell/pom.xml +++ b/spark-shell/pom.xml @@ -27,7 +27,7 @@ <relativePath>../pom.xml</relativePath> </parent> - <artifactId>mahout-spark-shell_2.10</artifactId> + <artifactId>mahout-spark-shell_${scala.compat.version}</artifactId> <name>Mahout Spark bindings shell</name> <description> Mahout Bindings for Apache Spark http://git-wip-us.apache.org/repos/asf/mahout/blob/fb30375e/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index d2ca696..875f9d3 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -27,7 +27,7 @@ <relativePath>../pom.xml</relativePath> </parent> - <artifactId>mahout-spark_2.10</artifactId> + <artifactId>mahout-spark_${scala.compat.version}</artifactId> <name>Mahout Spark bindings</name> <description> Mahout Bindings for Apache Spark
