Skip to content

Commit d54ed43

Browse files
arnoweissssteinbuss
authored andcommitted
chore: release 2025-1-RC1
1 parent 5f330fb commit d54ed43

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

.github/scripts/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<head>
44
<meta charset="utf-8">
55
<meta http-equiv="refresh"
6-
content="0;url=https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/HEAD"/>
7-
<link rel="canonical" href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/HEAD"/>
6+
content="0;url=https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-RC1"/>
7+
<link rel="canonical" href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-RC1"/>
88
</head>
99
<body>
1010
<h4>
11-
This redirects to the latest Release Candidate <a href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/HEAD">here</a>
11+
This redirects to the latest Release Candidate <a href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-RC1">here</a>
1212
</h4>
1313
</body>
1414
</html>

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<script class="remove" src="https://cdn.jsdelivr.net/gh/w3c/[email protected]/dist/main.js"></script>
77
<script class='remove'>
88
var respecConfig = {
9-
specStatus: "unofficial",
9+
specStatus: "base",
10+
publishDate: "2025-02-27",
1011
latestVersion: "https://docs.internationaldataspaces.org/ids-knowledgebase/dataspace-protocol",
11-
postProcess: [window.respecMermaid.createFigures],
1212
editors: [{
1313
name: "Sebastian Steinbuss",
1414
url: "https://github.com/ssteinbuss",
@@ -49,7 +49,7 @@
4949
{
5050
name: "Arno Weiß",
5151
url: "https://github.com/arnoweiss",
52-
company: "SAP SE"
52+
company: "SAP"
5353
},
5454
],
5555
github: {
@@ -62,13 +62,13 @@
6262
maxTocLevel: 3,
6363
};
6464
</script>
65-
<title>Dataspace Protocol Release 2025-1</title>
65+
<title>Dataspace Protocol Release 2025-1-RC1</title>
6666
</head>
6767
<body>
6868
<p class="copyright">
6969
This document is licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0.html">The Apache License, Version 2.0</a>.
7070
</p>
71-
<h1 id="title">Dataspace Protocol</h1>
71+
<h1 id="title">Dataspace Protocol 2025-1-RC1</h1>
7272
<section id='abstract'>
7373
<p>
7474
The Dataspace Protocol is a set of specifications designed to facilitate interoperable data sharing between
@@ -124,7 +124,7 @@ <h1 id="title">Dataspace Protocol</h1>
124124

125125
<section id='conformance'></section>
126126

127-
<section id="lower-level-types" class="appendix" data-include="specifications/common/type-definitions.md" data-include-format="markdown">
127+
<section id="lower-level-types" class="appendix" data-include="specifications/common/type.definitions.md" data-include-format="markdown">
128128
<h1>Lower-level type definitions</h1>
129129
</section>
130130

specifications/catalog/catalog.protocol.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ provided in protocol-dependent forms, e.g., for an HTTPS binding in the request
6262

6363
### ACK - Catalog
6464

65-
| | |
66-
|----------------|-------------------------------------------------------------------------------|
67-
| **Sent by** | [=Provider=] |
68-
| **Schema** | [JSON Schema](message/schema/catalog-schema.json) |
69-
| **Example** | [Catalog Example](message/example/catalog.json) |
70-
| **Properties** | <p data-include="message/table/catalog.html" data-include-format="html"></p> |
65+
| | |
66+
|----------------|----------------------------------------------------------------------------------|
67+
| **Sent by** | [=Provider=] |
68+
| **Schema** | [JSON Schema](message/schema/catalog-schema.json) |
69+
| **Example** | [Catalog Example](message/example/catalog.json) |
70+
| **Properties** | <p data-include="message/table/rootcatalog.html" data-include-format="html"></p> |
7171

7272
* A [=Catalog=] _MUST_ have zero to many [=Datasets=]. (_NOTE: Since a Catalog may be dynamically generated for a request based on the requesting [=Participant=]'s credentials, it is possible for it to contain 0 matching [=Datasets=]._)
7373
* A [=Catalog=] _MUST_ have one to many [=Data Services=] that reference a [=Connector=] where [=Datasets=] may be obtained.

specifications/common/type-definitions.md renamed to specifications/common/type.definitions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
</p>
99

1010

11+
<p data-include="message/table/catalog.html" data-include-format="html">
12+
</p>
13+
1114
<p data-include="message/table/dataaddress.html" data-include-format="html">
1215
</p>
1316

0 commit comments

Comments
 (0)