From d7630c4c59a2d5947d942684bbe4ce8741a8fa7b Mon Sep 17 00:00:00 2001 From: ramverma Date: Thu, 25 Oct 2018 17:19:16 +0100 Subject: Fix refering to snapshot in policy/engine Issue-ID: POLICY-1213 Change-Id: I6666585a176b9e981976777018e4b7616e47ffc7 Signed-off-by: ramverma --- BRMSGateway/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BRMSGateway/pom.xml') diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 4071eac27..62c6e55e4 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT BRMSGateway This application will take in BRMS rules and acts as interface between PR and PDP XACML @@ -58,7 +58,7 @@ org.onap.policy.common integrity-monitor - ${project.version} + ${version.policy.common} com.thoughtworks.xstream -- cgit