Update CCSDK parent pom version to 1.5.2-SNAPSHOT
[sdnc/northbound.git] / features / sdnc-northbound-all / pom.xml
index 5f4bdf1..bf91d54 100644 (file)
@@ -5,13 +5,13 @@
        <parent>
                <groupId>org.onap.ccsdk.parent</groupId>
                <artifactId>single-feature-parent</artifactId>
-               <version>1.2.1</version>
+               <version>1.5.2-SNAPSHOT</version>
                <relativePath/>
        </parent>
 
        <groupId>org.onap.sdnc.northbound</groupId>
        <artifactId>sdnc-northbound-all</artifactId>
-       <version>1.5.0-SNAPSHOT</version>
+       <version>1.8.0-SNAPSHOT</version>
        <packaging>feature</packaging>
 
        <name>sdnc-northbound :: features :: ${project.artifactId}</name>
                        <type>xml</type>
                        <classifier>features</classifier>
                </dependency>
+                <dependency>
+                        <groupId>${project.groupId}</groupId>
+                        <artifactId>sdnc-optical-service</artifactId>
+                        <version>${project.version}</version>
+                        <type>xml</type>
+                        <classifier>features</classifier>
+                </dependency>
                <dependency>
                        <groupId>${project.groupId}</groupId>
                        <artifactId>sdnc-vnfapi</artifactId>