diff options
author | ramverma <ram.krishna.verma@est.tech> | 2019-05-13 10:14:42 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@est.tech> | 2019-05-13 10:14:42 +0000 |
commit | 7980f37599a0f3dd44d9fabdd83cc547b9ab6237 (patch) | |
tree | c2aedcda1dcbf3643147a72d0a1eaf88c6209366 | |
parent | f9b1e7a0cd418738375505a9269f50f903d459ad (diff) |
Upgrade policy/parent & policy/common in pap
Change-Id: I44938584e1ec6e65f8a08f42c3632bc912e2df18
Issue-ID: POLICY-1630
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
-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> |