aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-12-06 21:41:28 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-06 21:41:28 +0000
commit957ef10ea981122113c6af11676b801eba8c4567 (patch)
treede294ed2e07cd99cdb5fe1f823bf5b42a89914f6
parentccf08b8ea35134b738549010da3d19f6deeed80d (diff)
parentb386bc2427c74702a7a763362a90223c3b6fca40 (diff)
Merge "Point to release versions of policy/parent and policy/common"
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 3ca55a67..9e1a9307 100644
--- 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>
@@ -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.6.0-SNAPSHOT</policy.common.version>
+ <policy.common.version>1.6.1</policy.common.version>
<policy.engine.version>1.6.0-SNAPSHOT</policy.engine.version>
<policy.apex-pdp.version>2.3.0-SNAPSHOT</policy.apex-pdp.version>
<policy.models.version>2.2.0-SNAPSHOT</policy.models.version>