From 70eefe655325271e167efba6394044145b28b772 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 23 Feb 2021 07:59:35 -0500 Subject: Fix error in artifacts parent The artifacts modules are using wrong parent pom, which is causing compile issues in some local builds. Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney Change-Id: Ie2b8a9ac662bf842cc1c7e268e6a53254f4b5463 --- plugins/artifacts/pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugins/artifacts') diff --git a/plugins/artifacts/pom.xml b/plugins/artifacts/pom.xml index b4c55f6d5..05d7d3e44 100755 --- a/plugins/artifacts/pom.xml +++ b/plugins/artifacts/pom.xml @@ -3,9 +3,10 @@ 4.0.0 - org.onap.ccsdk.parent - parent - 2.1.1 + org.onap.ccsdk.parent + odlparent-lite + 2.1.1 + org.onap.ccsdk.sli.plugins -- cgit 1.2.3-korg