From 1f06d61152c1664e413200bc54e03e5828abcb2f Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Fri, 7 Sep 2018 10:06:06 -0400 Subject: SDN Controller Blueprints Processor Features Fixing Installer POM File to update features repo to org.onap.ccsdk.features/ccsdk-features Change-Id: I53a0b507326f926837a87f00e51cf116fdadfe4c Issue-ID: CCSDK-505 Signed-off-by: Singal, Kapil (ks220y) --- .../test/resources/service_templates/generate_configuration.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'blueprints-processor/plugin/generator-provider') diff --git a/blueprints-processor/plugin/generator-provider/src/test/resources/service_templates/generate_configuration.json b/blueprints-processor/plugin/generator-provider/src/test/resources/service_templates/generate_configuration.json index d2c16ede1..0d569ef85 100644 --- a/blueprints-processor/plugin/generator-provider/src/test/resources/service_templates/generate_configuration.json +++ b/blueprints-processor/plugin/generator-provider/src/test/resources/service_templates/generate_configuration.json @@ -132,7 +132,7 @@ }, "capabilities": { "content": { - "type": "tosca.capability.Content", + "type": "tosca.capabilities.Content", "properties": { "content": { "required": true, @@ -141,7 +141,7 @@ } }, "mapping": { - "type": "tosca.capability.Mapping", + "type": "tosca.capabilities.Mapping", "properties": { "mapping": { "required": false, @@ -252,7 +252,7 @@ "type": "tosca.capabilities.Node" }, "content": { - "type": "tosca.capability.Content", + "type": "tosca.capabilities.Content", "properties": { "type": { "required": false, -- cgit 1.2.3-korg