Skip to content

Commit 21483f5

Browse files
Pull request finos#412: CTCTOWALTZ-3417 prep 7151
Merge in WALTZ/waltz from WALTZ/waltz-drp:CTCTOWALTZ-3417-prep-7151 to db-feature/waltz-7151-prep * commit '5304f0874b05ef822dff1604a705e6f29c740cfd': Updated the changelog and read me. #CTCTOWALTZ-3417 finos#7151 Updated the version to 1.66-SNAPSHOT #CTCTOWALTZ-3417 finos#7151 Updated the version to 1.66-SNAPSHOT #CTCTOWALTZ-3417 finos#7151
2 parents 5a3a543 + 5304f08 commit 21483f5

File tree

14 files changed

+44
-15
lines changed

14 files changed

+44
-15
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ progress and done issues.
6666

6767
**Provisional** dates for upcoming releases:
6868

69-
| Release | Date | Provisional Change Summary |
70-
|---------|-------------|----------------------------|
71-
| 1.65 | 24 Oct 2024 | Bulk loaders |
72-
| 1.66 | Nov 2024 | TBC |
69+
| Release | Date | Provisional Change Summary |
70+
|---------|----------|------------------------------|
71+
| 1.66 | Nov 2024 | AGF Survey Changes and Fixes |
72+
| 1.67 | Dec 2024 | TBC |
7373

7474
See the [releases](https://github.com/finos/waltz/releases) page for historic versions.
7575

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<groupId>org.finos</groupId>
3333
<artifactId>waltz</artifactId>
34-
<version>1.65-SNAPSHOT</version>
34+
<version>1.66-SNAPSHOT</version>
3535
<modules>
3636
<module>waltz-common</module>
3737
<module>waltz-model</module>

waltz-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>waltz</artifactId>
2525
<groupId>org.finos</groupId>
26-
<version>1.65-SNAPSHOT</version>
26+
<version>1.66-SNAPSHOT</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

waltz-data/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>waltz</artifactId>
2525
<groupId>org.finos</groupId>
26-
<version>1.65-SNAPSHOT</version>
26+
<version>1.66-SNAPSHOT</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

waltz-integration-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>waltz</artifactId>
2525
<groupId>org.finos</groupId>
26-
<version>1.65-SNAPSHOT</version>
26+
<version>1.66-SNAPSHOT</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

waltz-jobs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>waltz</artifactId>
2525
<groupId>org.finos</groupId>
26-
<version>1.65-SNAPSHOT</version>
26+
<version>1.66-SNAPSHOT</version>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>

waltz-model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>waltz</artifactId>
2525
<groupId>org.finos</groupId>
26-
<version>1.65-SNAPSHOT</version>
26+
<version>1.66-SNAPSHOT</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

waltz-ng/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "waltz-ng",
3-
"version": "1.65.0",
3+
"version": "1.66.0",
44
"description": "To start test server run: `npm run dev-server` and ensure java backend is running on 8443",
55
"main": "client/main.js",
66
"browserslist": [

waltz-schema/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>waltz</artifactId>
2424
<groupId>org.finos</groupId>
25-
<version>1.65-SNAPSHOT</version>
25+
<version>1.66-SNAPSHOT</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!--
2+
~ Waltz - Enterprise Architecture
3+
~ Copyright (C) 2016, 2017, 2018, 2019 Waltz open source project
4+
~ See README.md for more information
5+
~
6+
~ Licensed under the Apache License, Version 2.0 (the "License");
7+
~ you may not use this file except in compliance with the License.
8+
~ You may obtain a copy of the License at
9+
~
10+
~ http://www.apache.org/licenses/LICENSE-2.0
11+
~
12+
~ Unless required by applicable law or agreed to in writing, software
13+
~ distributed under the License is distributed on an "AS IS" BASIS,
14+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
~ See the License for the specific
16+
~
17+
-->
18+
<databaseChangeLog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19+
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
20+
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd"
21+
logicalFilePath="db.changelog-1.66.xml">
22+
23+
<changeSet id="v1-65-tag"
24+
author="patidev">
25+
<tagDatabase tag="v1.65"/> <!-- tag the current db version, i.e. the last -->
26+
</changeSet>
27+
</databaseChangeLog>

waltz-schema/src/main/resources/liquibase/db.changelog-master.xml

+2
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,6 @@
225225
<include file="db.changelog-1.65.xml"
226226
relativeToChangelogFile="true"/>
227227

228+
<include file="db.changelog-1.66.xml"
229+
relativeToChangelogFile="true"/>
228230
</databaseChangeLog>

waltz-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>waltz</artifactId>
2626
<groupId>org.finos</groupId>
27-
<version>1.65-SNAPSHOT</version>
27+
<version>1.66-SNAPSHOT</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

waltz-test-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>waltz</artifactId>
77
<groupId>org.finos</groupId>
8-
<version>1.65-SNAPSHOT</version>
8+
<version>1.66-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

waltz-web/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>waltz</artifactId>
2222
<groupId>org.finos</groupId>
23-
<version>1.65-SNAPSHOT</version>
23+
<version>1.66-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>waltz-web</artifactId>

0 commit comments

Comments
 (0)