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/server/pom.xml | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) (limited to 'cds-ui/server/pom.xml') diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index 8b9c4218b..bac8b03d2 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/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.server controller-design-studio-server - 1.0.0 + 1.0.0-SNAPSHOT pom cds-ui-server @@ -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