summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-04-13 16:13:01 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-04-13 16:13:08 -0400
commit0cd930cf733d33662ada0da13d226b82bcc13684 (patch)
treefedc8fabe9a02a0fdd513b4133c7fdb977baaabb /pom.xml
parent3b93d5a8a6f8aeec9990c79e4b4b81fbe62ef947 (diff)
Fix integer converted to double
Use policy/common map double converter to ensure integers saved in policy content do not get converted to doubles. Issue-ID: POLICY-2486 Change-Id: I887c6b5c337e2594c425b645af4b2668d06715bd Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6b5820e9..eb5cb4bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,8 +39,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>1.6.3</policy.common.version>
- <policy.models.version>2.2.3</policy.models.version>
+ <policy.common.version>1.6.4-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.2.4-SNAPSHOT</policy.models.version>
</properties>
<modules>