From 8d178e80f394efa9d28ec19d3305717100f01b10 Mon Sep 17 00:00:00 2001 From: Daniel Shuy Date: Wed, 22 May 2019 16:16:22 +0800 Subject: [PATCH] Update README for release 2.1.0 --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 31a6ce0..7f4e281 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add the following to your Maven dependency list: com.github.daniel-shuy kafka-protobuf-serde - 2.0.0 + 2.1.0 ``` Override the `protobuf.version` property with the version of Protobuf you wish to use (**WARNING:** do not directly override the `protobuf-java` dependency version): @@ -25,11 +25,9 @@ Override the `protobuf.version` property with the version of Protobuf you wish t ``` Optionally, you may also override the `kafka-client` dependency version with the version of Kafka you wish to use: ``` - - org.apache.kafka - kafka-clients - 2.0.0 - + + 2.2.0/protobuf.version> + ``` ### Kafka Producer