diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-14 14:53:53 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-14 14:53:59 -0400 |
commit | 979fabe6d42c9a9065420b4b0ec43386810ae262 (patch) | |
tree | 8066473b4d1cf24387d38ccec8ae594cb2e695f5 | |
parent | 51f17597c54d99289d2156bce2451d7ce29996d2 (diff) |
Point to released common/models
Issue-ID: POLICY-2378
Change-Id: I5e6222c187a1afee9cb37f1091f64a6057ef984e
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.4-SNAPSHOT</policy.common.version> - <policy.models.version>2.2.4-SNAPSHOT</policy.models.version> + <policy.common.version>1.6.4</policy.common.version> + <policy.models.version>2.2.4</policy.models.version> </properties> <modules> |