Skip to content

Commit 9bac6a0

Browse files
arnoweissssteinbuss
authored andcommitted
chore: start working on 2025-1-RC02
1 parent d54ed43 commit 9bac6a0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/scripts/checkout-tags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ do
1313
echo starting with tag $tag
1414
mkdir $tag
1515
cd $tag
16-
git clone https://github.com/eclipse-dataspace-protocol-base/DataspaceProtocl.git --depth 1 --branch ${tag} --quiet
16+
git clone https://github.com/eclipse-dataspace-protocol-base/DataspaceProtocol.git --depth 1 --branch ${tag} --quiet
1717
mv ./DataspaceProtocol/* .
1818
cd ..
1919
done

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
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: "base",
10-
publishDate: "2025-02-27",
9+
specStatus: "unofficial",
1110
latestVersion: "https://docs.internationaldataspaces.org/ids-knowledgebase/dataspace-protocol",
1211
editors: [{
1312
name: "Sebastian Steinbuss",
@@ -62,13 +61,13 @@
6261
maxTocLevel: 3,
6362
};
6463
</script>
65-
<title>Dataspace Protocol Release 2025-1-RC1</title>
64+
<title>Dataspace Protocol Release 2025-1-RC2</title>
6665
</head>
6766
<body>
6867
<p class="copyright">
6968
This document is licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0.html">The Apache License, Version 2.0</a>.
7069
</p>
71-
<h1 id="title">Dataspace Protocol 2025-1-RC1</h1>
70+
<h1 id="title">Dataspace Protocol 2025-1-RC2</h1>
7271
<section id='abstract'>
7372
<p>
7473
The Dataspace Protocol is a set of specifications designed to facilitate interoperable data sharing between

0 commit comments

Comments
 (0)