From 9fbaf39ab085b4168271e444aba6d37b8d972aaa Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Wed, 8 Jan 2025 17:11:29 +0100 Subject: [PATCH] Update Year --- README.ja.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.ja.md b/README.ja.md index deb2cee..bbdccba 100644 --- a/README.ja.md +++ b/README.ja.md @@ -716,7 +716,7 @@ curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Device:te { "@context": [ "http://context/user-context.jsonld", - "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7.jsonld" + "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld" ], "id": "urn:ngsi-ld:Device:temperature001", "type": "Device", @@ -770,7 +770,7 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/?type=Device' \ { "@context": [ "http://context/user-context.jsonld", - "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7.jsonld" + "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld" ], "id": "urn:ngsi-ld:Device:motion003", "type": "Device", @@ -1536,4 +1536,4 @@ curl -iX DELETE \ ## License -[MIT](LICENSE) © 2020-2024 FIWARE Foundation e.V. +[MIT](LICENSE) © 2020-2025 FIWARE Foundation e.V. diff --git a/README.md b/README.md index b9537a7..2ea7181 100644 --- a/README.md +++ b/README.md @@ -702,7 +702,7 @@ curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Device:te { "@context": [ "http://context/user-context.jsonld", - "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7.jsonld" + "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld" ], "id": "urn:ngsi-ld:Device:temperature001", "type": "Device", @@ -756,7 +756,7 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/?type=Device' \ { "@context": [ "http://context/user-context.jsonld", - "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7.jsonld" + "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld" ], "id": "urn:ngsi-ld:Device:motion003", "type": "Device", @@ -1477,4 +1477,4 @@ the other [tutorials in this series](https://ngsi-ld-tutorials.rtfd.io) ## License -[MIT](LICENSE) © 2020-2024 FIWARE Foundation e.V. +[MIT](LICENSE) © 2020-2025 FIWARE Foundation e.V.