aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHOCKLA <ah999m@att.com>2019-12-05 11:56:24 -0600
committerAli Hockla <ah999m@att.com>2019-12-06 18:29:56 +0000
commit12180d0b13c3b6531ad453b5f558c6b7bdcbeb60 (patch)
tree13e561258472eb88181455daa4cceef60fc56228
parent6e96359492029ca9309ea367372ab81bf396bdde (diff)
Point to release versions of policy/parent and policy/common
Issue-ID: POLICY-1583 Change-Id: I30557440310c3e43e662d463017ecfa6269b394b Signed-off-by: HOCKLA <ah999m@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 580c3d21..1bbc6a41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -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.6.0-SNAPSHOT</policy.common.version>
+ <policy.common.version>1.6.1</policy.common.version>
<policy.models.version>2.2.0-SNAPSHOT</policy.models.version>
</properties>