Skip to content

Commit 987b6d1

Browse files
author
Mingjie Tang
committed
Bump to 1.0.6-1.6
1 parent 4ca630e commit 987b6d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assembly/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.hortonworks.spark</groupId>
66
<artifactId>spark-llap-assembly_2.10</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.0.5-1.6</version>
8+
<version>1.0.6-1.6</version>
99
<name>spark-llap-assembly_2.10</name>
1010
<url>https://github.com/hortonworks-spark/spark-llap</url>
1111

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>com.hortonworks.spark</groupId>
2323
<artifactId>spark-llap_2.10</artifactId>
24-
<version>1.0.5-1.6</version>
24+
<version>1.0.6-1.6</version>
2525
<exclusions>
2626
<exclusion>
2727
<groupId>org.apache.hadoop</groupId>

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
name := "spark-llap"
3-
version := "1.0.5-1.6"
3+
version := "1.0.6-1.6"
44
organization := "com.hortonworks.spark"
55
scalaVersion := "2.10.5"
66
val scalatestVersion = "2.2.4"

0 commit comments

Comments
 (0)