aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHOCKLA <ah999m@att.com>2019-12-05 11:47:53 -0600
committerAli Hockla <ah999m@att.com>2019-12-05 20:32:31 +0000
commit7cd5dbe249f59c0e4926269c8ebe58161e75e8bb (patch)
treeb44a41ed54b85f58990e78dc99cf7a91a0ef07cf /pom.xml
parent36112574c3f506fe769ba2eed18a77f62c838467 (diff)
Point to release versions of policy/parent and policy/common
Issue-ID: POLICY-1594 Change-Id: I1d686487e0276a290fd8ae997d4e368edd474174 Signed-off-by: HOCKLA <ah999m@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6cbefdff..ca77f25e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<relativePath />
</parent>
@@ -47,7 +47,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>
<policy.models.version>2.2.0-SNAPSHOT</policy.models.version>
</properties>