Skip to content

Commit

Permalink
Updated libraries to released versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dartartem committed Apr 21, 2020
1 parent 6e76e11 commit 9597e1d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docker-compose-mysql-binlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1

mysql:
image: eventuateio/eventuate-mysql:0.9.0.RC5
image: eventuateio/eventuate-mysql:0.9.0.RELEASE
ports:
- 3306:3306
environment:
Expand All @@ -38,7 +38,7 @@ services:
- "27017:27017"

cdcservice:
image: eventuateio/eventuate-cdc-service:0.6.0.RC3
image: eventuateio/eventuate-cdc-service:0.6.0.RELEASE
ports:
- "8099:8080"
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-mysql-polling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1

mysql:
image: eventuateio/eventuate-mysql:0.9.0.RC5
image: eventuateio/eventuate-mysql:0.9.0.RELEASE
ports:
- 3306:3306
environment:
Expand All @@ -39,7 +39,7 @@ services:
- "27017:27017"

cdcservice:
image: eventuateio/eventuate-cdc-service:0.6.0.RC3
image: eventuateio/eventuate-cdc-service:0.6.0.RELEASE
ports:
- "8099:8080"
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-postgres-polling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1

postgres:
image: eventuateio/eventuate-postgres:0.9.0.RC5
image: eventuateio/eventuate-postgres:0.9.0.RELEASE
ports:
- 5432:5432
environment:
Expand All @@ -38,7 +38,7 @@ services:
- "27017:27017"

cdcservice:
image: eventuateio/eventuate-cdc-service:0.6.0.RC3
image: eventuateio/eventuate-cdc-service:0.6.0.RELEASE
depends_on:
- postgres
- kafka
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-postgres-wal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1

postgres:
image: eventuateio/eventuate-postgres:0.9.0.RC5
image: eventuateio/eventuate-postgres:0.9.0.RELEASE
ports:
- 5432:5432
environment:
Expand All @@ -38,7 +38,7 @@ services:
- "27017:27017"

cdcservice:
image: eventuateio/eventuate-cdc-service:0.6.0.RC3
image: eventuateio/eventuate-cdc-service:0.6.0.RELEASE
depends_on:
- postgres
- kafka
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ eventuateMavenRepoUrl=https://dl.bintray.com/eventuateio-oss/eventuate-maven-rel
springBootVersion=2.1.1.RELEASE
eventuateClientVersion=0.23.0.RELEASE
eventuateTramVersion=0.24.0.RELEASE
eventuateUtilVersion=0.3.0.RELEASE
eventuateUtilVersion=0.4.0.RELEASE
eventuateMessagingKafkaVersion=0.9.0.RELEASE
version=0.1.0-SNAPSHOT

0 comments on commit 9597e1d

Please sign in to comment.