diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-21 16:18:29 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-21 16:18:36 -0400 |
commit | 2d4ad6466878110c0983eb93adb21d64ea51035d (patch) | |
tree | 85b5aedf6f29ed6d5f3fb13b56cd8124cc64142c /pom.xml | |
parent | 314c360af45d80a51f2d70de32537d90e964c860 (diff) |
Upgrade to released common & models2.1.0
Released common 1.5.0 and models 2.1.0
Issue-ID: POLICY-1737
Change-Id: I1ffdbbddeb52a0730e279ca2b09b28cbe925de50
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
@@ -46,8 +46,8 @@ <sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath> <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> - <policy.common.version>1.5.0-SNAPSHOT</policy.common.version> - <policy.models.version>2.1.0-SNAPSHOT</policy.models.version> + <policy.common.version>1.5.0</policy.common.version> + <policy.models.version>2.1.0</policy.models.version> </properties> <modules> |