From 26f3062b282aff2f33d5c364a9e3e343c569ca0a Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 25 Oct 2017 12:04:26 -0400 Subject: Fix parent tag in utils/provider utils/provider parent should be utils, not ccsdk-sli-core. This was breaking release build. Change-Id: I3910189f9a989f93a0a8af4cb5a8512f0e9aca7a Issue-ID: CCSDK-80 Signed-off-by: Dan Timoney --- utils/provider/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/provider/pom.xml b/utils/provider/pom.xml index 790f1010..7cfc6646 100644 --- a/utils/provider/pom.xml +++ b/utils/provider/pom.xml @@ -4,7 +4,7 @@ org.onap.ccsdk.sli.core - ccsdk-sli-core + utils 0.1.2-SNAPSHOT -- cgit 1.2.3-korg