aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-04-13 15:52:16 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-04-13 15:52:21 -0400
commitcd59a05848e5acf63ede3287d36463469d121099 (patch)
tree1a6c445cc6b1b682f7a965c8bcb85dacd8de38d9
parente4138fdec8485ae5d7cafdc93d23b76de869d843 (diff)
Fix strings in naming policy
Issue-ID: POLICY-2486 Change-Id: I89b2bfd2ac00c407aa90c34e898e9701cca54925 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--models-examples/src/main/resources/policies/sdnc.policy.naming.input.tosca.yaml8
-rw-r--r--pom.xml2
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 @@
<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>