aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Hernandez <jorge.hernandez-herrero@att.com>2019-05-13 14:18:09 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-13 14:18:09 +0000
commit270ee440dfad402ed2f93abcb629844ae5d261fa (patch)
tree5bb933217637c38c8f5a042330efd1ad2c76f585
parentb4f85884da84b63e1d51d8304cddc0fb987747a6 (diff)
parent3e7630d148349a741f2fa72c5dfa238cbe2e097c (diff)
Merge "Upgrade policy/parent & policy/common in api"
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b077e70d..85a3804a 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>
@@ -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>