summaryrefslogtreecommitdiffstats
path: root/feature-distributed-locking
diff options
context:
space:
mode:
authorramverma <ram.krishna.verma@ericsson.com>2018-10-24 19:35:48 +0100
committerramverma <ram.krishna.verma@ericsson.com>2018-10-24 19:55:09 +0100
commit5bf8486284313c32de3dc8c05233eeb621c845ab (patch)
treed737e687a2786eb8e645eb0c0e0df06411438df9 /feature-distributed-locking
parent10e82bd9f3526deffa11e8292d7a4d1711d13ed6 (diff)
Fix refering to snapshot in policy/drools-pdp1.3.1
Issue-ID: POLICY-1213 Change-Id: I485c15044ba5cc0d3daceaf0876f543cc5c8af82 Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'feature-distributed-locking')
-rw-r--r--feature-distributed-locking/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/feature-distributed-locking/pom.xml b/feature-distributed-locking/pom.xml
index 0c61e34c..4945d686 100644
--- a/feature-distributed-locking/pom.xml
+++ b/feature-distributed-locking/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>drools-pdp</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
</parent>
<artifactId>feature-distributed-locking</artifactId>
@@ -131,13 +131,13 @@
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>utils</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>utils-test</artifactId>
- <version>${project.version}</version>
+ <version>${policy.common.version}</version>
<scope>test</scope>
</dependency>
</dependencies>