Skip to content

Commit

Permalink
Fixed eventuate-common-version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dartartem committed Mar 22, 2021
1 parent b63e1f2 commit 9793d2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions _build-and-test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ ${dockerall}Up

./wait-for-services.sh localhost readers/${READER}/finished "8099"

export db_id_migration_repository=https://raw.githubusercontent.com/eventuate-foundation/eventuate-common
curl -s https://raw.githubusercontent.com/eventuate-foundation/eventuate-common/master/migration/db-id/mssql/migration.sh &> /dev/stdout | bash

curl -s https://raw.githubusercontent.com/eventuate-foundation/eventuate-common/master/migration/db-id/migration.sh &> /dev/stdout | bash


${dockerall}Up -P envFile=docker-compose-env-files/db-id-gen.env

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ eventuatePlatformVersion=2020.4.BUILD-SNAPSHOT
swaggerUiVersion=3.23.11
eventuateExamplesBaseImageVersion=BUILD-5

eventuateCommonVersion=0.13.0.RELEASE
eventuateCommonVersion=0.13.0.BUILD-SNAPSHOT

version=0.1.0-SNAPSHOT

0 comments on commit 9793d2f

Please sign in to comment.