Skip to content

Commit

Permalink
prepare for 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adyliu committed Apr 25, 2017
1 parent 84fc8ae commit 15d5934
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If you are interested in [scala](http://www.scala-lang.org/), please use the ori

## News

[2016-11-29] [released](https://github.com/adyliu/jafka/wiki/history) [v3.0](http://central.maven.org/maven2/io/jafka/jafka/)
[2017-04-25] [released](https://github.com/adyliu/jafka/wiki/history) [v3.0.2](http://central.maven.org/maven2/io/jafka/jafka/)

## Document & Wiki

Expand All @@ -42,12 +42,12 @@ Maven
<dependency>
<groupId>io.jafka</groupId>
<artifactId>jafka</artifactId>
<version>3.0</version>
<version>3.0.2</version>
</dependency>

Gradle

'io.jafka:jafka:3.0'
'io.jafka:jafka:3.0.2'


## Contributor
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.jafka</groupId>
<artifactId>jafka</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.0.2</version>
<packaging>jar</packaging>
<name>jafka</name>
<url>https://github.com/adyliu/jafka</url>
Expand Down

0 comments on commit 15d5934

Please sign in to comment.