Fix strings in naming policy 61/105861/1
authorPamela Dragosh <pdragosh@research.att.com>
Mon, 13 Apr 2020 19:52:16 +0000 (15:52 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Mon, 13 Apr 2020 19:52:21 +0000 (15:52 -0400)
Issue-ID: POLICY-2486
Change-Id: I89b2bfd2ac00c407aa90c34e898e9701cca54925
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
models-examples/src/main/resources/policies/sdnc.policy.naming.input.tosca.yaml
pom.xml

index 77c5a0c..b8df62b 100644 (file)
@@ -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 0f0f8e0..81f50ac 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
     <properties>
         <derby.version>10.13.1.1</derby.version>
         <javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version>
-        <policy.common.version>1.6.3</policy.common.version>
+        <policy.common.version>1.6.4-SNAPSHOT</policy.common.version>
     </properties>
 
     <modules>