From a76ceb4fec109c0dc238fb552f03999829d19540 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 24 Jan 2019 09:53:56 -0500 Subject: Fixed project structure errors that broke build Fixed errors in pom.xml that broke build, mostly having to do with parent tags (or lack thereof). Change-Id: I8563bbe14e304cd22562b6ea52cc4df2bca0bff1 Issue-ID: CCSDK-1002 Signed-off-by: Timoney, Dan (dt5972) --- cds-ui/client/pom.xml | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) (limited to 'cds-ui/client/pom.xml') diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index cd9a21d45..573ab1fbb 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -21,9 +21,17 @@ limitations under the License. 4.0.0 + + + org.onap.ccsdk.cds + controller-design-studio + 1.0.0-SNAPSHOT + ../.. + + org.onap.ccsdk.cds - controller-design-studio - 1.0.0 + controller-design-studio-client + 1.0.0-SNAPSHOT pom cds-ui @@ -34,21 +42,6 @@ limitations under the License. https://nexus.onap.org - - - - - - ecomp-releases - openecomp-repository-releases - ${onap.nexus.url}/content/repositories/releases - - - ecomp-snapshots - openecomp-repository-snapshots - ${onap.nexus.url}/content/repositories/snapshots - - -- cgit 1.2.3-korg