Skip to content

Commit

Permalink
NOJIRA Replaced hardcoded scala binary version, in artifact IDs and i…
Browse files Browse the repository at this point in the history
…n module references for dist archive, with property value
  • Loading branch information
sslavic committed Apr 10, 2015
1 parent fb9a7c3 commit fb30375
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion h2o/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion math-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spark-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb30375

Please sign in to comment.