Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
saulius committed Oct 27, 2017
1 parent 16df568 commit 395af1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ _export:
repositories:
- https://jitpack.io
dependencies:
- com.github.platform-lunar:digdag-plugin-livy:0.1.1
- com.github.platform-lunar:digdag-plugin-livy:0.1.2
# Set livy host
livy:
host: http://livy.cluster.internal
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'maven-publish'
apply plugin: 'net.ltgt.apt'

group = 'com.github.platform-lunar'
version = '0.1.1'
version = '0.1.2'

def digdagVersion = '0.9.13'

Expand Down
2 changes: 1 addition & 1 deletion sample/plugin.dig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _export:
# - file://${repos}
- https://jitpack.io
dependencies:
- com.github.platform-lunar:digdag-plugin-livy:0.1.1
- com.github.platform-lunar:digdag-plugin-livy:0.1.2

+livy_action:
_retry: 2
Expand Down

0 comments on commit 395af1b

Please sign in to comment.