Skip to content

Commit

Permalink
Fixed activation property for hbase and hbase artifcat name
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdna committed Feb 22, 2017
1 parent 985f26a commit 8c6bae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adam-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>adam-hbase_2.10_2.10</artifactId>
<artifactId>adam-hbase_2.10</artifactId>
<packaging>jar</packaging>
<name>ADAM_${scala.version.prefix}: HBase</name>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>SPARKVERSION</name>
<name>env.SPARKVERSION</name>
<value>1.6.3</value>
</property>
</activation>
Expand Down

0 comments on commit 8c6bae8

Please sign in to comment.