Release version 1.4.1 maven artifacts
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / commons / pom.xml
index 33255ac..0bf7c2c 100755 (executable)
 
     <parent>
         <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
-        <artifactId>modules</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <artifactId>blueprintsprocessor-modules</artifactId>
+        <version>1.4.2-SNAPSHOT</version>
     </parent>
 
-    <artifactId>commons</artifactId>
+    <artifactId>modules-commons</artifactId>
     <packaging>pom</packaging>
 
-    <name>Blueprints Processor Commons POM</name>
-    <description>Blueprints Processor Commons</description>
+    <name>MS Blueprints Processor Modules - Commons</name>
 
     <modules>
         <module>processor-core</module>
         <module>grpc-lib</module>
         <module>message-lib</module>
         <module>ssh-lib</module>
+        <module>nats-lib</module>
     </modules>
 
     <dependencies>
         <dependency>
-            <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
+            <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
             <artifactId>resource-dict</artifactId>
         </dependency>
         <!-- Test Dependencies -->