Merge "Upgrade policy/parent & policy/common in api"
authorJorge Hernandez <jorge.hernandez-herrero@att.com>
Mon, 13 May 2019 14:18:09 +0000 (14:18 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 13 May 2019 14:18:09 +0000 (14:18 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index b077e70..85a3804 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
+        <version>2.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.4.0-SNAPSHOT</policy.common.version>
+        <policy.common.version>1.4.0</policy.common.version>
         <policy.models.version>2.0.0-SNAPSHOT</policy.models.version>
     </properties>