aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHOCKLA <ah999m@att.com>2019-12-05 13:16:28 -0600
committerAli Hockla <ah999m@att.com>2019-12-06 18:31:17 +0000
commit54a5c3dab62f2b0b0c1e3da2a525fb2e5c20ae2d (patch)
treeccb8f3ac30ba4b1af2dfc886ad3dc62fd3c44565 /pom.xml
parent3105cfbfb817444ebbfec8a726b8526e7ff38632 (diff)
Point to release versions of policy/parent and policy/common
Issue-ID: POLICY-1583 Change-Id: I0fb606c7ba7334a6826a1246c76fe1970b1f9a44 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 0bb07a3b..e362a3ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<relativePath />
</parent>
@@ -44,7 +44,7 @@
<sonar.jacoco.reportPath>${project.basedir}/../target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>
<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>