diff options
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 |