diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/pom.xml | 2 | ||||
-rw-r--r-- | main/src/test/resources/open-cli-schema/sample-create-schema.yaml | 2 | ||||
-rw-r--r-- | main/src/test/resources/sample-test-schema.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/main/pom.xml b/main/pom.xml index 43a7000d..9e14e63c 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <artifactId>cli-main</artifactId> diff --git a/main/src/test/resources/open-cli-schema/sample-create-schema.yaml b/main/src/test/resources/open-cli-schema/sample-create-schema.yaml index 23421b37..05f93cda 100644 --- a/main/src/test/resources/open-cli-schema/sample-create-schema.yaml +++ b/main/src/test/resources/open-cli-schema/sample-create-schema.yaml @@ -5,7 +5,7 @@ info: product: open-cli service: test type: cmd - author: Kanagaraj Manickam mkr1481@gmail.com + author: Kanagaraj Manickam kanagaraj.manickam@huawei.com parameters: - name: service-name diff --git a/main/src/test/resources/sample-test-schema.yaml b/main/src/test/resources/sample-test-schema.yaml index d867d9f8..584eec87 100644 --- a/main/src/test/resources/sample-test-schema.yaml +++ b/main/src/test/resources/sample-test-schema.yaml @@ -5,7 +5,7 @@ info: product: open-cli service: test type: cmd - author: Kanagaraj Manickam mkr1481@gmail.com + author: Kanagaraj Manickam kanagaraj.manickam@huawei.com parameters: - name: bool-param |