Updated pom.xml to point to release versions of policy/parent and policy/common 17/99217/1
authorHOCKLA <ah999m@att.com>
Thu, 5 Dec 2019 16:24:14 +0000 (10:24 -0600)
committerHOCKLA <ah999m@att.com>
Thu, 5 Dec 2019 16:25:12 +0000 (10:25 -0600)
Issue-ID: POLICY-1594/POLICY-1583
Change-Id: Ib8280ab847d8a81d8470c4f4600a6b2a626ae28b
Signed-off-by: HOCKLA <ah999m@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 9b52cd9..91df951 100644 (file)
--- 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>
 
@@ -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>