diff options
Diffstat (limited to 'plugins/sample/src/main/resources')
-rw-r--r-- | plugins/sample/src/main/resources/open-cli-schema/hello-world-http.yaml | 2 | ||||
-rw-r--r-- | plugins/sample/src/main/resources/open-cli-schema/hello-world.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/sample/src/main/resources/open-cli-schema/hello-world-http.yaml b/plugins/sample/src/main/resources/open-cli-schema/hello-world-http.yaml index 04998ea3..7acba741 100644 --- a/plugins/sample/src/main/resources/open-cli-schema/hello-world-http.yaml +++ b/plugins/sample/src/main/resources/open-cli-schema/hello-world-http.yaml @@ -7,7 +7,7 @@ description: | lighttpd in cli at http://<cli-ip>:8080/version.json info: - product: sample-1.0 + product: sample-helloworld service: hello-world author: ONAP CLI Team onap-discuss@lists.onap.org diff --git a/plugins/sample/src/main/resources/open-cli-schema/hello-world.yaml b/plugins/sample/src/main/resources/open-cli-schema/hello-world.yaml index 9e99046e..e87e6dff 100644 --- a/plugins/sample/src/main/resources/open-cli-schema/hello-world.yaml +++ b/plugins/sample/src/main/resources/open-cli-schema/hello-world.yaml @@ -5,7 +5,7 @@ name: hello-world description: First cmd hello world info: - product: sample-1.0 + product: sample-helloworld service: hello-world author: ONAP CLI Team onap-discuss@lists.onap.org |