diff --git a/README.md b/README.md index 7ed04d7fd5..db7453a623 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,10 @@ progress and done issues. **Provisional** dates for upcoming releases: -| Release | Date | Provisional Change Summary | -|---------|---------------|-----------------------------------| -| 1.62 | Jul 30th 2024 | Java 11, possible move to Javalin | +| Release | Date | Provisional Change Summary | +|---------|----------------|----------------------------| +| 1.63 | Aug 27th 2024 | Minor enhancements | +| 1.64 | Sept 24th 2024 | TBC | See the [releases](https://github.com/finos/waltz/releases) page for historic versions. @@ -97,7 +98,7 @@ Individual and organisational contributors are listed in [the contributors file] ## License -Copyright (C) 2023 Waltz open source project +Copyright (C) 2024 Waltz open source project Distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). diff --git a/pom.xml b/pom.xml index 27b81d875f..fd485e53bd 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.finos waltz - 1.62-SNAPSHOT + 1.63-SNAPSHOT waltz-common waltz-model diff --git a/waltz-common/pom.xml b/waltz-common/pom.xml index 6b9a737fa7..0bbdf16495 100644 --- a/waltz-common/pom.xml +++ b/waltz-common/pom.xml @@ -23,7 +23,7 @@ waltz org.finos - 1.62-SNAPSHOT + 1.63-SNAPSHOT 4.0.0 diff --git a/waltz-data/pom.xml b/waltz-data/pom.xml index ccd712df7d..cbc6daa5c4 100644 --- a/waltz-data/pom.xml +++ b/waltz-data/pom.xml @@ -23,7 +23,7 @@ waltz org.finos - 1.62-SNAPSHOT + 1.63-SNAPSHOT 4.0.0 diff --git a/waltz-integration-test/pom.xml b/waltz-integration-test/pom.xml index d03076d1ce..69e2ba676d 100644 --- a/waltz-integration-test/pom.xml +++ b/waltz-integration-test/pom.xml @@ -23,7 +23,7 @@ waltz org.finos - 1.62-SNAPSHOT + 1.63-SNAPSHOT 4.0.0 diff --git a/waltz-jobs/pom.xml b/waltz-jobs/pom.xml index 3e5e77c1b9..f80806c4c1 100644 --- a/waltz-jobs/pom.xml +++ b/waltz-jobs/pom.xml @@ -23,7 +23,7 @@ waltz org.finos - 1.62-SNAPSHOT + 1.63-SNAPSHOT 4.0.0 diff --git a/waltz-model/pom.xml b/waltz-model/pom.xml index 785c64f27a..faedea0a5c 100644 --- a/waltz-model/pom.xml +++ b/waltz-model/pom.xml @@ -23,7 +23,7 @@ waltz org.finos - 1.62-SNAPSHOT + 1.63-SNAPSHOT 4.0.0 diff --git a/waltz-ng/package.json b/waltz-ng/package.json index 2f571151a8..866764fe43 100644 --- a/waltz-ng/package.json +++ b/waltz-ng/package.json @@ -1,6 +1,6 @@ { "name": "waltz-ng", - "version": "1.62.0", + "version": "1.63.0", "description": "To start test server run: `npm run dev-server` and ensure java backend is running on 8443", "main": "client/main.js", "browserslist": [ diff --git a/waltz-schema/pom.xml b/waltz-schema/pom.xml index 7908a12778..eab94e958d 100644 --- a/waltz-schema/pom.xml +++ b/waltz-schema/pom.xml @@ -22,7 +22,7 @@ waltz org.finos - 1.62-SNAPSHOT + 1.63-SNAPSHOT 4.0.0 diff --git a/waltz-schema/src/main/resources/liquibase/db.changelog-master.xml b/waltz-schema/src/main/resources/liquibase/db.changelog-master.xml index dcd3bc58c3..c54f4f4ec2 100644 --- a/waltz-schema/src/main/resources/liquibase/db.changelog-master.xml +++ b/waltz-schema/src/main/resources/liquibase/db.changelog-master.xml @@ -216,4 +216,7 @@ + + \ No newline at end of file diff --git a/waltz-service/pom.xml b/waltz-service/pom.xml index b2f61fa824..3a4d79c72a 100644 --- a/waltz-service/pom.xml +++ b/waltz-service/pom.xml @@ -24,7 +24,7 @@ waltz org.finos - 1.62-SNAPSHOT + 1.63-SNAPSHOT 4.0.0 diff --git a/waltz-test-common/pom.xml b/waltz-test-common/pom.xml index a83d6d4ac2..6dd7f67630 100644 --- a/waltz-test-common/pom.xml +++ b/waltz-test-common/pom.xml @@ -5,7 +5,7 @@ waltz org.finos - 1.62-SNAPSHOT + 1.63-SNAPSHOT 4.0.0 diff --git a/waltz-web/pom.xml b/waltz-web/pom.xml index 31b028ab3c..e07880f3ac 100644 --- a/waltz-web/pom.xml +++ b/waltz-web/pom.xml @@ -20,7 +20,7 @@ waltz org.finos - 1.62-SNAPSHOT + 1.63-SNAPSHOT 4.0.0 waltz-web