Skip to content

Commit

Permalink
change artificatId to kcsql
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Stevenson committed Jun 5, 2016
1 parent eef50b8 commit de8b73a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ Kafka Connect Common is in Maven, include it in your connector.
#maven
<dependency>
<groupId>com.datamountaineer</groupId>
<artifactId>kafka-connect-query-language</artifactId>
<artifactId>kcql</artifactId>
<version>0.1</version>
</dependency>

#sbt
libraryDependencies += "com.datamountaineer" % "kafka-connect-query-language" % "0.1"
libraryDependencies += "com.datamountaineer" % "kcql % "0.1"
#gradle
'com.datamountaineer:kafka-connect-query-language:0.1'
'com.datamountaineer:kcql:0.1'
```
# Why ?
Expand Down

0 comments on commit de8b73a

Please sign in to comment.