Skip to content

Commit

Permalink
Merge pull request #7204 from deutschebank/db-contrib/7203-prep-1.68
Browse files Browse the repository at this point in the history
Db contrib/7203 prep 1.68
  • Loading branch information
davidwatkins73 authored Feb 5, 2025
2 parents 15c85be + c4a4108 commit a8a9d3f
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 15 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ progress and done issues.

**Provisional** dates for upcoming releases:

| Release | Date | Provisional Change Summary |
|---------|----------|------------------------------|
| 1.66 | Nov 2024 | AGF Survey Changes and Fixes |
| 1.67 | Dec 2024 | TBC |
| Release | Date | Provisional Change Summary |
|---------|----------|----------------------------------------------------------|
| 1.67 | Jan 2024 | Deprecation of measurables from the UI, and other fixes. |
| 1.68 | Feb 2024 | TBC |

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>org.finos</groupId>
<artifactId>waltz</artifactId>
<version>1.67-SNAPSHOT</version>
<version>1.68-SNAPSHOT</version>
<modules>
<module>waltz-common</module>
<module>waltz-model</module>
Expand Down
2 changes: 1 addition & 1 deletion waltz-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>waltz</artifactId>
<groupId>org.finos</groupId>
<version>1.67-SNAPSHOT</version>
<version>1.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion waltz-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>waltz</artifactId>
<groupId>org.finos</groupId>
<version>1.67-SNAPSHOT</version>
<version>1.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion waltz-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>waltz</artifactId>
<groupId>org.finos</groupId>
<version>1.67-SNAPSHOT</version>
<version>1.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion waltz-jobs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>waltz</artifactId>
<groupId>org.finos</groupId>
<version>1.67-SNAPSHOT</version>
<version>1.68-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion waltz-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>waltz</artifactId>
<groupId>org.finos</groupId>
<version>1.67-SNAPSHOT</version>
<version>1.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion waltz-ng/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "waltz-ng",
"version": "1.67.0",
"version": "1.68.0",
"description": "To start test server run: `npm run dev-server` and ensure java backend is running on 8443",
"main": "client/main.js",
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion waltz-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>waltz</artifactId>
<groupId>org.finos</groupId>
<version>1.67-SNAPSHOT</version>
<version>1.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,7 @@

<include file="db.changelog-1.67.xml"
relativeToChangelogFile="true"/>

<include file="db.changelog-1.68.xml"
relativeToChangelogFile="true"/>
</databaseChangeLog>
27 changes: 27 additions & 0 deletions waltz-schema/src/main/resources/liquibase/db.changelog.1.68.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!--
~ Waltz - Enterprise Architecture
~ Copyright (C) 2016, 2017, 2018, 2019 Waltz open source project
~ See README.md for more information
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific
~
-->
<databaseChangeLog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.4.xsd"
logicalFilePath="db.changelog-1.67.xml">

<changeSet id="v1-67-tag"
author="jainshrk">
<tagDatabase tag="v1.67"/> <!-- tag the current db version, i.e. the last -->
</changeSet>
</databaseChangeLog>
2 changes: 1 addition & 1 deletion waltz-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>waltz</artifactId>
<groupId>org.finos</groupId>
<version>1.67-SNAPSHOT</version>
<version>1.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion waltz-test-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>waltz</artifactId>
<groupId>org.finos</groupId>
<version>1.67-SNAPSHOT</version>
<version>1.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion waltz-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>waltz</artifactId>
<groupId>org.finos</groupId>
<version>1.67-SNAPSHOT</version>
<version>1.68-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>waltz-web</artifactId>
Expand Down

0 comments on commit a8a9d3f

Please sign in to comment.