Skip to content

Commit 82f7c32

Browse files
committed
[SPARK-LLAP-108] Bump to v1.1.1-2.1 and publish (#109)
## What changes were proposed in this pull request? This PR bumps the versions to v1.1.1-21 and do publish. This PR requires the followings. - Both #105 and #107 should be merged before this PR. - Backport both commits from `master` branch to `branch-2.1` branch. - Make a tag on branch-2.1 and publich via Jenkins. ## How was this patch tested? This closes #108 . (cherry picked from commit 6cc0155) Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent b9a72ca commit 82f7c32

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.11</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.1.0-2.1</version>
8+
<version>1.1.1-2.1</version>
99
<name>spark-llap-assembly_2.11</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.11</artifactId>
24-
<version>1.1.0-2.1</version>
24+
<version>1.1.1-2.1</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.1.0-2.1"
3+
version := "1.1.1-2.1"
44
organization := "com.hortonworks.spark"
55
scalaVersion := "2.11.8"
66
val scalatestVersion = "2.2.6"

0 commit comments

Comments
 (0)