Bootstrap Rest and GRPC API
[ccsdk/cds.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a86d744..d7580f0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 Copyright (C) 2019 Bell Canada
+Modification Copyright © 2018-2019 AT&T Intellectual Property.
 
 Unless otherwise specified, all software contained herein is licensed
 under the Apache License, Version 2.0 (the License);
@@ -21,7 +22,7 @@ limitations under the License.
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>1.5.0</version>
         <relativePath/>
     </parent>
 
@@ -38,8 +39,9 @@ limitations under the License.
     </organization>
 
     <modules>
-        <module>cds-ui</module>
         <module>ms</module>
+        <module>cds-ui</module>
+        <module>components</module>
     </modules>
 
     <properties>