Use released versions in models pom 35/95235/2
authorJim Hahn <jrh3@att.com>
Mon, 9 Sep 2019 13:52:42 +0000 (09:52 -0400)
committerJim Hahn <jrh3@att.com>
Mon, 9 Sep 2019 13:54:46 +0000 (09:54 -0400)
Updated models pom.xml to use released version of parent and
common artifacts.

Change-Id: I21bf9911d1dcd3ea9cc0f065dc80f65e153da885
Issue-ID: POLICY-2045
Signed-off-by: Jim Hahn <jrh3@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index a4c41aa..29735c3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.1</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.5.2-SNAPSHOT</policy.common.version>
+        <policy.common.version>1.5.2</policy.common.version>
     </properties>
 
     <modules>