diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-07-01 14:11:28 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-07-01 14:11:33 -0400 |
commit | 0ce82114f8c8ca622c7c0305511caff8607f9806 (patch) | |
tree | 205da79b12218bc2c55d71d6d652f4297f85a9d9 /pom.xml | |
parent | 00d6cceb92b2dd60a626406370ea5a1473ee56ca (diff) |
Upgrade to released artifacts
Policy/common, models and apex are released
Issue-ID: POLICY-1737
Change-Id: I0cefaad8ad5791d07fe19382c12c5f0421361588
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -47,9 +47,9 @@ <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.engine.version>1.5.0-SNAPSHOT</policy.engine.version> - <policy.apex-pdp.version>2.2.0-SNAPSHOT</policy.apex-pdp.version> + <policy.common.version>1.5.0</policy.common.version> + <policy.engine.version>1.5.0</policy.engine.version> + <policy.apex-pdp.version>2.2.0</policy.apex-pdp.version> </properties> <modules> |