Skip to content

Commit

Permalink
Bump to 1.0.9-2.1.1-rc2 and publish for Apache Spark 2.1.1-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Mar 30, 2017
1 parent 650ca4a commit f5ae723
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.hortonworks.spark</groupId>
<artifactId>spark-llap-assembly_2.11</artifactId>
<packaging>pom</packaging>
<version>1.0.8-2.1</version>
<version>1.0.9-2.1.1-rc2</version>
<name>spark-llap-assembly_2.11</name>
<url>https://github.com/hortonworks-spark/spark-llap</url>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.hortonworks.spark</groupId>
<artifactId>spark-llap_2.11</artifactId>
<version>1.0.8-2.1</version>
<version>1.0.9-2.1.1-rc2</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

name := "spark-llap"
version := "1.0.8-2.1"
version := "1.0.9-2.1.1-rc2"
organization := "com.hortonworks.spark"
scalaVersion := "2.11.8"
val scalatestVersion = "2.2.6"

sparkVersion := sys.props.getOrElse("spark.version", "2.1.0")
sparkVersion := sys.props.getOrElse("spark.version", "2.1.1")

val hadoopVersion = sys.props.getOrElse("hadoop.version", "2.7.3")
val hiveVersion = sys.props.getOrElse("hive.version", "2.1.0.2.5.3.0-37")
Expand Down

0 comments on commit f5ae723

Please sign in to comment.