Skip to content

Commit

Permalink
Moved to version 0.11.0.0-cp1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcustenborder committed Oct 24, 2017
1 parent 36ba7ec commit 839d009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.github.jcustenborder.kafka.connect</groupId>
<artifactId>kafka-connect-quickstart</artifactId>
<version>0.10.2.1-cp2</version>
<version>0.11.0.0-cp1</version>
<name>kafka-connect-archtype</name>
<description>A quickstart for building Kafka Connect connectors.</description>
<url>https://github.com/jcustenborder/kafka-connect-archtype</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<description>A Kafka Connect Connector for ${artifactId}</description>

<properties>
<kafka.version>0.10.2.1-cp2</kafka.version>
<kafka.version>0.11.0.0-cp1</kafka.version>
</properties>

<repositories>
Expand Down

0 comments on commit 839d009

Please sign in to comment.