Skip to content

Commit

Permalink
Bump to 1.0.5-1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingjie Tang committed May 12, 2017
1 parent 6abbdea commit 26d5c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.10</artifactId>
<packaging>pom</packaging>
<version>1.0.4-1.6</version>
<version>1.0.5-1.6</version>
<name>spark-llap-assembly_2.10</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.10</artifactId>
<version>1.0.4-1.6</version>
<version>1.0.5-1.6</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name := "spark-llap"
version := "1.0.4-1.6"
version := "1.0.5-1.6"
organization := "com.hortonworks.spark"
scalaVersion := "2.10.5"
val scalatestVersion = "2.2.4"
Expand Down

0 comments on commit 26d5c79

Please sign in to comment.