diff --git a/README.md b/README.md index b72493243c..f217d528cc 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,10 @@ progress and done issues. **Provisional** dates for upcoming releases: -| Release | Date | Provisional Change Summary | -|---------|----------------|----------------------------| -| 1.64 | Sept 26th 2024 | TBC | -| 1.65 | Oct 2024 | TBC | +| Release | Date | Provisional Change Summary | +|---------|-------------|----------------------------| +| 1.65 | 24 Oct 2024 | Bulk loaders | +| 1.66 | Nov 2024 | TBC | See the [releases](https://github.com/finos/waltz/releases) page for historic versions. diff --git a/pom.xml b/pom.xml index c6c6519f77..7a790b3523 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.finos waltz - 1.64-SNAPSHOT + 1.65-SNAPSHOT waltz-common waltz-model diff --git a/waltz-common/pom.xml b/waltz-common/pom.xml index 9de7ed6e08..75d449715a 100644 --- a/waltz-common/pom.xml +++ b/waltz-common/pom.xml @@ -23,7 +23,7 @@ waltz org.finos - 1.64-SNAPSHOT + 1.65-SNAPSHOT 4.0.0 diff --git a/waltz-data/pom.xml b/waltz-data/pom.xml index be385d7867..7a103c638a 100644 --- a/waltz-data/pom.xml +++ b/waltz-data/pom.xml @@ -23,7 +23,7 @@ waltz org.finos - 1.64-SNAPSHOT + 1.65-SNAPSHOT 4.0.0 diff --git a/waltz-integration-test/pom.xml b/waltz-integration-test/pom.xml index f44e283f1c..e3268b07ca 100644 --- a/waltz-integration-test/pom.xml +++ b/waltz-integration-test/pom.xml @@ -23,7 +23,7 @@ waltz org.finos - 1.64-SNAPSHOT + 1.65-SNAPSHOT 4.0.0 diff --git a/waltz-jobs/pom.xml b/waltz-jobs/pom.xml index 7f1fd65138..608e4d7267 100644 --- a/waltz-jobs/pom.xml +++ b/waltz-jobs/pom.xml @@ -23,7 +23,7 @@ waltz org.finos - 1.64-SNAPSHOT + 1.65-SNAPSHOT 4.0.0 diff --git a/waltz-model/pom.xml b/waltz-model/pom.xml index 9686d4f2ef..0951453291 100644 --- a/waltz-model/pom.xml +++ b/waltz-model/pom.xml @@ -23,7 +23,7 @@ waltz org.finos - 1.64-SNAPSHOT + 1.65-SNAPSHOT 4.0.0 diff --git a/waltz-ng/package.json b/waltz-ng/package.json index 27e2a6f89d..30f9b2410f 100644 --- a/waltz-ng/package.json +++ b/waltz-ng/package.json @@ -1,6 +1,6 @@ { "name": "waltz-ng", - "version": "1.64.0", + "version": "1.65.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 5e85756cb3..db613b6f8e 100644 --- a/waltz-schema/pom.xml +++ b/waltz-schema/pom.xml @@ -22,7 +22,7 @@ waltz org.finos - 1.64-SNAPSHOT + 1.65-SNAPSHOT 4.0.0 diff --git a/waltz-service/pom.xml b/waltz-service/pom.xml index 7f31900fb4..f2e521ca29 100644 --- a/waltz-service/pom.xml +++ b/waltz-service/pom.xml @@ -24,7 +24,7 @@ waltz org.finos - 1.64-SNAPSHOT + 1.65-SNAPSHOT 4.0.0 diff --git a/waltz-test-common/pom.xml b/waltz-test-common/pom.xml index 2823f327a7..883b5dc07a 100644 --- a/waltz-test-common/pom.xml +++ b/waltz-test-common/pom.xml @@ -5,7 +5,7 @@ waltz org.finos - 1.64-SNAPSHOT + 1.65-SNAPSHOT 4.0.0 diff --git a/waltz-web/pom.xml b/waltz-web/pom.xml index a6a0b532f3..99e10aecf1 100644 --- a/waltz-web/pom.xml +++ b/waltz-web/pom.xml @@ -20,7 +20,7 @@ waltz org.finos - 1.64-SNAPSHOT + 1.65-SNAPSHOT 4.0.0 waltz-web