aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-04-13 16:40:33 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-04-13 16:40:37 -0400
commit0eebda49d2a552edd3f202bd5b50af923f123ace (patch)
treee60157e5c060a1bee412e0927fb07108c210c0c9
parent88f1e7fe8d26de78b0d11ed975845ad877ec0a30 (diff)
Point to fix common/models
Fixed naming policy string and yaml coder string fix Issue-ID: POLICY-2486 Change-Id: I77dc1593a0d4c744090aa7b89303ea5e76d36ead Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f230d9cd..440725ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,8 +52,8 @@
<hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version>
<commons.io.version>2.5</commons.io.version>
<xml.apis.version>1.4.01</xml.apis.version>
- <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>