From c4d6e3619f2ec4d2b25f0ac6316892ae4b49006e Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 29 Aug 2017 08:41:38 -0400 Subject: Cleanup artifactId for ccsdk/sli/core ArtifactId for ccsdk/sli/core pom.xml should not be identical to that for sdnc/core, otherwise import to Eclipse of both will be confusing. Update parent tag in each module pom under ccsdk/sli/core to new artifactId Change-Id: Ia78a11dc4f82dfda8fd863167daa8e8f4951b6f5 Issue-ID: CCSDK-70 Signed-off-by: Dan Timoney --- sliPluginUtils/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sliPluginUtils') diff --git a/sliPluginUtils/pom.xml b/sliPluginUtils/pom.xml index ca40d6de..561359a2 100755 --- a/sliPluginUtils/pom.xml +++ b/sliPluginUtils/pom.xml @@ -10,7 +10,7 @@ org.onap.ccsdk.sli.core - sdnc-core + ccsdk-sli-core 0.1.0-SNAPSHOT Service Logic Interface Plugin Utilities -- cgit 1.2.3-korg