diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-10-24 14:56:47 +0100 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-10-25 20:08:19 +0100 |
commit | a64169b24ab24101719c1a926ab1d3c9d25c219c (patch) | |
tree | 4fde75d5f551d04fd1632a608a816040c09d598c /pom.xml | |
parent | dcbc974aad61afb91e30feadcb3a1cb72520dae2 (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.xml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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> |