From 9793d2ff403980d268a0dda3438002954cfd6c52 Mon Sep 17 00:00:00 2001 From: Artem Sidorkin Date: Mon, 22 Mar 2021 20:39:06 +0300 Subject: [PATCH] Fixed eventuate-common-version. --- _build-and-test-all.sh | 5 +++-- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_build-and-test-all.sh b/_build-and-test-all.sh index 1d6ec0cf..5cb504a5 100755 --- a/_build-and-test-all.sh +++ b/_build-and-test-all.sh @@ -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 diff --git a/gradle.properties b/gradle.properties index 73528f15..66798a7d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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