diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-12-06 13:09:45 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-12-06 13:09:45 +0530 |
commit | b69ed9bc0ad7cdedee57df63e94d3767ccd173b7 (patch) | |
tree | f6f8e4dd4f5b30aa138d44bc4664bedb02ac9d04 /validate | |
parent | 271cc28e5ad26cdc72db5b3b837545e717c6f225 (diff) |
Rename product names to use amsterdam
Issue-ID: CLI-66
Change-Id: Ief9c03adec45f037baea82d344addb1c6b538bd9
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'validate')
-rw-r--r-- | validate/validation/pom.xml | 20 | ||||
-rw-r--r-- | validate/validation/src/test/resources/open-cli-sample/customer/customer-create-sample-1.1.yaml | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/validate/validation/pom.xml b/validate/validation/pom.xml index cdbf43c2..27f34c12 100644 --- a/validate/validation/pom.xml +++ b/validate/validation/pom.xml @@ -55,34 +55,34 @@ </dependency> <dependency> <groupId>org.onap.cli</groupId> - <artifactId>cli-plugins-onap-1.1-catalog</artifactId> + <artifactId>cli-plugins-onap-amsterdam-catalog</artifactId> <version>${project.version}</version> - </dependency> + </dependency> <dependency> <groupId>org.onap.cli</groupId> - <artifactId>cli-plugins-onap-1.1-auth</artifactId> + <artifactId>cli-plugins-onap-amsterdam-auth</artifactId> <version>${project.version}</version> - </dependency> + </dependency> <dependency> <groupId>org.onap.cli</groupId> - <artifactId>cli-plugins-onap-1.1-features-so</artifactId> + <artifactId>cli-plugins-onap-amsterdam-features-so</artifactId> <version>${project.version}</version> - </dependency> + </dependency> <dependency> <groupId>org.onap.cli</groupId> - <artifactId>cli-plugins-onap-1.1-features-sdc</artifactId> + <artifactId>cli-plugins-onap-amsterdam-features-sdc</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.cli</groupId> - <artifactId>cli-plugins-onap-1.1-features-msb</artifactId> + <artifactId>cli-plugins-onap-amsterdam-features-msb</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.cli</groupId> - <artifactId>cli-plugins-onap-1.1-features-aai</artifactId> + <artifactId>cli-plugins-onap-amsterdam-features-aai</artifactId> <version>${project.version}</version> - </dependency> + </dependency> </dependencies> <!-- <build> <plugins> diff --git a/validate/validation/src/test/resources/open-cli-sample/customer/customer-create-sample-1.1.yaml b/validate/validation/src/test/resources/open-cli-sample/customer/customer-create-sample-1.1.yaml index 51d4fca3..5138cefe 100644 --- a/validate/validation/src/test/resources/open-cli-sample/customer/customer-create-sample-1.1.yaml +++ b/validate/validation/src/test/resources/open-cli-sample/customer/customer-create-sample-1.1.yaml @@ -1,7 +1,7 @@ open_cli_sample_version: 1.0 name: customer-create -version: onap-1.1 +version: onap-amsterdam samples: sample1: name: Create a customer |