diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-21 16:16:43 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-21 16:16:48 -0400 |
commit | 5b830d88ba20f1655d0fcd9f1de05cd9c2d0a7c1 (patch) | |
tree | 7ce325cf7e5ed8a8371691d6deaa512ff2afc0e2 | |
parent | e15785d36a35dc97fd80eca213af5ef47d83d6e9 (diff) |
Upgrade to released common & models2.1.0
Released common 1.5.0 and models 2.1.0
Issue-ID: POLICY-1737
Change-Id: I95cd82c79d57df1b410ea0deaa2b93dee12878b0
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-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> |