Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Commit 73da510

Browse files
authored
chore: prepare release v7.0.3 (#940)
* license: update year in license header * chore: increase version from v7.0.2 to v7.0.3 * fix: revert changes to contract_negotiation_notify_access.py * docs: update README.md
1 parent 40d3899 commit 73da510

File tree

1,224 files changed

+1230
-1247
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,224 files changed

+1230
-1247
lines changed

.hadolint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
2+
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
2+
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

README.md

Lines changed: 3 additions & 8 deletions

charts/dataspace-connector/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 0.3.1
19+
version: 0.3.2
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: "7.0.2"
25+
appVersion: "7.0.3"
2626

2727
dependencies:
2828
- name: postgresql

charts/dataspace-connector/README.md

Lines changed: 1 addition & 1 deletion

charts/dataspace-connector/log4j2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
4+
Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
2+
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
2+
# Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@ info:
2525
license:
2626
name: "Apache License, Version 2.0"
2727
url: https://www.apache.org/licenses/LICENSE-2.0.txt
28-
version: 7.0.2
28+
version: 7.0.3
2929
servers:
3030
- url: https://localhost:8080
3131
description: Generated server url

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2020 Fraunhofer Institute for Software and Systems Engineering
4+
Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -34,7 +34,7 @@
3434
<name>Dataspace Connector</name>
3535
<description>IDS Connector originally developed by the Fraunhofer ISST</description>
3636
<url>https://www.dataspace-connector.io/</url>
37-
<inceptionYear>2020</inceptionYear>
37+
<inceptionYear>2020-2022</inceptionYear>
3838
<organization>
3939
<name>Fraunhofer Institute for Software and Systems Engineering</name>
4040
<url>https://www.isst.fraunhofer.de/</url>
@@ -85,7 +85,7 @@
8585

8686
<properties>
8787
<!-- General -->
88-
<revision>7.0.2</revision>
88+
<revision>7.0.3</revision>
8989
<email>[email protected]</email>
9090

9191
<!-- Build info -->

0 commit comments

Comments
 (0)