summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml')
-rw-r--r--components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml b/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml
index 76cf640d0..48875dc3e 100644
--- a/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml
+++ b/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml
@@ -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>