Skip to content

Commit

Permalink
Release zeppelin-interpreter 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinJanani committed Oct 21, 2016
1 parent 270b2d0 commit 2272a77
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'io.snappydata'
version '0.6'
version '0.6.1'

apply plugin: 'java'
apply plugin: 'wrapper'
Expand All @@ -26,10 +26,9 @@ ext {
scalaBinaryVersion = '2.11'
scalaVersion = scalaBinaryVersion + '.8'
buildDir = 'build-artifacts'
sparkVersion = '2.0.0'
snappySparkVersion = '2.0.1-1'
snappyDataVersion = '0.6'
gemfireVersion = "1.5.1"
snappySparkVersion = '2.0.1-3'
snappyDataVersion = '0.6.1'
gemfireVersion = "1.5.2"
zeppelinVersion = '0.6.1'
}

Expand Down

0 comments on commit 2272a77

Please sign in to comment.