Fix TOSCA descriptor header version from 1.1 to 1.3 45/117045/2
authorKrupaNagabhushan <krupa.nagabhushan@est.tech>
Tue, 19 Jan 2021 15:02:05 +0000 (15:02 +0000)
committerChristophe Closset <christophe.closset@intl.att.com>
Fri, 22 Jan 2021 12:35:26 +0000 (12:35 +0000)
Issue-ID: SDC-3445
Signed-off-by: KrupaNagabhushan <krupa.nagabhushan@est.tech>
Change-Id: Idd30ccc09746eb9d33c809acaa4abc3dcdcc432a

catalog-be/src/main/java/org/openecomp/sdc/be/tosca/ToscaExportHandler.java

index b8da230..f912564 100644 (file)
@@ -171,7 +171,7 @@ public class ToscaExportHandler {
         this.interfacesOperationsConverter = interfacesOperationsConverter;
     }
 
-    private static final String TOSCA_VERSION = "tosca_simple_yaml_1_1";
+    private static final String TOSCA_VERSION = "tosca_simple_yaml_1_3";
     private static final String SERVICE_NODE_TYPE_PREFIX = "org.openecomp.service.";
     private static final String IMPORTS_FILE_KEY = "file";
     private static final String TOSCA_INTERFACE_NAME = "-interface.yml";