diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-13 16:15:10 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-13 16:15:15 -0400 |
commit | 51f17597c54d99289d2156bce2451d7ce29996d2 (patch) | |
tree | 42f7e81ea34d57c8bbecd426874c65dab48d3f49 | |
parent | ddfcb74fbe34a709a1ad6a7bace8d1403b0040db (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |