summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-10-24 14:56:47 +0100
committerramverma <ram.krishna.verma@ericsson.com>2018-10-25 20:08:19 +0100
commita64169b24ab24101719c1a926ab1d3c9d25c219c (patch)
tree4fde75d5f551d04fd1632a608a816040c09d598c /pom.xml
parentdcbc974aad61afb91e30feadcb3a1cb72520dae2 (diff)
Fix refering to snapshot in policy/distribution2.0.1
Issue-ID: POLICY-1213 Change-Id: I7262a00ec35549e63127f8a3730ca8aa75da09aa Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 177db549..102a91b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,13 +25,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
<relativePath />
</parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>policy-distribution</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -46,8 +46,9 @@
<sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
- <policy.common.version>1.3.0</policy.common.version>
- <policy.engine.version>1.3.0</policy.engine.version>
+ <policy.common.version>1.3.1</policy.common.version>
+ <policy.engine.version>1.3.1</policy.engine.version>
+ <policy.apex-pdp.version>2.0.1</policy.apex-pdp.version>
</properties>
<modules>