Release ccsdk/apps
[ccsdk/apps.git] / ms / pom.xml
index 2811d20..ff23554 100644 (file)
  * limitations under the License.
  * ============LICENSE_END=========================================================
  -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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</groupId>
         <artifactId>ccsdk-apps</artifactId>
-        <version>0.4.2-SNAPSHOT</version>
+        <version>1.0.2</version>
     </parent>
 
     <artifactId>ccsdk-apps-ms</artifactId>
-    <version>0.4.2-SNAPSHOT</version>
+    <version>1.0.2</version>
     <packaging>pom</packaging>
 
     <name>Micro-services Root</name>
     <description>Micro-services</description>
 
     <modules>
-        <module>controllerblueprints</module>
-        <module>blueprintsprocessor</module>
         <module>neng</module>
         <module>vlantag-api</module>
-        <module>cds-sdc-listener</module>
+        <module>sliboot</module>
     </modules>
 </project>