Skip to content

Commit 1f1cb55

Browse files
[SPARK-LLAP-80] Bump to 1.0.4-1.6 (#81)
## What changes were proposed in this pull request? This PR bumps the version to 1.0.4-1.6. ## How was this patch tested? N/A
1 parent c6b6a07 commit 1f1cb55

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.1-1.6</version>
8+
<version>1.0.4-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.1-1.6</version>
24+
<version>1.0.4-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.3-1.6"
3+
version := "1.0.4-1.6"
44
organization := "com.hortonworks.spark"
55
scalaVersion := "2.10.5"
66
val scalatestVersion = "2.2.4"

0 commit comments

Comments
 (0)