Skip to content

Commit 6f771f1

Browse files
authored
feat: update dspace context to 2025/1 (#395)
1 parent 30218cb commit 6f771f1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

extensions/api/federated-catalog-api/src/main/java/org/eclipse/edc/catalog/api/query/FederatedCatalogApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ record CatalogSchema(
111111
"edc": "https://w3id.org/edc/v0.0.1/ns/",
112112
"dcat": "http://www.w3.org/ns/dcat#",
113113
"odrl": "http://www.w3.org/ns/odrl/2/",
114-
"dspace": "https://w3id.org/dspace/v0.8/"
114+
"dspace": "https://w3id.org/dspace/2025/1/"
115115
}
116116
}
117117
""";

extensions/api/federated-catalog-api/src/main/resources/catalog-version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{
33
"version": "1.0.0-alpha",
44
"urlPath": "/v1alpha",
5-
"lastUpdated": "2025-09-22T11:00:00Z"
5+
"lastUpdated": "2026-02-06T11:00:00Z"
66
}
77
]

system-tests/component-tests/src/test/resources/catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"dcat": "http://www.w3.org/ns/dcat#",
3939
"dct": "http://purl.org/dc/terms/",
4040
"odrl": "http://www.w3.org/ns/odrl/2/",
41-
"dspace": "https://w3id.org/dspace/v0.8/"
41+
"dspace": "https://w3id.org/dspace/2025/1/"
4242
}
4343
}

system-tests/component-tests/src/test/resources/catalog_of_catalogs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"dcat": "http://www.w3.org/ns/dcat#",
6565
"dct": "http://purl.org/dc/terms/",
6666
"odrl": "http://www.w3.org/ns/odrl/2/",
67-
"dspace": "https://w3id.org/dspace/v0.8/"
67+
"dspace": "https://w3id.org/dspace/2025/1/"
6868
}
6969
}

0 commit comments

Comments
 (0)