Skip to content

Commit

Permalink
Merge branch 'develop' into feature/skip_unchanged_files
Browse files Browse the repository at this point in the history
  • Loading branch information
grantatspothero committed May 27, 2020
2 parents 0e6f300 + 40888d1 commit d46ddfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'

connect-fs:
image: mmolimar/kafka-connect-fs:1.0.0
image: mmolimar/kafka-connect-fs:1.1.0-SNAPSHOT
container_name: connect
depends_on:
- cp-kafka
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.mmolimar.kafka.connect</groupId>
<artifactId>kafka-connect-fs</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>kafka-connect-fs</name>
Expand Down

0 comments on commit d46ddfa

Please sign in to comment.