diff options
author | ramverma <ram.krishna.verma@est.tech> | 2019-05-13 10:18:26 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@est.tech> | 2019-05-13 10:18:26 +0000 |
commit | 3e7630d148349a741f2fa72c5dfa238cbe2e097c (patch) | |
tree | 2642eb565e3864aa2c86cf4b3a65832f07762049 /pom.xml | |
parent | 90555d0346c7e852e6a4dc9622ed29343353b95c (diff) |
Upgrade policy/parent & policy/common in api
Change-Id: I656c0caccce674aed51df00dfa2cc80a1677a7ab
Issue-ID: POLICY-1630
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0</version> <relativePath /> </parent> @@ -46,7 +46,7 @@ <sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath> <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> - <policy.common.version>1.4.0-SNAPSHOT</policy.common.version> + <policy.common.version>1.4.0</policy.common.version> <policy.models.version>2.0.0-SNAPSHOT</policy.models.version> </properties> |