diff options
Diffstat (limited to 'framework/src')
-rw-r--r-- | framework/src/main/resources/open-cli-schema/open-cli-registry.yaml | 6 | ||||
-rw-r--r-- | framework/src/main/resources/version.info | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/framework/src/main/resources/open-cli-schema/open-cli-registry.yaml b/framework/src/main/resources/open-cli-schema/open-cli-registry.yaml index 9b988b4e..395cb01e 100644 --- a/framework/src/main/resources/open-cli-schema/open-cli-registry.yaml +++ b/framework/src/main/resources/open-cli-schema/open-cli-registry.yaml @@ -30,11 +30,5 @@ services: description: Product and service searching abilities - name: schema description: OCS schema management - - name: profile - description: Profile management - - name: artifact - description: Artifact management - name: execution description: Execution management - - name: rpc - description: RPC management across OCLIP
\ No newline at end of file diff --git a/framework/src/main/resources/version.info b/framework/src/main/resources/version.info index edfa61d6..3b8aedf9 100644 --- a/framework/src/main/resources/version.info +++ b/framework/src/main/resources/version.info @@ -1,4 +1,4 @@ -CLI version : __VERSION__ +Version : __VERSION__ Available products: __AVAILABLE_PRODUCT_VERSIONS__ Enabled product : __ENABLED_PRODUCT_VERSIONS__ |