Skip to content

Commit

Permalink
bump to 0.11.0.0-cp5 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcustenborder authored Oct 13, 2017
1 parent da2c4ec commit 594d118
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
version: "2"
services:
zookeeper:
image: confluentinc/cp-zookeeper:3.2.0-1
image: confluentinc/cp-zookeeper:3.2.2
environment:
ZOOKEEPER_CLIENT_PORT: 2181
zk_id: "1"
ports:
- "2181:2181"
kafka:
hostname: kafka
image: confluentinc/cp-kafka:3.2.0-1
image: confluentinc/cp-kafka:3.2.2
links:
- zookeeper
ports:
Expand All @@ -34,7 +34,7 @@ services:
KAFKA_ZOOKEEPER_CONNECT: "zookeeper:2181"
KAFKA_ADVERTISED_LISTENERS: "PLAINTEXT://:9092"
schema-registry:
image: confluentinc/cp-schema-registry:3.2.0-1
image: confluentinc/cp-schema-registry:3.2.2
links:
- kafka
- zookeeper
Expand Down Expand Up @@ -62,4 +62,4 @@ services:
ports:
- "8984:8983"
volumes:
- "./src/test/solr/solrcloud:/config/solrcloud"
- "./src/test/solr/solrcloud:/config/solrcloud"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.github.jcustenborder.kafka.connect</groupId>
<artifactId>kafka-connect-parent</artifactId>
<version>0.10.2.1-cp2</version>
<version>0.11.0.0-cp5</version>
</parent>
<artifactId>kafka-connect-solr</artifactId>
<version>0.1-SNAPSHOT</version>
Expand Down

0 comments on commit 594d118

Please sign in to comment.