diff options
author | Jim Hahn <jrh3@att.com> | 2019-07-01 18:31:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-01 18:31:59 +0000 |
commit | ea684f8e0b68a9b7f1decea4844e8c9010dbef39 (patch) | |
tree | bd36243d320f806c89b5862861babcb33fa26c5d | |
parent | 7783a2ef0d71c6379a1d53258cd3c01eba391210 (diff) | |
parent | 0ce82114f8c8ca622c7c0305511caff8607f9806 (diff) |
Merge "Upgrade to released artifacts"2.2.0
-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> |