Skip to content

Commit 2aad08c

Browse files
Merge pull request #7341 from deutschebank/db-contrib/waltz-7325-prep-1.74
Db contrib/waltz 7325 prep 1.74
2 parents 6541c89 + ac0dd2c commit 2aad08c

File tree

14 files changed

+43
-13
lines changed

14 files changed

+43
-13
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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.73.1-SNAPSHOT</version>
34+
<version>1.74.0-SNAPSHOT</version>
3535
<modules>
3636
<module>waltz-common</module>
3737
<module>waltz-model</module>

waltz-common/pom.xml

Lines changed: 1 addition & 1 deletion
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.73.1-SNAPSHOT</version>
26+
<version>1.74.0-SNAPSHOT</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

waltz-data/pom.xml

Lines changed: 1 addition & 1 deletion
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.73.1-SNAPSHOT</version>
26+
<version>1.74.0-SNAPSHOT</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

waltz-integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
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.73.1-SNAPSHOT</version>
26+
<version>1.74.0-SNAPSHOT</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

waltz-jobs/pom.xml

Lines changed: 1 addition & 1 deletion
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.73.1-SNAPSHOT</version>
26+
<version>1.74.0-SNAPSHOT</version>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>

waltz-model/pom.xml

Lines changed: 1 addition & 1 deletion
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.73.1-SNAPSHOT</version>
26+
<version>1.74.0-SNAPSHOT</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

waltz-ng/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

waltz-ng/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "waltz-ng",
3-
"version": "1.73.1",
3+
"version": "1.74.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

Lines changed: 1 addition & 1 deletion
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.73.1-SNAPSHOT</version>
25+
<version>1.74.0-SNAPSHOT</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

Lines changed: 27 additions & 0 deletions
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.74.0.xml">
22+
23+
<changeSet id="v1-73-1-tag"
24+
author="ramerav">
25+
<tagDatabase tag="v1.73.1"/> <!-- tag the current db version, i.e. the last -->
26+
</changeSet>
27+
</databaseChangeLog>

0 commit comments

Comments
 (0)