aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-04-13 16:15:10 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-04-13 16:15:15 -0400
commit51f17597c54d99289d2156bce2451d7ce29996d2 (patch)
tree42f7e81ea34d57c8bbecd426874c65dab48d3f49
parentddfcb74fbe34a709a1ad6a7bace8d1403b0040db (diff)
Point to common/models fix
Fix in naming policy and yaml coder string fix. Issue-ID: POLICY-2486 Change-Id: If6af74ee77692ba08208555f0b55eb30544541aa 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 da109279..60aecfd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,8 +44,8 @@
<!-- Default Sonar configuration -->
<jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
- <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>