diff options
author | HOCKLA <ah999m@att.com> | 2019-12-05 10:24:14 -0600 |
---|---|---|
committer | HOCKLA <ah999m@att.com> | 2019-12-05 10:25:12 -0600 |
commit | dfc7c87b5f94087d209a2b9f7e2dc6d9a9dce1a8 (patch) | |
tree | 1a8b539a856ab5dc164233a77cc0351aea03b016 | |
parent | ccd4ff27def8eb47df3029f93f9417a389210257 (diff) |
Updated pom.xml to point to release versions of policy/parent and policy/common
Issue-ID: POLICY-1594/POLICY-1583
Change-Id: Ib8280ab847d8a81d8470c4f4600a6b2a626ae28b
Signed-off-by: HOCKLA <ah999m@att.com>
-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>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <relativePath /> </parent> @@ -48,7 +48,7 @@ <sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath> <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> - <policy.common.version>1.6.0-SNAPSHOT</policy.common.version> + <policy.common.version>1.6.0</policy.common.version> </properties> <modules> |