Skip to content

Commit

Permalink
release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Stevenson committed Aug 10, 2016
1 parent db389d3 commit f307c67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/datamountaineer/kafka-connect-query-language.svg?branch=master)](https://travis-ci.org/datamountaineer/kafka-connect-query-language)
[<img src="https://img.shields.io/badge/latest%20release-v0.4-blue.svg?label=latest%20release"/>](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.datamountaineer%22%20AND%20a%3A%22kcql%22)
[<img src="https://img.shields.io/badge/latest%20release-v0.5-blue.svg?label=latest%20release"/>](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.datamountaineer%22%20AND%20a%3A%22kcql%22)


# Kafka Connect Query Language
Expand All @@ -15,18 +15,18 @@ Kafka Connect Common is in Maven, include it in your connector.
<dependency>
<groupId>com.datamountaineer</groupId>
<artifactId>kcql</artifactId>
<version>0.4</version>
<version>0.5</version>
</dependency>
```

sbt
```bash
libraryDependencies += "com.datamountaineer" % "kcql % "0.4"
libraryDependencies += "com.datamountaineer" % "kcql % "0.5"
```
gradle
```bash
com.datamountaineer:kcql:0.4'
com.datamountaineer:kcql:0.5'
```
# Why ?
Expand Down

0 comments on commit f307c67

Please sign in to comment.