From c364b3a247d81c2a3d29d433e751dfdd427ce00c Mon Sep 17 00:00:00 2001 From: mpriyank Date: Wed, 4 Dec 2024 15:49:34 +0000 Subject: Add plugin to copy openapi files to doc folder - Added copy to doc folder plugin for ncmp-dmi-plugin - Updated the info.version property to 1.7.0 which ensures that the plugin works Issue-ID: CPS-2539 Change-Id: I1d456e2b16a6d66e6e71c21e5e16732408721837 Signed-off-by: mpriyank --- docs/api/swagger/openapi-datajob.yaml | 2 +- docs/api/swagger/openapi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/api/swagger/openapi-datajob.yaml b/docs/api/swagger/openapi-datajob.yaml index e5a55026..d6cea5e9 100644 --- a/docs/api/swagger/openapi-datajob.yaml +++ b/docs/api/swagger/openapi-datajob.yaml @@ -3,7 +3,7 @@ info: description: Support datajobs through one or more subjob for each DMI and Data Producer Identifier combination title: NCMP Data Subjob API - version: 1.0.0 + version: 1.7.0 servers: - url: /dmi tags: diff --git a/docs/api/swagger/openapi.yaml b/docs/api/swagger/openapi.yaml index df9c3f17..b8dedc6a 100644 --- a/docs/api/swagger/openapi.yaml +++ b/docs/api/swagger/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.1 info: description: Adds Data Model Inventory Registry capability for ONAP title: NCMP DMI Plugin - version: 1.0.0 + version: 1.7.0 servers: - url: /dmi tags: -- cgit 1.2.3-korg