Skip to content

Commit 6d45883

Browse files
arnoweissssteinbuss
authored andcommitted
chore: publish 2025-1-err1
1 parent c7884e7 commit 6d45883

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
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/DataspaceProtocol.git --depth 1 --branch ${tag} --quiet
16+
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git --depth 1 --branch ${tag} --quiet
1717
mv ./DataspaceProtocol/* .
1818
cd ..
1919
done

.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/2025-1"/>
7-
<link rel="canonical" href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1"/>
6+
content="0;url=https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1"/>
7+
<link rel="canonical" href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1"/>
88
</head>
99
<body>
1010
<h4>
11-
This redirects to the latest Release Candidate <a href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1">here</a>
11+
This redirects to the latest Release Candidate <a href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1">here</a>
1212
</h4>
1313
</body>
1414
</html>

index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
<script src='https://www.w3.org/Tools/respec/respec-w3c' async class='remove'></script>
66
<script class='remove'>
77
var respecConfig = {
8-
specStatus: "unofficial",
9-
latestVersion: "https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1",
8+
specStatus: "base",
9+
publishDate: "2025-11-12",
10+
latestVersion: "https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/2025-1-err1",
1011
editors: [{
1112
name: "Sebastian Steinbuss",
1213
url: "https://github.com/ssteinbuss",
@@ -60,15 +61,15 @@
6061
maxTocLevel: 3,
6162
};
6263
</script>
63-
<title>Dataspace Protocol NEXT</title>
64+
<title>Dataspace Protocol Release 2025-1</title>
6465
</head>
6566
<body>
6667
<p class="copyright">
6768
This document is licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0.html">The Apache License, Version 2.0</a>.
6869
<br/>
6970
Copyright © 2025 The Eclipse Foundation AISBL
7071
</p>
71-
<h1 id="title">Dataspace Protocol NEXT</h1>
72+
<h1 id="title">Dataspace Protocol 2025-1</h1>
7273
<section id='abstract'>
7374
<p>
7475
The Dataspace Protocol is a specification designed to facilitate interoperable data sharing between
@@ -80,8 +81,6 @@ <h1 id="title">Dataspace Protocol NEXT</h1>
8081
<section id='sotd' class="override">
8182
<h2>Status of this document</h2>
8283
<p>
83-
With <a href="https://eclipse-dataspace-protocol-base.github.io/DataspaceProtocol/">2025-1</a> released, further releases of the DSP are currently not planned.
84-
8584
This version (2025-1) of the Dataspace Protocol specification is a release of the specification and considered to be
8685
stable. Further changes shall not affect conformity. All changes made to the specification can be reviewed in
8786
the GitHub repositories - up to and including `2024-1` under the governance of the <a href="https://github.com/International-Data-Spaces-Association/ids-specification">International Data Spaces Association</a>

0 commit comments

Comments
 (0)