From af9fb0552c84fd7fcd65011c37723ddad466a123 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Thu, 24 Jan 2019 08:55:49 -0500 Subject: [PATCH] Fix broken parent tag Wrong parent used in proto-definition, and relativePath is not specified. Consequently, the release version (0.4.0) - which exists locally but not in nexus - is not found. Fixed by using correct parent and relative path (../parent) Change-Id: Ib9a3d845c76ca26a8de562470a3e4214e37ae057 Issue-ID: CCSDK-1001 Signed-off-by: Timoney, Dan (dt5972) --- components/model-catalog/proto-definition/pom.xml | 5 +++-- ms/blueprintsprocessor/.gitignore | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/components/model-catalog/proto-definition/pom.xml b/components/model-catalog/proto-definition/pom.xml index c1f77922..859038c4 100644 --- a/components/model-catalog/proto-definition/pom.xml +++ b/components/model-catalog/proto-definition/pom.xml @@ -18,9 +18,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.onap.ccsdk.apps.controllerblueprints - modules + org.onap.ccsdk.apps.components + parent 0.4.1-SNAPSHOT + ../../parent proto-definition diff --git a/ms/blueprintsprocessor/.gitignore b/ms/blueprintsprocessor/.gitignore index f72f78ad..04f991d1 100644 --- a/ms/blueprintsprocessor/.gitignore +++ b/ms/blueprintsprocessor/.gitignore @@ -28,4 +28,5 @@ **/transaction.log **/*versionsBackup **/blackDuckHub* -**/*.jsonld \ No newline at end of file +**/*.jsonld +/target-ide/ -- 2.16.6