aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@est.tech>2019-05-13 13:33:23 +0000
committerramverma <ram.krishna.verma@est.tech>2019-05-13 13:33:23 +0000
commit603bece101d436332444328a5138aaecfad3d2de (patch)
tree0ab7a4a33198ccc3365c1f6531d102530194c0f6
parent39bac7ed034c56eeb2b19a1b274fab35dbc9818f (diff)
Upgrade policy/parent & policy/common in distribution
Change-Id: Iada6e88ac68f4cea874d2cf832da77657df576e6 Issue-ID: POLICY-1630 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f29e3423..e1936c9c 100644
--- 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>
@@ -47,7 +47,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.engine.version>1.4.0-SNAPSHOT</policy.engine.version>
<policy.apex-pdp.version>2.1.0-SNAPSHOT</policy.apex-pdp.version>
</properties>