From 82e56b7002757b0b06ec34dfeb991d7949898073 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Wed, 16 Apr 2025 10:58:13 +0100 Subject: [PATCH] Update info and OAS for the release - info version set to 3.6.2 as it is the version being released Issue-ID: CPS-2770 Change-Id: Idd78aded458710b39fcaaab24343fd93aee3f658 Signed-off-by: mpriyank --- cps-ncmp-rest/docs/openapi/openapi-inventory.yml | 10 +++++----- cps-ncmp-rest/docs/openapi/openapi.yml | 4 ++-- cps-rest/docs/openapi/openapi.yml | 4 ++-- docs/api/swagger/cps/openapi.yaml | 2 +- docs/api/swagger/ncmp/openapi-inventory.yaml | 2 +- docs/api/swagger/ncmp/openapi.yaml | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cps-ncmp-rest/docs/openapi/openapi-inventory.yml b/cps-ncmp-rest/docs/openapi/openapi-inventory.yml index b52a7fbfa7..cd497e78f1 100755 --- a/cps-ncmp-rest/docs/openapi/openapi-inventory.yml +++ b/cps-ncmp-rest/docs/openapi/openapi-inventory.yml @@ -1,7 +1,7 @@ -# ============LICENSE_START======================================================= +# ============LICENSE_START============================================================== # Copyright (C) 2021 Bell Canada -# Modifications Copyright (C) 2022-2024 Nordix Foundation -# ================================================================================ +# Modifications Copyright (C) 2022-2025 OpenInfra Foundation Europe. All rights reserved. +# ======================================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -15,13 +15,13 @@ # limitations under the License. # # SPDX-License-Identifier: Apache-2.0 -# ============LICENSE_END========================================================= +# ============LICENSE_END================================================================ openapi: 3.0.3 info: title: NCMP Inventory API description: NCMP Inventory API - version: "3.6.0" + version: "3.6.2" servers: - url: /ncmpInventory components: diff --git a/cps-ncmp-rest/docs/openapi/openapi.yml b/cps-ncmp-rest/docs/openapi/openapi.yml index 3faf3c181e..156aa6bf9e 100755 --- a/cps-ncmp-rest/docs/openapi/openapi.yml +++ b/cps-ncmp-rest/docs/openapi/openapi.yml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021-2024 Nordix Foundation +# Copyright (C) 2021-2025 OpenInfra Foundation Europe. All rights reserved. # Modifications Copyright (C) 2021 Pantheon.tech # Modifications Copyright (C) 2021 Bell Canada # ================================================================================ @@ -22,7 +22,7 @@ openapi: 3.0.3 info: title: NCMP to CPS Proxy API description: NCMP to CPS Proxy API - version: "3.6.0" + version: "3.6.2" servers: - url: /ncmp components: diff --git a/cps-rest/docs/openapi/openapi.yml b/cps-rest/docs/openapi/openapi.yml index c3f3a0257a..3aeee4a118 100644 --- a/cps-rest/docs/openapi/openapi.yml +++ b/cps-rest/docs/openapi/openapi.yml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021-2025 Nordix Foundation +# Copyright (C) 2021-2025 OpenInfra Foundation Europe. All rights reserved. # Modifications Copyright (C) 2021 Pantheon.tech # Modifications Copyright (C) 2021 Bell Canada. # Modifications Copyright (C) 2022-2025 TechMahindra Ltd. @@ -23,7 +23,7 @@ openapi: 3.0.3 info: title: ONAP Open API v3 Configuration Persistence Service description: Configuration Persistence Service is a Model Driven Generic Database - version: "3.6.0" + version: "3.6.2" contact: name: ONAP url: "https://onap.readthedocs.io" diff --git a/docs/api/swagger/cps/openapi.yaml b/docs/api/swagger/cps/openapi.yaml index 0f3564b837..ccfddaced4 100644 --- a/docs/api/swagger/cps/openapi.yaml +++ b/docs/api/swagger/cps/openapi.yaml @@ -9,7 +9,7 @@ info: name: Apache 2.0 url: http://www.apache.org/licenses/LICENSE-2.0 title: ONAP Open API v3 Configuration Persistence Service - version: 3.6.0 + version: 3.6.2 servers: - url: /cps/api security: diff --git a/docs/api/swagger/ncmp/openapi-inventory.yaml b/docs/api/swagger/ncmp/openapi-inventory.yaml index d565f9c558..069239b4ff 100644 --- a/docs/api/swagger/ncmp/openapi-inventory.yaml +++ b/docs/api/swagger/ncmp/openapi-inventory.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: description: NCMP Inventory API title: NCMP Inventory API - version: 3.6.0 + version: 3.6.2 servers: - url: /ncmpInventory security: diff --git a/docs/api/swagger/ncmp/openapi.yaml b/docs/api/swagger/ncmp/openapi.yaml index 2c79f6f308..ee9c46b5c8 100644 --- a/docs/api/swagger/ncmp/openapi.yaml +++ b/docs/api/swagger/ncmp/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: description: NCMP to CPS Proxy API title: NCMP to CPS Proxy API - version: 3.6.0 + version: 3.6.2 servers: - url: /ncmp security: -- 2.16.6