diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-24 11:48:59 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-24 11:49:05 -0400 |
commit | 1e5623b14adf9ed874d913b90c8840f46cff96d9 (patch) | |
tree | 0f7a8662e6166ef9a0ca8fcb1533f25eddd29dd5 /pom.xml | |
parent | 9a812130f5b93d19fef71be4e56eb6ff550fc085 (diff) |
Upgrade to release common & models
Released common 1.5.0 and models 2.1.0
Issue-ID: POLICY-1737
Change-Id: Ia5bf6965c7c85b1de74b90b1d4fd179cac01bdea
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
@@ -45,8 +45,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> |