From e2b3a9cb5077394fc65b7ec30a140f7f2d2d94e3 Mon Sep 17 00:00:00 2001 From: ramverma Date: Thu, 25 Oct 2018 11:59:09 +0100 Subject: Fix refering to snapshot in drools-application Issue-ID: POLICY-1213 Change-Id: I91e4928e33d4e39286bf340e42602890446d9401 Signed-off-by: ramverma --- controlloop/templates/template.demo/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'controlloop/templates/template.demo/pom.xml') diff --git a/controlloop/templates/template.demo/pom.xml b/controlloop/templates/template.demo/pom.xml index 138bfc735..ae2c06f5c 100644 --- a/controlloop/templates/template.demo/pom.xml +++ b/controlloop/templates/template.demo/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.drools-applications.controlloop.templates templates - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT template.demo @@ -219,7 +219,7 @@ org.onap.policy.common policy-endpoints - ${project.version} + ${version.policy.common} provided @@ -231,7 +231,7 @@ org.onap.policy.drools-pdp policy-management - ${project.version} + ${version.policy.drools-pdp} provided -- cgit 1.2.3-korg