Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Move the property of scala.version into topdir/pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
maropu committed Sep 5, 2016
1 parent 73d8090 commit 0ad666f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<protobuf.version>2.5.0</protobuf.version>
<protoc.path>${env.PROTOC_PATH}</protoc.path>
<scala.version>2.11.8</scala.version>
</properties>

<repositories>
Expand Down
5 changes: 0 additions & 5 deletions spark/spark-1.6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
<name>Hivemall on Spark 1.6</name>
<packaging>jar</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<scala.version>2.11.8</scala.version>
</properties>

<dependencies>
<!-- hivemall dependencies -->
<dependency>
Expand Down
5 changes: 0 additions & 5 deletions spark/spark-2.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
<name>Hivemall on Spark 2.0</name>
<packaging>jar</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<scala.version>2.11.8</scala.version>
</properties>

<dependencies>
<!-- hivemall dependencies -->
<dependency>
Expand Down

0 comments on commit 0ad666f

Please sign in to comment.