From 25c33d7287714c6cab88a3dba77c5d47da2ef880 Mon Sep 17 00:00:00 2001 From: David Watkins Date: Fri, 9 Sep 2022 09:20:10 +0100 Subject: [PATCH] Prep 1.45 dev #6222 --- pom.xml | 2 +- waltz-common/pom.xml | 2 +- waltz-data/pom.xml | 2 +- .../main/ddl/liquibase/db.changelog-1.45.xml | 29 +++++++++++++++++++ .../ddl/liquibase/db.changelog-master.xml | 3 ++ waltz-integration-test/pom.xml | 2 +- waltz-jobs/pom.xml | 2 +- waltz-model/pom.xml | 2 +- waltz-schema/pom.xml | 2 +- waltz-service/pom.xml | 2 +- waltz-test-common/pom.xml | 2 +- waltz-web/pom.xml | 2 +- 12 files changed, 42 insertions(+), 10 deletions(-) create mode 100644 waltz-data/src/main/ddl/liquibase/db.changelog-1.45.xml diff --git a/pom.xml b/pom.xml index 45a4ab5c8a..f76373bf7a 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.finos waltz - 1.44-SNAPSHOT + 1.45-SNAPSHOT waltz-common waltz-model diff --git a/waltz-common/pom.xml b/waltz-common/pom.xml index 4a68d962cc..b1bfd62d77 100644 --- a/waltz-common/pom.xml +++ b/waltz-common/pom.xml @@ -23,7 +23,7 @@ waltz org.finos - 1.44-SNAPSHOT + 1.45-SNAPSHOT 4.0.0 diff --git a/waltz-data/pom.xml b/waltz-data/pom.xml index af486c9e6e..0ced2942f3 100644 --- a/waltz-data/pom.xml +++ b/waltz-data/pom.xml @@ -23,7 +23,7 @@ waltz org.finos - 1.44-SNAPSHOT + 1.45-SNAPSHOT 4.0.0 diff --git a/waltz-data/src/main/ddl/liquibase/db.changelog-1.45.xml b/waltz-data/src/main/ddl/liquibase/db.changelog-1.45.xml new file mode 100644 index 0000000000..30c2c2dab4 --- /dev/null +++ b/waltz-data/src/main/ddl/liquibase/db.changelog-1.45.xml @@ -0,0 +1,29 @@ + + + + + + + + + diff --git a/waltz-data/src/main/ddl/liquibase/db.changelog-master.xml b/waltz-data/src/main/ddl/liquibase/db.changelog-master.xml index 09adb61877..4dbfef3cef 100644 --- a/waltz-data/src/main/ddl/liquibase/db.changelog-master.xml +++ b/waltz-data/src/main/ddl/liquibase/db.changelog-master.xml @@ -162,4 +162,7 @@ + + \ No newline at end of file diff --git a/waltz-integration-test/pom.xml b/waltz-integration-test/pom.xml index 5896ac6b53..cd1932a483 100644 --- a/waltz-integration-test/pom.xml +++ b/waltz-integration-test/pom.xml @@ -23,7 +23,7 @@ waltz org.finos - 1.44-SNAPSHOT + 1.45-SNAPSHOT 4.0.0 diff --git a/waltz-jobs/pom.xml b/waltz-jobs/pom.xml index a9c68bc28d..65b8ab6516 100644 --- a/waltz-jobs/pom.xml +++ b/waltz-jobs/pom.xml @@ -23,7 +23,7 @@ waltz org.finos - 1.44-SNAPSHOT + 1.45-SNAPSHOT 4.0.0 diff --git a/waltz-model/pom.xml b/waltz-model/pom.xml index 5ee41456e9..1f1df83367 100644 --- a/waltz-model/pom.xml +++ b/waltz-model/pom.xml @@ -23,7 +23,7 @@ waltz org.finos - 1.44-SNAPSHOT + 1.45-SNAPSHOT 4.0.0 diff --git a/waltz-schema/pom.xml b/waltz-schema/pom.xml index c402f6a78d..94fc489172 100644 --- a/waltz-schema/pom.xml +++ b/waltz-schema/pom.xml @@ -22,7 +22,7 @@ waltz org.finos - 1.44-SNAPSHOT + 1.45-SNAPSHOT 4.0.0 diff --git a/waltz-service/pom.xml b/waltz-service/pom.xml index 2ed65ea98f..178d6c3a7a 100644 --- a/waltz-service/pom.xml +++ b/waltz-service/pom.xml @@ -24,7 +24,7 @@ waltz org.finos - 1.44-SNAPSHOT + 1.45-SNAPSHOT 4.0.0 diff --git a/waltz-test-common/pom.xml b/waltz-test-common/pom.xml index b23f71a979..d7d42d19bf 100644 --- a/waltz-test-common/pom.xml +++ b/waltz-test-common/pom.xml @@ -5,7 +5,7 @@ waltz org.finos - 1.44-SNAPSHOT + 1.45-SNAPSHOT 4.0.0 diff --git a/waltz-web/pom.xml b/waltz-web/pom.xml index f43d42a15b..00bf57a6bf 100644 --- a/waltz-web/pom.xml +++ b/waltz-web/pom.xml @@ -20,7 +20,7 @@ waltz org.finos - 1.44-SNAPSHOT + 1.45-SNAPSHOT 4.0.0 waltz-web