Skip to content

Commit 253723f

Browse files
committed
Preparing SPARK-LLAP release v1.1.3-2.1
(cherry picked from commit cf86992)
1 parent 23ee0c6 commit 253723f

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.3-2.1-SNAPSHOT</version>
8+
<version>1.1.3-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.3-2.1-SNAPSHOT</version>
24+
<version>1.1.3-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.3-2.1-SNAPSHOT"
3+
version := "1.1.3-2.1"
44
organization := "com.hortonworks.spark"
55
scalaVersion := "2.11.8"
66
val scalatestVersion = "2.2.6"

0 commit comments

Comments
 (0)