Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eberhardtj committed Sep 3, 2018
1 parent 331b271 commit 47a9c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.github.eberhardtj'
version '0.1.2'
version '0.2.0'

apply plugin: 'java'

Expand Down
2 changes: 1 addition & 1 deletion scripts/ParallelPost.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def summary = '\n' + 'Posts Apache Solr index updates (in XML) to a Solr Server.
'\n' +
'Example: groovy ParallelPost.groovy -u "http://localhost:8983/solr/" -c "demo"' +
'\n' +
'Version: 0.1.2' +
'Version: 0.2.0' +
'\n'

def cli = new CliBuilder(usage:'ParallelPost [-ibdthrw] -u URL -c CORE', header: '\nOptions:', footer: summary)
Expand Down

0 comments on commit 47a9c82

Please sign in to comment.