diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-13 16:13:01 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-13 16:13:08 -0400 |
commit | 0cd930cf733d33662ada0da13d226b82bcc13684 (patch) | |
tree | fedc8fabe9a02a0fdd513b4133c7fdb977baaabb /pom.xml | |
parent | 3b93d5a8a6f8aeec9990c79e4b4b81fbe62ef947 (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |