Fix: Run both sonar and clm scans in parallel
[ccsdk/cds.git] / components / pom.xml
index fd19a4f..876faf3 100644 (file)
 
     <parent>
         <groupId>org.onap.ccsdk.cds</groupId>
-        <artifactId>parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <artifactId>cds-aggregator</artifactId>
+        <version>1.6.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
-    <artifactId>components</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <artifactId>cds-components</artifactId>
     <packaging>pom</packaging>
 
-    <name>Components Root</name>
-    <description>Components</description>
+    <name>Components (Root)</name>
 
     <modules>
+        <module>cba-parent</module>
         <module>model-catalog/blueprint-model</module>
     </modules>
 </project>