Skip to content

Commit baf8a52

Browse files
author
eberhardtj
committed
Release 0.2.1
1 parent 8d202ab commit baf8a52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.github.eberhardtj'
2-
version '0.2.0'
2+
version '0.2.1'
33

44
apply plugin: 'java'
55

scripts/ParallelPost.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*/
3131
@GrabResolver(name='jitpack', root='https://jitpack.io')
3232
@Grab('org.metafacture:metafacture-xml:5.0.0')
33-
@Grab('com.github.eberhardtj:metafacture-solr-plugin:v0.2.0')
33+
@Grab('com.github.eberhardtj:metafacture-solr-plugin:v0.2.1')
3434
@Grab('org.slf4j:slf4j-api:1.7.25')
3535
@Grab('org.slf4j:slf4j-simple:1.7.25')
3636
import groovy.cli.picocli.CliBuilder
@@ -43,7 +43,7 @@ def summary = '\n' + 'Posts Apache Solr index updates (in XML) to a Solr Server.
4343
'\n' +
4444
'Example: groovy ParallelPost.groovy -u "http://localhost:8983/solr/" -c "demo"' +
4545
'\n' +
46-
'Version: 0.2.0' +
46+
'Version: 0.2.1' +
4747
'\n'
4848

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

0 commit comments

Comments
 (0)