Skip to content

Commit 0c86a8e

Browse files
committed
Update Core Context
1 parent 1d0c43d commit 0c86a8e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,4 +1530,4 @@ curl -iX DELETE \
15301530

15311531
## ライセンス
15321532

1533-
[MIT](LICENSE) © 2021-2025 FIWARE Foundation e.V.
1533+
[MIT](LICENSE) © 2021-2024 FIWARE Foundation e.V.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,4 +1487,4 @@ the other [tutorials in this series](https://ngsi-ld-tutorials.rtfd.io)
14871487

14881488
## License
14891489

1490-
[MIT](LICENSE) © 2021-2025 FIWARE Foundation e.V.
1490+
[MIT](LICENSE) © 2021-2024 FIWARE Foundation e.V.

services

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ORION="http://orion:1026/version"
2020
IOT_AGENT="http://iot-agent:4041/version"
2121
STELLIO="http://localhost:8080/actuator/health"
2222
CONTEXT="http://context/user-context.jsonld"
23-
CORE_CONTEXT="https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"
23+
CORE_CONTEXT="https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld"
2424

2525
dockerCmd="docker compose"
2626
if (( $# == 2 )); then

0 commit comments

Comments
 (0)