Skip to content

Commit

Permalink
Update README for release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-shuy committed May 22, 2019
1 parent 721c7a8 commit 8d178e8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following to your Maven dependency list:
<dependency>
<groupId>com.github.daniel-shuy</groupId>
<artifactId>kafka-protobuf-serde</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
```
Override the `protobuf.version` property with the version of Protobuf you wish to use (**WARNING:** do not directly override the `protobuf-java` dependency version):
Expand All @@ -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:
```
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>2.0.0</version>
</dependency>
<properties>
<kafka.version>2.2.0/protobuf.version>
</properties>
```

### Kafka Producer
Expand Down

0 comments on commit 8d178e8

Please sign in to comment.