Fix broken parent tag
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 24 Jan 2019 13:55:49 +0000 (08:55 -0500)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Thu, 24 Jan 2019 14:31:42 +0000 (14:31 +0000)
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) <dtimoney@att.com>
components/model-catalog/proto-definition/pom.xml

index c1f7792..859038c 100644 (file)
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
-        <artifactId>modules</artifactId>
+        <groupId>org.onap.ccsdk.apps.components</groupId>
+        <artifactId>parent</artifactId>
         <version>0.4.1-SNAPSHOT</version>
+        <relativePath>../../parent</relativePath>
     </parent>
 
     <artifactId>proto-definition</artifactId>