diff --git a/README.md b/README.md index dff71c4..ed0b4b6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Build Status](https://travis-ci.org/landoop/kafka-connect-tools.svg?branch=master)](https://travis-ci.org/landoop/kafka-connect-tools) -[](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22kafka-connect-cli%22) +[](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22kafka-connect-cli%22) Connect tools is Maven @@ -7,7 +7,7 @@ Connect tools is Maven com.datamountaineer kafka-connect-cli - 1.0.4 + 1.0.5 ``` @@ -27,7 +27,7 @@ out of band info to `stderr` and non-zero exit status on error. Commands dealing with configuration expect or produce data in .properties style: `key=value` lines and comments start with a `#`. - connect-cli 1.0.4 + connect-cli 1.0.5 Usage: connect-cli [ps|get|rm|create|run|diff|status|plugins|describe|validate|restart|pause|resume] [options] [] --help diff --git a/gradle.properties b/gradle.properties index 54c22a5..2596238 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=1.0.3 +version=1.0.5 ossrhUsername=you ossrhPassword=me