Skip to content

Commit

Permalink
upgraded Eventuate Local version
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Aug 23, 2018
1 parent 8f02536 commit b043c32
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -13,11 +13,11 @@ jobs:
- ~/.gradle
key: eventuate-tram-core-{{ checksum "build.gradle" }}
- run: TERM=dumb ./build-and-test-all-mysql-binlog.sh
- run: TERM=dumb ./build-and-test-all-cdc-mysql-binlog.sh
- run: TERM=dumb ./build-and-test-all-postgres-wal.sh
- run: TERM=dumb ./build-and-test-all-postgres-polling.sh
- run: TERM=dumb ./build-and-test-all-cdc-postgres-polling.sh
- run: TERM=dumb ./build-and-test-all-cdc-mysql-binlog.sh
- run: TERM=dumb ./build-and-test-all-cdc-postgres-wal.sh
- run: TERM=dumb ./build-and-test-all-postgres-wal.sh
- run: TERM=dumb ./build-and-test-all-cdc-postgres-polling.sh
- run:
name: Save test results
command: |
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-mysql-binlog.yml
@@ -1,13 +1,13 @@
zookeeper:
image: eventuateio/eventuateio-local-zookeeper:0.20.1.RELEASE
image: eventuateio/eventuateio-local-zookeeper:0.21.0.RELEASE
ports:
- 2181:2181
- 2888:2888
- 3888:3888


kafka:
image: eventuateio/eventuateio-local-kafka:0.20.1.RELEASE
image: eventuateio/eventuateio-local-kafka:0.21.0.RELEASE
ports:
- 9092:9092
links:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-postgres-polling.yml
@@ -1,12 +1,12 @@
zookeeper:
image: eventuateio/eventuateio-local-zookeeper:0.20.1.RELEASE
image: eventuateio/eventuateio-local-zookeeper:0.21.0.RELEASE
ports:
- 2181:2181
- 2888:2888
- 3888:3888

kafka:
image: eventuateio/eventuateio-local-kafka:0.20.1.RELEASE
image: eventuateio/eventuateio-local-kafka:0.21.0.RELEASE
ports:
- 9092:9092
links:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-postgres-wal.yml
@@ -1,12 +1,12 @@
zookeeper:
image: eventuateio/eventuateio-local-zookeeper:0.20.1.RELEASE
image: eventuateio/eventuateio-local-zookeeper:0.21.0.RELEASE
ports:
- 2181:2181
- 2888:2888
- 3888:3888

kafka:
image: eventuateio/eventuateio-local-kafka:0.20.1.RELEASE
image: eventuateio/eventuateio-local-kafka:0.21.0.RELEASE
ports:
- 9092:9092
links:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -7,7 +7,7 @@ eventuateMavenRepoUrl=https://dl.bintray.com/eventuateio-oss/eventuate-maven-rel
springBootVersion=1.4.5.RELEASE

eventuateClientVersion=0.20.1.RELEASE
eventuateLocalVersion=0.20.1.RELEASE
eventuateLocalVersion=0.21.0.RELEASE
eventuateUtilVersion=0.1.0.RELEASE
version=0.10.0-SNAPSHOT

Expand Down
2 changes: 1 addition & 1 deletion mysql/Dockerfile
@@ -1,2 +1,2 @@
FROM eventuateio/eventuateio-local-mysql:0.20.1.RELEASE
FROM eventuateio/eventuateio-local-mysql:0.21.0.RELEASE
COPY schema.sql /docker-entrypoint-initdb.d

0 comments on commit b043c32

Please sign in to comment.