Adding maven-deploy-plugin to archtype-blueprint
[ccsdk/cds.git] / components / model-catalog / blueprint-model / archetype-blueprint / src / main / resources / archetype-resources / pom.xml
index 76cf640..48875dc 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.ccsdk.cds.components.cba</groupId>
         <artifactId>test-blueprint-kotlin-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
 
     <groupId>${groupId}</groupId>
@@ -31,7 +31,8 @@
         <!-- Properties for -Pdeploy-cba, these can be overridden if needed -->
         <cds.username>${cdsUsername}</cds.username>
         <cds.password>${cdsPassword}</cds.password>
-        <!--cds.protocol>http</cds.protocol>
+        <!--
+        cds.protocol>http</cds.protocol>
         <cds.host>localhost</cds.host>
         <cds.port>8081</cds.port>
         <cds.enrich.endpoint>api/v1/blueprint-model/enrich</cds.enrich.endpoint>