From cd59a05848e5acf63ede3287d36463469d121099 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Mon, 13 Apr 2020 15:52:16 -0400 Subject: Fix strings in naming policy Issue-ID: POLICY-2486 Change-Id: I89b2bfd2ac00c407aa90c34e898e9701cca54925 Signed-off-by: Pamela Dragosh --- .../main/resources/policies/sdnc.policy.naming.input.tosca.yaml | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/models-examples/src/main/resources/policies/sdnc.policy.naming.input.tosca.yaml b/models-examples/src/main/resources/policies/sdnc.policy.naming.input.tosca.yaml index 77c5a0cf0..b8df62b1f 100644 --- a/models-examples/src/main/resources/policies/sdnc.policy.naming.input.tosca.yaml +++ b/models-examples/src/main/resources/policies/sdnc.policy.naming.input.tosca.yaml @@ -25,9 +25,9 @@ topology_template: increment-sequence: max: zzz scope: ENTIRETY - start-value: 1 + start-value: '1' length: 3 - increment: 1 + increment: '1' sequence-type: alpha-numeric - property-name: NFC_NAMING_CODE - property-value: _ @@ -44,7 +44,7 @@ topology_template: increment-sequence: max: zzz scope: PRECEEDING - start-value: 1 + start-value: '1' length: 3 - increment: 1 + increment: '1' sequence-type: alpha-numeric diff --git a/pom.xml b/pom.xml index 0f0f8e0c7..81f50ac5c 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ 10.13.1.1 2.1.1 - 1.6.3 + 1.6.4-SNAPSHOT -- cgit 1.2.3-korg