Skip to content

Commit

Permalink
for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sdaas committed Sep 26, 2020
1 parent e87fd62 commit b062984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Add the following to your `pom.xml` :
<dependency>
<groupId>com.daasworld</groupId>
<artifactId>karate-kafka</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
```
and
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<packaging>jar</packaging>

<properties>
<revision>0.0.1-SNAPSHOT</revision>
<revision>0.1.0</revision>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kafka-clients.version>2.4.0</kafka-clients.version>
Expand Down

0 comments on commit b062984

Please sign in to comment.