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 --- LogParser/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'LogParser') diff --git a/LogParser/pom.xml b/LogParser/pom.xml index 5d5f797d6..a7c3d7c4a 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.engine PolicyEngineSuite - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT LogParser @@ -41,12 +41,12 @@ org.onap.policy.common ONAP-Logging - ${project.version} + ${version.policy.common} org.onap.policy.common integrity-monitor - ${project.version} + ${version.policy.common} org.apache.logging.log4j -- cgit 1.2.3-korg